| Commit message (Expand) | Author | Age |
... | |
* | Set LCD font smoothing to "medium" for gm on Mac, regardless of system settings | epoger@google.com | 2012-02-14 |
* | Add path effect GM | bsalomon@google.com | 2012-02-13 |
* | [GPU]: Handle degenerate quads when computing UV matrix from control points | bsalomon@google.com | 2012-01-31 |
* | Expose '--notexturecache' command line argument to gm. | twiz@google.com | 2012-01-31 |
* | Fix degenerate test in convex path renderer | bsalomon@google.com | 2012-01-31 |
* | increase height to include entire circle for large radial | reed@google.com | 2012-01-31 |
* | Add missing SkFloatToScalar() calls to fix the build. | tomhudson@google.com | 2012-01-30 |
* | New radial gradient GM to observe banding and dithering effects. | tomhudson@google.com | 2012-01-30 |
* | Remove GrAALevel enum, use explicit sample count | bsalomon@google.com | 2012-01-30 |
* | Adding a flush method to SkCanvas | junov@chromium.org | 2012-01-30 |
* | Change background color and add paths to convexpaths gm | bsalomon@google.com | 2012-01-26 |
* | revert 3078 | bsalomon@google.com | 2012-01-21 |
* | fix interior issues in convex path renderer | bsalomon@google.com | 2012-01-21 |
* | Stop writing out XPS baselines until we resolve skia issue 455 | epoger@google.com | 2012-01-18 |
* | Updating gm's usage message | junov@google.com | 2012-01-18 |
* | Adding class SkDeferredCanvas for deferred rendering. | junov@google.com | 2012-01-18 |
* | if the y-max has neighbors (prev and next) with the same Y values, then the | reed@google.com | 2012-01-17 |
* | Incorporate changes related to Tom's post-hoc comments on the convex path ren... | bsalomon@google.com | 2012-01-17 |
* | Add convex path renderer (disabled) | bsalomon@google.com | 2012-01-17 |
* | fix cheapComputeDirection() in the non-convex case to pivot on the y-max point | reed@google.com | 2012-01-11 |
* | use SkIntToScalar | reed@google.com | 2012-01-10 |
* | add gm for reverseAddPath | reed@google.com | 2012-01-10 |
* | restore (debugged) cheapComputeDirection | reed@google.com | 2012-01-10 |
* | disable for now | reed@google.com | 2012-01-10 |
* | add SkPath::cheapComputeDirection() plus unittests | reed@google.com | 2012-01-10 |
* | add SkPath::reverseAddPath() | reed@google.com | 2012-01-10 |
* | 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 |