| Commit message (Expand) | Author | Age |
* | Adding CMYK jpeg changes w/o .gyp alterations | robertphillips@google.com | 2012-03-20 |
* | 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 |
* | Compile with c++0x. | bungeman@google.com | 2012-03-19 |
* | Perform degenerate check in device coords in convex path renderer | bsalomon@google.com | 2012-03-15 |
* | Close an (incidental) memory leak in gmmain. | tomhudson@google.com | 2012-03-15 |
* | update test | reed@google.com | 2012-03-14 |
* | tweak gm bounds to better fit the content | reed@google.com | 2012-03-14 |
* | [PDF] Fix some fixed/float-point mismatches for image shaders. | vandebo@chromium.org | 2012-03-09 |
* | add more modes/flags to giantbitmap test | reed@google.com | 2012-03-08 |
* | defer any drawing until our first time, so we don't do it in our | reed@google.com | 2012-03-08 |
* | return false if the typeface cannot be found | reed@google.com | 2012-03-08 |
* | disable PDF for now, until http://code.google.com/p/skia/issues/detail?id=520 | reed@google.com | 2012-03-08 |
* | 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 |
* | In convex path renderer, translate polygon to origin for fanPt computation | bsalomon@google.com | 2012-02-23 |
* | Use cheapComputeDirection to determine normal facing in GrAAConvexPathRenderer | bsalomon@google.com | 2012-02-15 |
* | add test for colored text drawing (hopefully gamma corrected) | reed@google.com | 2012-02-14 |
* | Move GL-specific include files to their own subdirectory, to better | tomhudson@google.com | 2012-02-14 |
* | 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 |