aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Create floating-point square root path for 16b mirrored radial gradientsGravatar tomhudson@google.com2012-01-12
* Adding new SkPathMeasure tests, defined out for now as they fail.Gravatar schenney@chromium.org2012-01-12
* Add a wide stroked line path benchmark to bench. It uses the same stroke widthGravatar senorblanco@chromium.org2012-01-12
* automatically inject a moveTo if we see a close followed by a line/quad/cubicGravatar reed@google.com2012-01-12
* Convert 32b radial gradient procs to take SkScalar instead ofGravatar tomhudson@google.com2012-01-12
* remove unused bool param to SkMutex constructorGravatar reed@google.com2012-01-12
* Remove supports per-vertex coverage caps bitGravatar bsalomon@google.com2012-01-12
* Remove obsolete SK_USE_FLOAT_SQRTGravatar tomhudson@google.com2012-01-11
* update baselineGravatar reed@google.com2012-01-11
* reenable direction test, fix handling of degenerate segments in the non-conve...Gravatar reed@google.com2012-01-11
* Fix SkScalar values in ClipperTest.cpp; these were breaking one Windows buildbotGravatar epoger@google.com2012-01-11
* 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