aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
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
* 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
* 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
* stroking wants CW, so we reverse if the orig was CCWGravatar reed@google.com2012-01-10
* restore (debugged) cheapComputeDirectionGravatar 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
* 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
* remove obsolete fileGravatar reed@google.com2012-01-09
* 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
* Mac generateFontMetrics not converting to scalar.Gravatar bungeman@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
* 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
* When applying a color matrix, unpremultiply the source, and premultiplyGravatar senorblanco@chromium.org2012-01-05
* Fix Mac buildGravatar bsalomon@google.com2012-01-05
* Add support for GL texture storageGravatar bsalomon@google.com2012-01-05
* remove as these are replaced by SkJSONGravatar mike@reedtribe.org2012-01-05
* Trash cached render target when creating a new FBO and its ID is bound.Gravatar bsalomon@google.com2012-01-04
* Fix incorrect use of the SK_RESTRICT macro in SkColorMatrixFilter, and re-enableGravatar senorblanco@chromium.org2012-01-04
* Add the ability to iterate through a path without modification. This change isGravatar schenney@chromium.org2012-01-04
* Allow 0 as a valid text size in SkPaint.Gravatar djsollen@google.com2012-01-04
* implement dithering for vertical grads (was a todo:)Gravatar reed@google.com2012-01-04
* drawPosText with center or right align skips every other character.Gravatar bungeman@google.com2012-01-04
* add count(), fix bad llist logic in remove()Gravatar mike@reedtribe.org2012-01-04
* add Object::remove, some dox, leak debugging codeGravatar mike@reedtribe.org2012-01-04
* Improve the quality of color matrix filters by using SkPremultiplyARGBInline.Gravatar senorblanco@chromium.org2012-01-03
* Formatting only, multi-line call actually fits on one line.Gravatar bungeman@google.com2012-01-03
* Speculative fix to please the skia buildbots. I couldn't repro the failureGravatar senorblanco@chromium.org2012-01-03
* Add null check to createPlatformTextureGravatar bsalomon@google.com2012-01-03
* Implement the color matrix filter in Ganesh. Also, fix and enable the colorGravatar senorblanco@chromium.org2012-01-03
* Fix off-by-one error in assertion; improve coverage_to_exact_alpha()Gravatar tomhudson@google.com2012-01-03