aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-06
* Move some auto restore helpers from GrDrawTarget to GrDrawState.Gravatar bsalomon@google.com2012-10-05
* GrPaint encapsulation.Gravatar bsalomon@google.com2012-10-05
* No hinting on Mac should be lower priority than subpixel rendering.Gravatar bungeman@google.com2012-10-05
* Fix find/replace missed in #ifdef'ed out code in r5827.Gravatar bsalomon@google.com2012-10-05
* Change SkLightingImageFilter to derive from SkSingleInputImageFilter, so that...Gravatar senorblanco@chromium.org2012-10-05
* Moved paint color to vertex colors for batched rectsGravatar robertphillips@google.com2012-10-05
* cleanup coding style for r5825Gravatar djsollen@google.com2012-10-05
* Rename GrPaint fields/enums/members texture->color mask->coverage.Gravatar bsalomon@google.com2012-10-05
* Reduce Android Log Spam.Gravatar djsollen@google.com2012-10-05
* Adds a script to help analyze bench ranges to add/change in bench/bench_expec...Gravatar bensong@google.com2012-10-05
* Move setPaint from GrContext to GrDrawState.Gravatar bsalomon@google.com2012-10-05
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-05
* Remove state from SkColorSpaceLuminance to avoid memory management.Gravatar bungeman@google.com2012-10-04
* Do not do PNG encoding/decoding when testing picture serialization.Gravatar scroggo@google.com2012-10-04
* Add the ability to provide function pointers to SkPicture serializationGravatar scroggo@google.com2012-10-04
* Lock gFTMutex when modifying FT globals.Gravatar scroggo@google.com2012-10-04
* Add convenience function on GrDrawState to set state bit based on a bool.Gravatar bsalomon@google.com2012-10-04
* Build fix: work around what appears to be an Intel GLSL driver bug. Unrevie...Gravatar senorblanco@chromium.org2012-10-04
* Fixed bug(s) in batching of rectsGravatar robertphillips@google.com2012-10-04
* Disable SK_DEBUG_PATH_REF in debug builds.Gravatar bsalomon@google.com2012-10-04
* Implement GPU path for matrix convolution. Note that when not convolving alpha,Gravatar senorblanco@chromium.org2012-10-04
* Change default skia_osx_sdkroot to "macosx" (suitable for Xcode 3.2.6+)Gravatar epoger@google.com2012-10-04
* Make numTextures() be non-virtual on GrCustomStage.Gravatar bsalomon@google.com2012-10-04
* Omit shader swizzle if it is rgba.Gravatar bsalomon@google.com2012-10-04
* Created filter command line toolGravatar robertphillips@google.com2012-10-04
* Allow Xcode to change paths to frameworks based on whether a device or simula...Gravatar bsalomon@google.com2012-10-04
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-04
* Ensure SkPathRef debug code mutex is initialized during creation of staticall...Gravatar bsalomon@google.com2012-10-03
* Make it possible to generate the ios xcode proj by specifying only skia_os="i...Gravatar bsalomon@google.com2012-10-03
* revert 5794Gravatar reed@google.com2012-10-03
* add test for rotated saveLayer, to see that we clip against the specified boundsGravatar reed@google.com2012-10-03
* Adds extra debugging to SkPathRef that can optionally be turned on in a relea...Gravatar bsalomon@google.com2012-10-03
* Fix test_small_segments3 path measure test.Gravatar bsalomon@google.com2012-10-03
* Allow render_pictures to render using multiple threads.Gravatar scroggo@google.com2012-10-03
* Revert r5557 (which itself was a revert of r5433). Relands SkPathRef. Will fo...Gravatar bsalomon@google.com2012-10-03
* Added bench to replicate Google spreadsheet-style table drawingGravatar robertphillips@google.com2012-10-03
* Delete SkStream_Win.h as it appears to never have been used.Gravatar bungeman@google.com2012-10-03
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-03
* fix return value for render_picturesGravatar caryclark@google.com2012-10-02
* Oops, forgot a fileGravatar caryclark@google.com2012-10-02
* build iOS with 'make all'Gravatar caryclark@google.com2012-10-02
* add getSeed()Gravatar reed@google.com2012-10-02
* catch empty stack in restorefixup called by clipRectGravatar reed@google.com2012-10-02
* reenable peephole optimization for save/clip/restore, with build flagGravatar reed@google.com2012-10-02
* xcode_settings OTHER_CPLUSPLUSFLAGS is a list.Gravatar bungeman@google.com2012-10-02
* Add SkNativeGLContext implementation for iOS.Gravatar bsalomon@google.com2012-10-02
* When processing a morphology filter on the GPU, pass the processed texture,Gravatar senorblanco@chromium.org2012-10-02
* Roll gyp to 1509 for ninja compatibility.Gravatar bungeman@google.com2012-10-02
* Fixed canvas creation in SampleAppGravatar robertphillips@google.com2012-10-02