aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* This change makes SkImageFilter and SkBlurImageFilter flattenable/unflattenable.Gravatar senorblanco@chromium.org2011-11-16
* Add support in Android for AdvancedTypefaceMetricsGravatar djsollen@google.com2011-11-16
* Fix broken Android build.Gravatar djsollen@google.com2011-11-16
* update ARM platform procs for blitmaskGravatar reed@google.com2011-11-16
* Remove unneeded include which is breaking build.Gravatar bungeman@google.com2011-11-15
* Add paging support for handle based typefaces.Gravatar bungeman@google.com2011-11-15
* disable reduced checks if we're not enabling fast shadermaskGravatar reed@google.com2011-11-15
* need to opt-in to faster shadermask until chrome can rebaselineGravatar reed@google.com2011-11-15
* support blitMask+shader natively (1.75x faster for AA, and now we can supportGravatar reed@google.com2011-11-15
* Add getContext to GrResouceGravatar bsalomon@google.com2011-11-15
* Remove allocated size vs content size in texturesGravatar bsalomon@google.com2011-11-15
* rename/refactor in preparation for supporting accelerated blits of shader-outputGravatar reed@google.com2011-11-14
* suppress warnings on clangGravatar caryclark@google.com2011-11-14
* Remove GL functions only used in fixed pipeGravatar bsalomon@google.com2011-11-14
* supportsES() -> supportsES2() in assertsGravatar bsalomon@google.com2011-11-14
* fix autobounds dude to call a custom version of rect.join that doesn't ignoreGravatar reed@google.com2011-11-14
* Remove GrGpuGLFixed subclass and ES1 supportGravatar bsalomon@google.com2011-11-14
* improve validate to check for empty rects, since contains always returns falseGravatar reed@google.com2011-11-14
* check for null on LionGravatar caryclark@google.com2011-11-14
* reorder template functions so it compiles in LionGravatar reed@google.com2011-11-14
* land http://codereview.appspot.com/5244058/ - add matrix to SkViewGravatar reed@google.com2011-11-11
* record doAA param for clipRect and clipPath in picturesGravatar reed@google.com2011-11-11
* Do writepixels alpha-premul using gpuGravatar bsalomon@google.com2011-11-11
* [PDF] Optimize W-array generation with respect to subsetted fonts and add test.Gravatar vandebo@chromium.org2011-11-11
* Filter out draws to non-PMA configs that won't blend correctlyGravatar bsalomon@google.com2011-11-10
* Hold onto scratch texture until end of readRenderTargetPixelsGravatar bsalomon@google.com2011-11-10
* Add config8888 support to writePixelsGravatar bsalomon@google.com2011-11-10
* have paint's measure calls respect verticalGravatar reed@google.com2011-11-10
* add vertical text support in mac portGravatar caryclark@google.com2011-11-10
* add vertical-text bit to paint (not supported yet)Gravatar reed@google.com2011-11-10
* Add support for GL_EXT_unpack_subimageGravatar bsalomon@google.com2011-11-10
* remove common fields from Offscreen utility classGravatar caryclark@google.com2011-11-10
* Removes warnings generated by gcc and clang.Gravatar tomhudson@google.com2011-11-09
* change m to fGravatar caryclark@google.com2011-11-09
* Speed up GrDrawState handling.Gravatar tomhudson@google.com2011-11-09
* Implement Gaussian blurs for images. The caller creates an anGravatar senorblanco@chromium.org2011-11-09
* Interim function for reseting GrDrawTarget state, this should be folded into ...Gravatar bsalomon@google.com2011-11-09
* [GPU] when writing to unpremult dest and alpha is 0, make rgb=0Gravatar bsalomon@google.com2011-11-09
* [PDF] add drawTextOnPath support.Gravatar vandebo@chromium.org2011-11-08
* use new PurgeFontCache() apiGravatar reed@google.com2011-11-08
* handle NaN values in clipPathGravatar reed@google.com2011-11-08
* When GL_RGBA readPixels are slow do swizzle using a draw then readPixels with...Gravatar bsalomon@google.com2011-11-08
* Cleanup for the Android build.Gravatar djsollen@google.com2011-11-08
* Update files to use SK_BUILD_FOR_ANDROID.Gravatar djsollen@google.com2011-11-08
* up default limit to 2MgGravatar reed@google.com2011-11-08
* return the prev value from SetFontCacheLimitGravatar reed@google.com2011-11-08
* add api to SkGraphics to get/set font cache limitGravatar reed@google.com2011-11-08
* Fix logic about who flips y in gpu readpixelsGravatar bsalomon@google.com2011-11-07
* Add font scaler gm.Gravatar bungeman@google.com2011-11-07
* [GPU] Add explicit byte order and PM vs. UPM 8888 configsGravatar bsalomon@google.com2011-11-07