| Commit message (Expand) | Author | Age |
... | |
* | Towards enabling -Werror in skia on Linux | bsalomon@google.com | 2012-01-06 |
* | add filterImage() entry-point to SkDevice, to allow it to specialize on subcl... | reed@google.com | 2012-01-05 |
* | [PDF] Fix some scalar/int assumptions. | vandebo@chromium.org | 2012-01-05 |
* | When applying a color matrix, unpremultiply the source, and premultiply the | senorblanco@chromium.org | 2012-01-05 |
* | Make font scaler gm work correctly in fixed point. | bungeman@google.com | 2012-01-05 |
* | Reverting r2969, since it broke the GLPrograms RunTests step. | senorblanco@chromium.org | 2012-01-05 |
* | When applying a color matrix, unpremultiply the source, and premultiply | senorblanco@chromium.org | 2012-01-05 |
* | The units used to setup XPS should be SkScalars. | bungeman@google.com | 2012-01-05 |
* | Add the ability to iterate through a path without modification. This change is | schenney@chromium.org | 2012-01-04 |
* | Removing path drawing gm tests that produce either an entirely | schenney@chromium.org | 2012-01-04 |
* | Removing unnecessary gm tests. Unreviewed but approved by reed@google.com. | 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 helper drawSizeBounds to show the GM's size | reed@google.com | 2012-01-03 |
* | add optional --forceBWtext to gm, forcing all text to BW to ease | mike@reedtribe.org | 2011-12-30 |
* | Add SkTableColorFilter, as a foundation for several SVG filters | 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 |
* | 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 |
* | Unreviewed changes to the gm tests for paths. Each test is broken into four | schenney@chromium.org | 2011-12-20 |
* | Implement SkColorFilter::asColorMatrix() virtual, and override in | 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 |
* | can't pass const to setPixels :( | reed@google.com | 2011-12-20 |
* | defer creating offscreen until our first draw (so our constructor runs fast) | reed@google.com | 2011-12-20 |
* | fix positioning for scalar=fixed, still need to fix actual mode | reed@google.com | 2011-12-12 |
* | try to make it draw correctly in fixed point | reed@google.com | 2011-12-12 |
* | Access sampler matrices directly, cleanup GrSamplerState::reset()s | bsalomon@google.com | 2011-12-12 |
* | add first cut at arithmetic mode | mike@reedtribe.org | 2011-12-10 |
* | change to complexclip_bw and complexclip_aa, adding more combinations as well | reed@google.com | 2011-12-08 |
* | add getBGColor() getter | reed@google.com | 2011-12-06 |
* | Prep #1 for making GrDrawState a class | bsalomon@google.com | 2011-12-06 |
* | Remove fConfig/fFormat union in GrTextureDesc | bsalomon@google.com | 2011-12-06 |
* | When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deep | senorblanco@chromium.org | 2011-12-02 |
* | Fix issue where bumping the max gm width/height affects gpu images | bsalomon@google.com | 2011-11-30 |
* | update verttext to remove leading space from image name | 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 |
* | add test for shader text w/ and w/o lcd (and w/ and w/o opaque) | reed@google.com | 2011-11-28 |
* | Fix warnings | bsalomon@google.com | 2011-11-23 |
* | Make all pixel ops go thru ctx so we can correctly flush. Unify two texture u... | bsalomon@google.com | 2011-11-16 |
* | This change makes SkImageFilter and SkBlurImageFilter flattenable/unflattenable. | senorblanco@chromium.org | 2011-11-16 |
* | add test for bad scanconversion (disabled) | reed@google.com | 2011-11-14 |
* | add test gm for vertical text | reed@google.com | 2011-11-10 |
* | Implement Gaussian blurs for images. The caller creates an an | senorblanco@chromium.org | 2011-11-09 |
* | suppress font-purge messages | reed@google.com | 2011-11-08 |
* | Add font scaler gm. | bungeman@google.com | 2011-11-07 |
* | [GPU] Add explicit byte order and PM vs. UPM 8888 configs | bsalomon@google.com | 2011-11-07 |
* | Recommit r2611 with fix for gm | bsalomon@google.com | 2011-11-07 |
* | Revert r2611 until windows gm can be debugged | bsalomon@google.com | 2011-11-07 |