aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* add additional tests for path direction with multiple pts on y-maxGravatar reed@google.com2012-01-31
* rebaseline after new convexpath code in gpuGravatar reed@google.com2012-01-31
* fall through to cross-product if the y-max-baseline returns a degenerate lineGravatar reed@google.com2012-01-31
* Fix degenerate test in convex path renderer Gravatar bsalomon@google.com2012-01-31
* Remove one static initializer in src/gpu/GrGpu.cppGravatar digit@google.com2012-01-31
* handle multiple points all at the y-max when computing directionGravatar reed@google.com2012-01-31
* Make SkImageEncoder_CG report more failures to its caller.Gravatar epoger@google.com2012-01-31
* increase height to include entire circle for large radialGravatar reed@google.com2012-01-31
* Fix Android buildGravatar digit@google.com2012-01-31
* Add code path for Gr client to resolve an Gr-created MSAA render target.Gravatar bsalomon@google.com2012-01-31
* Rebaseline GMs changed by convex path renderer.Gravatar bsalomon@google.com2012-01-30
* use contour with global ymax to determine directionGravatar reed@google.com2012-01-30
* Enable convex path renderer.Gravatar bsalomon@google.com2012-01-30