| Commit message (Expand) | Author | Age |
* | Implement the color matrix filter in Ganesh. Also, fix and enable the color | senorblanco@chromium.org | 2012-01-03 |
* | Fix off-by-one error in assertion; improve coverage_to_exact_alpha() | tomhudson@google.com | 2012-01-03 |
* | expose isSubpixel() on the cache, so SkDraw can know if it should expect | reed@google.com | 2012-01-03 |
* | Add flags to GrStencilSettings | bsalomon@google.com | 2012-01-03 |
* | Fix ToUnicode generation bug. | vandebo@chromium.org | 2012-01-03 |
* | add helper drawSizeBounds to show the GM's size | reed@google.com | 2012-01-03 |
* | Update header comments to more accurately describe behavior of | tomhudson@google.com | 2012-01-03 |
* | Fix return value from SkImageDecoder::DecodeFile(): false even in case of | tomhudson@google.com | 2012-01-03 |
* | experiment #2 for JSON data | mike@reedtribe.org | 2012-01-02 |
* | add experimental class for json | mike@reedtribe.org | 2011-12-31 |
* | add optional --forceBWtext to gm, forcing all text to BW to ease | mike@reedtribe.org | 2011-12-30 |
* | Add tool that downloads gm baseline images from the bots. | epoger@google.com | 2011-12-29 |
* | Fix problems with SampleApp Fuzzer due to issues in iterating over degenerate... | schenney@chromium.org | 2011-12-29 |
* | Tighten up restrictions on blit width: some shaders assert that they | tomhudson@google.com | 2011-12-29 |
* | Commit base-macmini gm baselines that are similar to those in base-macpro | epoger@google.com | 2011-12-28 |
* | Add SkTableColorFilter, as a foundation for several SVG filters | mike@reedtribe.org | 2011-12-28 |
* | add SK_OVERRIDE | mike@reedtribe.org | 2011-12-28 |
* | return -1 if we failed to find by title | mike@reedtribe.org | 2011-12-28 |
* | Fix fixed-point antialiased clipping GM; upload baselines. | tomhudson@google.com | 2011-12-28 |
* | Add number-of-missing-baseline-images report to gm | epoger@google.com | 2011-12-28 |
* | Bugfixes to antialiased blitting. | tomhudson@google.com | 2011-12-28 |
* | Fix Windows build breakage in http://code.google.com/p/skia/source/detail?r=2925 | epoger@google.com | 2011-12-28 |
* | Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); | tomhudson@google.com | 2011-12-28 |
* | RETURN key now records default slide for startup | mike@reedtribe.org | 2011-12-27 |
* | New 'blitAntiRect' entry point for blitters, specialized in supersampling | tomhudson@google.com | 2011-12-27 |
* | Protecting changes to the SkPath iteration with an ifdef for Chromium. | schenney@chromium.org | 2011-12-21 |
* | add move-close-move and move-close-move-close to the "empty" paths to test | reed@google.com | 2011-12-21 |
* | support vertical text and typeface-by-name on Leopard | caryclark@google.com | 2011-12-21 |
* | add unittest for invariants for empty paths, still need to think about | reed@google.com | 2011-12-21 |
* | Unreviewed. Adding a define to enable the old bahevior for SkPath::isEmpty. | schenney@chromium.org | 2011-12-21 |
* | declare IsVariationSelector to be inline, to fix warning | reed@google.com | 2011-12-21 |
* | preserve inverseness when stroking | reed@google.com | 2011-12-21 |
* | add SkUnichar_IsVariationSelector() | reed@google.com | 2011-12-21 |
* | New gm to test anti-aliased clipping. | tomhudson@google.com | 2011-12-21 |
* | Coverity: Add a default case in SkPDFShader. CID=101159 | vandebo@chromium.org | 2011-12-21 |
* | Unreviewed. Fixing the Windows build, due to a non definition of M_PI. | schenney@chromium.org | 2011-12-20 |
* | Unreviewed changes to the gm tests for paths. Each test is broken into four | schenney@chromium.org | 2011-12-20 |
* | 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 |
* | fix 'no static globals' for chromium | caryclark@google.com | 2011-12-20 |
* | add baselines for macpro | reed@google.com | 2011-12-20 |
* | fix vertical text on Lion | caryclark@google.com | 2011-12-20 |
* | A software implementation of the Gaussian blur filter, using 3 box blurs. Also | senorblanco@chromium.org | 2011-12-20 |
* | Fixing PathTest. It was always broken in the convexity test code due | schenney@chromium.org | 2011-12-20 |
* | initial impl of SkImageFilters : virtual signature will change! | reed@google.com | 2011-12-20 |
* | Fixing the build for FIXED tests. PathTest was incorrect using "1" instead of... | schenney@chromium.org | 2011-12-20 |
* | Modifying SkPath to store all verbs provided by the user, and to give | schenney@chromium.org | 2011-12-20 |
* | can't pass const to setPixels :( | reed@google.com | 2011-12-20 |
* | whitespace change to tri | epoger@google.com | 2011-12-20 |
* | defer creating offscreen until our first draw (so our constructor runs fast) | reed@google.com | 2011-12-20 |