aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* if SK_USE_COLOR_LUMINANCE is defined, then we store 2 bits of each componentGravatar reed@google.com2012-02-13
* Prevent the memset16 ARM opt from failing when count is 0.Gravatar djsollen@google.com2012-02-13
* Add path effect GMGravatar bsalomon@google.com2012-02-13
* path effect on a very thin line should not be discardedGravatar bsalomon@google.com2012-02-13
* Use GrGLContextInfo in shader generatorGravatar bsalomon@google.com2012-02-13
* Remove extra SK_APIGravatar thakis@chromium.org2012-02-10
* enable color-luminance in font cache (disabled by default)Gravatar reed@google.com2012-02-10
* Add copyright and #ifndef / #defineGravatar bsalomon@google.com2012-02-10
* Add two files missed in r3165; most critically the gyp!Gravatar tomhudson@google.com2012-02-10
* Move GL-specific source code to make room for D3D back end.Gravatar tomhudson@google.com2012-02-10
* Fix CFBundleIdentifier of SampleAppGravatar epoger@google.com2012-02-10
* Fix dumb error of starting loop with 0 instead of 1 that uses shift to increm...Gravatar bsalomon@google.com2012-02-10
* Add GrGLContextInfoGravatar bsalomon@google.com2012-02-10
* Pull GLSL helpers out of GrGLProgram.cppGravatar bsalomon@google.com2012-02-10
* Mark SkColorFilter and SkCreateCGImageRefWithColorspace as SK_API.Gravatar thakis@chromium.org2012-02-09
* work in progressGravatar caryclark@google.com2012-02-09
* Add SK_API to SkPixelRef and TextureCacheEntry.Gravatar senorblanco@chromium.org2012-02-09
* Make SkGLContext's FBO creation more robust (allows test apps to run on Intel...Gravatar bsalomon@google.com2012-02-09
* Turn on read pixels test for raster backendGravatar bsalomon@google.com2012-02-09
* Export the texture pixelref classes via SK_API. This is necessary to referenceGravatar senorblanco@chromium.org2012-02-08
* Add SK_API to SkTableColorFilterGravatar vandebo@chromium.org2012-02-08
* work in progressGravatar caryclark@google.com2012-02-07
* Add more TT table definitions and create fake enum typedef.Gravatar bungeman@google.com2012-02-07
* store luminance in a new fieldGravatar reed@google.com2012-02-07
* Move SkBase64 to utils, allow user defined encoding.Gravatar bungeman@google.com2012-02-07
* Fixing backing store access in SkDeferredCanvas.Gravatar junov@chromium.org2012-02-07
* Reland 3144 with assertion fix.Gravatar bsalomon@google.com2012-02-07
* revert 3144 Gravatar bsalomon@google.com2012-02-07
* Allow chrome to limit the number of FBO status checksGravatar bsalomon@google.com2012-02-07
* use macro SkFixedRoundToInt where necessaryGravatar reed@google.com2012-02-06
* save work in progressGravatar caryclark@google.com2012-02-03
* Removing some dead code in SkDeferredCanvasGravatar junov@chromium.org2012-02-03
* Improve default behavior of compare-baselines script.Gravatar epoger@google.com2012-02-03
* Make skdiff always generate white diffs alongside actual pixel diffsGravatar epoger@google.com2012-02-02
* Disable optimization of certain bit-shift operations on Visual Studio 2010 onlyGravatar epoger@google.com2012-02-02
* add baselines for macproGravatar reed@google.com2012-02-02
* rearrange functions to group clamp, repeat, mirror helpers together.Gravatar reed@google.com2012-02-02
* add baselinesGravatar reed@google.com2012-02-02
* add baselinesGravatar reed@google.com2012-02-02
* rebaseline following rev. 3126 "dithering 32bit radial gradients"Gravatar reed@google.com2012-02-02
* Open type table definitions.Gravatar bungeman@google.com2012-02-02
* Delete download-baselines-old script, we don't need it anymore.Gravatar epoger@google.com2012-02-02
* Update new baselines for dithered radial gradients (r3126)Gravatar tomhudson@google.com2012-02-02
* Create compare-baselines tool to compare locally generated and checked-in GMs.Gravatar epoger@google.com2012-02-02
* Don't change convexity status of a path after a moveToGravatar bsalomon@google.com2012-02-02
* Add dithering to 32b radial gradients. Behind the same #ifdef as ditheredGravatar tomhudson@google.com2012-02-02
* [GPU]: Handle degenerate quads when computing UV matrix from control pointsGravatar bsalomon@google.com2012-01-31
* When adding a convex shape to a path, mark path as convex if path is initiall...Gravatar bsalomon@google.com2012-01-31
* Expose '--notexturecache' command line argument to gm.Gravatar twiz@google.com2012-01-31
* Roll out r3117 to alleviate http://code.google.com/p/skia/issues/detail?id=47...Gravatar epoger@google.com2012-01-31