platform/upstream/libSkiaSharp.git
2012-01-17 bsalomon@google.comAdd constant coverage to GrDrawState
2012-01-17 epoger@google.comwhitespace change to trigger Skia buildbot
2012-01-17 reed@google.comif the y-max has neighbors (prev and next) with the...
2012-01-17 reed@google.comrebaseline following change to subpixel positioning
2012-01-17 epoger@google.comwhitespace change to tri
2012-01-17 bsalomon@google.comIncorporate changes related to Tom's post-hoc comments...
2012-01-17 bsalomon@google.comfix assert
2012-01-17 bsalomon@google.comAdd GrDrawState reset
2012-01-17 bsalomon@google.comsecond try to fix assert
2012-01-17 bsalomon@google.comChange static asserts of scalar type to runtime asserts...
2012-01-17 bsalomon@google.comAdd convex path renderer (disabled)
2012-01-16 skyostil@google.comModify SkBitmap::extractSubset() to respect volatility
2012-01-13 bungeman@google.comRebaseline for 3037.
2012-01-13 bungeman@google.comSubpixel text 3/8 of a pixel too far to the right.
2012-01-13 skyostil@google.comModify SkBitmap::extractSubset() to respect opaqueness
2012-01-12 bsalomon@google.comAdd gyp variable to disable OSAA
2012-01-12 bsalomon@google.comFix vs2010 int to scalar warnings
2012-01-12 bsalomon@google.comAdd code path to SW rasterize paths and upload as a...
2012-01-12 tomhudson@google.comCreate floating-point square root path for 16b mirrored...
2012-01-12 schenney@chromium.orgAdding new SkPathMeasure tests, defined out for now...
2012-01-12 senorblanco... Add a wide stroked line path benchmark to bench. It...
2012-01-12 reed@google.comautomatically inject a moveTo if we see a close followe...
2012-01-12 tomhudson@google.comConvert 32b radial gradient procs to take SkScalar...
2012-01-12 reed@google.comremove unused bool param to SkMutex constructor
2012-01-12 bsalomon@google.comRemove supports per-vertex coverage caps bit
2012-01-11 tomhudson@google.comRemove obsolete SK_USE_FLOAT_SQRT
2012-01-11 reed@google.comupdate baseline
2012-01-11 reed@google.comreenable direction test, fix handling of degenerate...
2012-01-11 epoger@google.comFix SkScalar values in ClipperTest.cpp; these were...
2012-01-11 tomhudson@google.comFix the string we're checking for in the #if defined...
2012-01-11 reed@google.comdisable test until I can fix it
2012-01-11 bungeman@google.comRoll gyp to 1139.
2012-01-11 bsalomon@google.comFix variable renaming in asserts related to r3015
2012-01-11 bsalomon@google.comRemove shadersupport caps bit
2012-01-11 reed@google.comfix cheapComputeDirection() in the non-convex case...
2012-01-11 bungeman@google.comRebaseline for 3010.
2012-01-11 digit@google.comandroid: optimize atomics routines
2012-01-11 reed@google.comimprove clamping logic when handling imprecise chopping...
2012-01-11 bungeman@google.comCorrect GPU glyph positioning.
2012-01-11 bsalomon@google.comfix compilation error in GrContext.cpp when PREFER_MSAA...
2012-01-11 bsalomon@google.comfix comment
2012-01-11 reed@google.comdetect (and reject) if radius ia NaN, by using !(radius...
2012-01-10 senorblanco... Export SkColorMatrixFilter via SK_API.
2012-01-10 caryclark@google.comwork in progress for shape operations
2012-01-10 reed@google.comstroking wants CW, so we reverse if the orig was CCW
2012-01-10 reed@google.comuse SkIntToScalar
2012-01-10 reed@google.comuse SkIntToScalar(10) instead of 10 for parameters...
2012-01-10 reed@google.comadd gm for reverseAddPath
2012-01-10 reed@google.comrestore (debugged) cheapComputeDirection
2012-01-10 reed@google.comdisable for now
2012-01-10 reed@google.comdisable cheap check while its being debugged
2012-01-10 bsalomon@google.comRemove accidentally checked in printf
2012-01-10 reed@google.comadd SkPath::cheapComputeDirection() plus unittests
2012-01-10 reed@google.comadd SkPath::reverseAddPath()
2012-01-10 epoger@google.comAdd --add-new-files option to download-baselines.py...
2012-01-10 digit@google.comAndroid: disable static global initializers
2012-01-10 digit@google.comremove one un-needed static initializer
2012-01-09 djsollen@google.comChange remaining ANDROID ifdefs to SK_BUILD_FOR_ANDROID
2012-01-09 djsollen@google.comAdd ARM optimizations to the build.
2012-01-09 tomhudson@google.comCode cleanup: move gradient inner loops into procs.
2012-01-09 djsollen@google.comExclude BGRA readPixel tests on Android until bug 438...
2012-01-09 reed@google.comremove obsolete file
2012-01-07 mike@reedtribe.orgadd unittest for sk_memset16 and sk_memset32
2012-01-07 mike@reedtribe.orgoverride asComponentTable()
2012-01-06 bsalomon@google.comTowards enabling -Werror in skia on Linux
2012-01-06 bsalomon@google.comFix check for glTexStorage2D fn ptr
2012-01-06 reed@google.comadd allowImageFilter() so a device can allow/disallow...
2012-01-05 bungeman@google.comRebaseline mac fixed poly2poly.
2012-01-05 bungeman@google.comMac generateFontMetrics not converting to scalar.
2012-01-05 reed@google.combaselines for macpro
2012-01-05 reed@google.comadd filterImage() entry-point to SkDevice, to allow...
2012-01-05 bungeman@google.comRemove attempt at subpixel handling from GDI font host.
2012-01-05 vandebo@chromium.org[PDF] Fix some scalar/int assumptions.
2012-01-05 senorblanco... When applying a color matrix, unpremultiply the source...
2012-01-05 bungeman@google.comMake font scaler gm work correctly in fixed point.
2012-01-05 senorblanco... Reverting r2969, since it broke the GLPrograms RunTests...
2012-01-05 reed@google.comadd asComponentTable() query (will impl in SkTableColor...
2012-01-05 caryclark@google.commake getOrigin() public so callers can adjust layer
2012-01-05 senorblanco... When applying a color matrix, unpremultiply the source...
2012-01-05 bungeman@google.comThe units used to setup XPS should be SkScalars.
2012-01-05 bsalomon@google.comFix Mac build
2012-01-05 bsalomon@google.comAdd support for GL texture storage
2012-01-05 mike@reedtribe.orgremove as these are replaced by SkJSON
2012-01-04 bsalomon@google.comTrash cached render target when creating a new FBO...
2012-01-04 senorblanco... Fix incorrect use of the SK_RESTRICT macro in SkColorMa...
2012-01-04 schenney@chromium.orgAdd the ability to iterate through a path without modif...
2012-01-04 djsollen@google.comAllow 0 as a valid text size in SkPaint.
2012-01-04 reed@google.comimplement dithering for vertical grads (was a todo:)
2012-01-04 bungeman@google.comdrawPosText with center or right align skips every...
2012-01-04 mike@reedtribe.orgadd count(), fix bad llist logic in remove()
2012-01-04 mike@reedtribe.orgadd Object::remove, some dox, leak debugging code
2012-01-04 schenney@chromium.orgRemoving path drawing gm tests that produce either...
2012-01-03 senorblanco... Improve the quality of color matrix filters by using...
2012-01-03 bungeman@google.comFormatting only, multi-line call actually fits on one...
2012-01-03 senorblanco... Disable colormatrix GM test, since it's failing on...
2012-01-03 schenney@chromium.orgBuild fix. Forgot to update gyp.
2012-01-03 schenney@chromium.orgRemoving unnecessary gm tests. Unreviewed but approved...
2012-01-03 senorblanco... Speculative fix to please the skia buildbots. I couldn...
2012-01-03 bsalomon@google.comAdd null check to createPlatformTexture
2012-01-03 senorblanco... Implement the color matrix filter in Ganesh. Also...
next