aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
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
* 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
* 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
* 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
* Add GrGLContextInfoGravatar bsalomon@google.com2012-02-10
* Pull GLSL helpers out of GrGLProgram.cppGravatar bsalomon@google.com2012-02-10
* Make SkGLContext's FBO creation more robust (allows test apps to run on Intel...Gravatar bsalomon@google.com2012-02-09
* Add more TT table definitions and create fake enum typedef.Gravatar bungeman@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
* Removing some dead code in SkDeferredCanvasGravatar junov@chromium.org2012-02-03
* Disable optimization of certain bit-shift operations on Visual Studio 2010 onlyGravatar epoger@google.com2012-02-02
* rearrange functions to group clamp, repeat, mirror helpers together.Gravatar reed@google.com2012-02-02
* Open type table definitions.Gravatar bungeman@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
* Roll out r3117 to alleviate http://code.google.com/p/skia/issues/detail?id=47...Gravatar epoger@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
* 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
* use contour with global ymax to determine directionGravatar reed@google.com2012-01-30
* Enable convex path renderer.Gravatar bsalomon@google.com2012-01-30
* Remove GrAALevel enum, use explicit sample countGravatar bsalomon@google.com2012-01-30
* add bandage to pin out-of-range values when converting our integral clip boun...Gravatar reed@google.com2012-01-30
* inject a 32767 bounded cliprect before using SuperSampler blitter, to avoidGravatar reed@google.com2012-01-30
* extend fastbounds impls to include maskfilters and drawloopers. This allowsGravatar reed@google.com2012-01-30
* Adding a flush method to SkCanvasGravatar junov@chromium.org2012-01-30
* Reland r3078 (original failures that led to revert were problems with the bot)Gravatar bsalomon@google.com2012-01-30
* fix compilation errors when VISUALIZE_COMPLEX_CLIP is set (debug assist code ...Gravatar bsalomon@google.com2012-01-30
* code cleanup for single_pass_path() and remove enum GrConvexHintGravatar bsalomon@google.com2012-01-30
* Formatting cleanup: remove extra whitespaceGravatar vandebo@chromium.org2012-01-28
* Expose functionality to purge the GPU texture cache while running SampleApp.Gravatar twiz@google.com2012-01-27
* add formatting to suppress compiler warningGravatar caryclark@google.com2012-01-27
* Rip out GrPlatformSurface (has been deprecated for some time, use GrPlatformT...Gravatar bsalomon@google.com2012-01-27
* posix: Avoid static initializers in static/global mutexesGravatar digit@google.com2012-01-26
* Make SkRegion::operator== a member function, rather than a privately-declaredGravatar reed@google.com2012-01-25