aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fix the string we're checking for in the #if defined(), so that loops actuall...Gravatar tomhudson@google.com2012-01-11
* disable test until I can fix itGravatar reed@google.com2012-01-11
* Roll gyp to 1139.Gravatar bungeman@google.com2012-01-11
* Fix variable renaming in asserts related to r3015Gravatar bsalomon@google.com2012-01-11
* Remove shadersupport caps bitGravatar bsalomon@google.com2012-01-11
* fix cheapComputeDirection() in the non-convex case to pivot on the y-max pointGravatar reed@google.com2012-01-11
* Rebaseline for 3010.Gravatar bungeman@google.com2012-01-11
* android: optimize atomics routinesGravatar digit@google.com2012-01-11
* improve clamping logic when handling imprecise chopping of cubicsGravatar reed@google.com2012-01-11
* Correct GPU glyph positioning.Gravatar bungeman@google.com2012-01-11
* fix compilation error in GrContext.cpp when PREFER_MSAA_OFFSCREEN_AA is enabledGravatar bsalomon@google.com2012-01-11
* fix commentGravatar bsalomon@google.com2012-01-11
* detect (and reject) if radius ia NaN, by using !(radius > 0) instead of (radi...Gravatar reed@google.com2012-01-11
* Export SkColorMatrixFilter via SK_API.Gravatar senorblanco@chromium.org2012-01-10
* work in progress for shape operationsGravatar caryclark@google.com2012-01-10
* stroking wants CW, so we reverse if the orig was CCWGravatar reed@google.com2012-01-10
* use SkIntToScalarGravatar reed@google.com2012-01-10
* use SkIntToScalar(10) instead of 10 for parameters (for scalar==fixed)Gravatar reed@google.com2012-01-10
* add gm for reverseAddPathGravatar reed@google.com2012-01-10
* restore (debugged) cheapComputeDirectionGravatar reed@google.com2012-01-10
* disable for nowGravatar reed@google.com2012-01-10
* disable cheap check while its being debuggedGravatar reed@google.com2012-01-10
* Remove accidentally checked in printfGravatar bsalomon@google.com2012-01-10
* add SkPath::cheapComputeDirection() plus unittestsGravatar reed@google.com2012-01-10
* add SkPath::reverseAddPath()Gravatar reed@google.com2012-01-10
* Add --add-new-files option to download-baselines.py scriptGravatar epoger@google.com2012-01-10
* Android: disable static global initializersGravatar digit@google.com2012-01-10
* remove one un-needed static initializerGravatar digit@google.com2012-01-10
* Change remaining ANDROID ifdefs to SK_BUILD_FOR_ANDROIDGravatar djsollen@google.com2012-01-09
* Add ARM optimizations to the build.Gravatar djsollen@google.com2012-01-09
* Code cleanup: move gradient inner loops into procs.Gravatar tomhudson@google.com2012-01-09
* Exclude BGRA readPixel tests on Android until bug 438 is resolved.Gravatar djsollen@google.com2012-01-09
* remove obsolete fileGravatar reed@google.com2012-01-09
* add unittest for sk_memset16 and sk_memset32Gravatar mike@reedtribe.org2012-01-07
* override asComponentTable()Gravatar mike@reedtribe.org2012-01-07
* Towards enabling -Werror in skia on LinuxGravatar bsalomon@google.com2012-01-06
* Fix check for glTexStorage2D fn ptrGravatar bsalomon@google.com2012-01-06
* add allowImageFilter() so a device can allow/disallow filtersGravatar reed@google.com2012-01-06
* Rebaseline mac fixed poly2poly.Gravatar bungeman@google.com2012-01-05
* Mac generateFontMetrics not converting to scalar.Gravatar bungeman@google.com2012-01-05
* baselines for macproGravatar reed@google.com2012-01-05
* add filterImage() entry-point to SkDevice, to allow it to specialize on subcl...Gravatar reed@google.com2012-01-05
* Remove attempt at subpixel handling from GDI font host.Gravatar bungeman@google.com2012-01-05
* [PDF] Fix some scalar/int assumptions.Gravatar vandebo@chromium.org2012-01-05
* When applying a color matrix, unpremultiply the source, and premultiply theGravatar senorblanco@chromium.org2012-01-05
* Make font scaler gm work correctly in fixed point.Gravatar bungeman@google.com2012-01-05
* Reverting r2969, since it broke the GLPrograms RunTests step.Gravatar senorblanco@chromium.org2012-01-05
* add asComponentTable() query (will impl in SkTableColorFilter next)Gravatar reed@google.com2012-01-05
* make getOrigin() public so callers can adjust layerGravatar caryclark@google.com2012-01-05
* When applying a color matrix, unpremultiply the source, and premultiplyGravatar senorblanco@chromium.org2012-01-05