| Commit message (Expand) | Author | Age |
... | |
* | Temporarily remove failing linux gpu baselines. | bsalomon@google.com | 2011-11-30 |
* | Temporarily remove windows gpu baselines that need new images. | bsalomon@google.com | 2011-11-30 |
* | Make skdiff robust to image size differences: if the two image sizes differ, | tomhudson@google.com | 2011-11-30 |
* | Fix issue where bumping the max gm width/height affects gpu images | bsalomon@google.com | 2011-11-30 |
* | add baselines | reed@google.com | 2011-11-30 |
* | Add more Unix platforms on which Skia for Chromium has been built, | reed@google.com | 2011-11-30 |
* | update verttext to remove leading space from image name | reed@google.com | 2011-11-30 |
* | fix lcd16_shader_blend math | reed@google.com | 2011-11-30 |
* | enable shadermask optimization all the time | reed@google.com | 2011-11-30 |
* | [GPU] tile when large bitmap pased drawBitmap and only a small fraction is used | bsalomon@google.com | 2011-11-30 |
* | speedup AAClip::setRegion (n^2 to n) | reed@google.com | 2011-11-28 |
* | add bytes() to SkTDArray, which returns the number of bytes in the array, | reed@google.com | 2011-11-28 |
* | Add missing return statement. | bsalomon@google.com | 2011-11-28 |
* | Detect teximage2d failure | bsalomon@google.com | 2011-11-28 |
* | Unroll loops in SkBlurMask for speedup on Windows (benchmarks should see | tomhudson@google.com | 2011-11-28 |
* | fix copy/paste error in LCD16 masks: mask type needed to be uint16_t | reed@google.com | 2011-11-28 |
* | add test for shader text w/ and w/o lcd (and w/ and w/o opaque) | reed@google.com | 2011-11-28 |
* | call getSaveCount inside restoreToCount, in case it goes virtual... | reed@google.com | 2011-11-28 |
* | add unittest for save/restore | reed@google.com | 2011-11-28 |
* | move variable declarations above goto lines, to fix warning/error about | reed@google.com | 2011-11-28 |
* | separate declaration from impl for overrides, so we can declare some of | reed@google.com | 2011-11-28 |
* | define SK_OVERRIDE based on windows compiler, not windows platform (for mingw) | reed@google.com | 2011-11-28 |
* | Fix mac debug asserts | bsalomon@google.com | 2011-11-23 |
* | Fix build | bsalomon@google.com | 2011-11-23 |
* | Add hints for static analysis about when we intend to crash | bsalomon@google.com | 2011-11-23 |
* | more rgn==aaclip tests | reed@google.com | 2011-11-23 |
* | Fix clang static analyzer errors in Gr | bsalomon@google.com | 2011-11-23 |
* | add test for drawPosText, to measure any difference it introduces given that | reed@google.com | 2011-11-23 |
* | Fix warnings | bsalomon@google.com | 2011-11-23 |
* | fix mac warnings | caryclark@google.com | 2011-11-23 |
* | add test that aaclip.setRegion creates the same mask as the region | mike@reedtribe.org | 2011-11-23 |
* | add SK_OVERRIDE | mike@reedtribe.org | 2011-11-23 |
* | needs to be rebaselined | reed@google.com | 2011-11-22 |
* | delete since it needs to be rebaselined | reed@google.com | 2011-11-22 |
* | improve accuracy for luminance coefficients | reed@google.com | 2011-11-22 |
* | remove obsolete assert | reed@google.com | 2011-11-22 |
* | [GPU] Allow kMulRGBByAlpha_InConfigFlag and kSwapRAndB_InConfigFlag to both b... | bsalomon@google.com | 2011-11-22 |
* | store 3 bits of luminance, but (for now) discretize that in fonthost::filterec | reed@google.com | 2011-11-22 |
* | Add fractional-radius blurs to blur benchmark. | tomhudson@google.com | 2011-11-22 |
* | remove GetGammaFlag from SkFontHost | reed@google.com | 2011-11-22 |
* | Add windowscodecs.lib to images.gyp | bsalomon@google.com | 2011-11-21 |
* | add SetFlags for command line control | caryclark@google.com | 2011-11-21 |
* | use a define for the shift amount for the hinting bits | reed@google.com | 2011-11-21 |
* | reorder bits and remove obsolete kForceAA experimental bit | reed@google.com | 2011-11-21 |
* | ensure we never change the text_encoding of the master paint, since it is used | reed@google.com | 2011-11-21 |
* | Add support for GL_CHROMIUM_flipy | bsalomon@google.com | 2011-11-21 |
* | don't quickReject bitmaps if there is a looper or other possible bounds-modifier | reed@google.com | 2011-11-21 |
* | only call FT_Get_Advance if we really want linear metrics | reed@google.com | 2011-11-21 |
* | assert that resources used with ctx are owned by the ctx | bsalomon@google.com | 2011-11-19 |
* | Resubmit 2717 w/ fix workaround OS X GL bug. | bsalomon@google.com | 2011-11-19 |