aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* 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
* Add support for GL_ARB_texture_swizzleGravatar bsalomon@google.com2011-11-07
* Recommit r2611 with fix for gmGravatar bsalomon@google.com2011-11-07
* consolidate debug draw param checking codeGravatar bsalomon@google.com2011-11-07
* Revert r2611 until windows gm can be debuggedGravatar bsalomon@google.com2011-11-07
* Add replacement APIs for createPlatformSurface: createPlatformTexture and cre...Gravatar bsalomon@google.com2011-11-07
* Turn off annoying printfsGravatar bsalomon@google.com2011-11-05
* Use timestamp to detect when client GL calls could cause Gr's cache of glTexP...Gravatar bsalomon@google.com2011-11-05
* More removal of texture fUploadByteCount and rename fFormat to fConfig for co...Gravatar bsalomon@google.com2011-11-05
* Remove unneeded field from GrGLTextureGravatar bsalomon@google.com2011-11-05
* bump GrGpu reset context timestamp sizeGravatar bsalomon@google.com2011-11-05
* Add reset context count to GrGpuGravatar bsalomon@google.com2011-11-05
* Add font scaler gm.Gravatar bungeman@google.com2011-11-04
* Override 32BPP format in SkCanvas::readPixelsGravatar bsalomon@google.com2011-11-03
* experimental -- add SkImageFilter to paint. Not called yet.Gravatar reed@google.com2011-11-03
* Update the Skia gyp files to use the external android sources.Gravatar djsollen@google.com2011-11-03
* revert accidental change to lcd format prefGravatar reed@google.com2011-11-03
* create inline versions of common CGRect functions, since they appeared onGravatar reed@google.com2011-11-03
* custom memset32 to speed up erasing the offscreen when its width is small.Gravatar reed@google.com2011-11-03
* Adding support to trunk for building Skia using the Android NDK.Gravatar djsollen@google.com2011-11-03