| Commit message (Expand) | Author | Age |
* | add gm for very large bitmaps (>32K >64K) | reed@google.com | 2012-08-07 |
* | remove '../gm/image.cpp', | reed@google.com | 2012-07-31 |
* | fix LayerDrawLooper to record its fFlagsMask | reed@google.com | 2012-07-31 |
* | Share code in various SkGPipeCanvas::drawBitmap_ calls. | scroggo@google.com | 2012-07-30 |
* | In SkGPipe, only serialize SkTypefaces in cross process mode. | scroggo@google.com | 2012-07-27 |
* | add SkPaint::getPosTextPath(), with gm to test it | reed@google.com | 2012-07-20 |
* | don't add circles on chopped cubics | reed@google.com | 2012-07-13 |
* | add gm for hittesting paths | mike@reedtribe.org | 2012-07-03 |
* | Properly handle extracted bitmaps in cross process/shared addr space SkGPipe. | scroggo@google.com | 2012-07-02 |
* | Create a new GM to exercise ComposeShader. | scroggo@google.com | 2012-06-29 |
* | Raster implementation of diffuse and specular lighting filters. Externally, | senorblanco@chromium.org | 2012-06-22 |
* | add gm (no images yet) for two-point-radial gradients | reed@google.com | 2012-06-05 |
* | Converted AAClips SampleApp slide to GM:simpleaaclip | robertphillips@google.com | 2012-05-22 |
* | add gm for dashing variations | reed@google.com | 2012-05-04 |
* | Added GM test to stress test the texture unit/sampler allocation | robertphillips@google.com | 2012-05-02 |
* | add gm circles | bsalomon@google.com | 2012-04-16 |
* | Redelivering r3611 changes (enabling cmyk jpeg changes in .gyps) | robertphillips@google.com | 2012-04-05 |
* | Rolling back r3611 until the Android compilation issue is resolved | robertphillips@google.com | 2012-04-05 |
* | Finally enabled libjpeg functionality in .gyps | robertphillips@google.com | 2012-04-05 |
* | apply imagefilter to all draw calls | reed@google.com | 2012-03-23 |
* | [PDF] Add GM and infrastructure to test drawing shaders with an initial trans... | vandebo@chromium.org | 2012-03-21 |
* | Revert "[PDF] Add GM and infrastructure to test drawing shaders with an initi... | vandebo@chromium.org | 2012-03-21 |
* | [PDF] Add GM and infrastructure to test drawing shaders with an initial trans... | vandebo@chromium.org | 2012-03-21 |
* | reverting to 3437 | robertphillips@google.com | 2012-03-20 |
* | Fix for CMYK jpeg decoding issue (69 - unable to read some jpeg files on andr... | robertphillips@google.com | 2012-03-20 |
* | Perform degenerate check in device coords in convex path renderer | bsalomon@google.com | 2012-03-15 |
* | use higher precision (64bit) fixed-point for matrix proc | reed@google.com | 2012-03-07 |
* | Erode and dilate image filter effects, CPU and GPU implementations. | senorblanco@chromium.org | 2012-03-02 |
* | add test for colored text drawing (hopefully gamma corrected) | reed@google.com | 2012-02-14 |
* | Add path effect GM | bsalomon@google.com | 2012-02-13 |
* | Add convex path renderer (disabled) | bsalomon@google.com | 2012-01-17 |
* | add gm for reverseAddPath | reed@google.com | 2012-01-10 |
* | add SkPath::reverseAddPath() | reed@google.com | 2012-01-10 |
* | Fix incorrect use of the SK_RESTRICT macro in SkColorMatrixFilter, and re-enable | senorblanco@chromium.org | 2012-01-04 |
* | Disable colormatrix GM test, since it's failing on win32 float release. | senorblanco@chromium.org | 2012-01-03 |
* | Build fix. Forgot to update gyp. | schenney@chromium.org | 2012-01-03 |
* | Implement the color matrix filter in Ganesh. Also, fix and enable the color | senorblanco@chromium.org | 2012-01-03 |
* | Add SkTableColorFilter, as a foundation for several SVG filters | mike@reedtribe.org | 2011-12-28 |
* | support vertical text and typeface-by-name on Leopard | caryclark@google.com | 2011-12-21 |
* | New gm to test anti-aliased clipping. | tomhudson@google.com | 2011-12-21 |
* | Disable colorfilter GM for now, since it causes Debug Fixed builds to assert. | senorblanco@chromium.org | 2011-12-20 |
* | Implement SkColorFilter::asColorMatrix() virtual, and override in | senorblanco@chromium.org | 2011-12-20 |
* | A software implementation of the Gaussian blur filter, using 3 box blurs. Also | senorblanco@chromium.org | 2011-12-20 |
* | initial impl of SkImageFilters : virtual signature will change! | reed@google.com | 2011-12-20 |
* | Modifying SkPath to store all verbs provided by the user, and to give | schenney@chromium.org | 2011-12-20 |
* | add first cut at arithmetic mode | mike@reedtribe.org | 2011-12-10 |
* | When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deep | senorblanco@chromium.org | 2011-12-02 |
* | [GPU] tile when large bitmap pased drawBitmap and only a small fraction is used | bsalomon@google.com | 2011-11-30 |
* | add test for shader text w/ and w/o lcd (and w/ and w/o opaque) | reed@google.com | 2011-11-28 |
* | add test gm for vertical text | reed@google.com | 2011-11-10 |