| Commit message (Expand) | Author | Age |
* | Cleanup code related to SkFlattenable::flatten() | djsollen@google.com | 2012-03-29 |
* | Consolidate PixelRef flattables with the standard impl | djsollen@google.com | 2012-03-28 |
* | Fix a bunch of Coverity defects - class members not initialized in the constr... | vandebo@chromium.org | 2012-03-28 |
* | handle null-device correctly in setDevice | reed@google.com | 2012-03-28 |
* | Fix a memory leak in SkAAClip::translate(). | tomhudson@google.com | 2012-03-28 |
* | add debuggin matrix-proc to validate its output before calling the samplers | reed@google.com | 2012-03-27 |
* | Create macro for registering classes for deserialization | djsollen@google.com | 2012-03-26 |
* | Make use of the functions in the flattenable reader/writer | djsollen@google.com | 2012-03-26 |
* | Cleanup Macros arround static initializers for SkFlattenable. | djsollen@google.com | 2012-03-23 |
* | apply imagefilter to all draw calls | reed@google.com | 2012-03-23 |
* | Initialize margin, which was being used uninitialized in compute_bounds() | tomhudson@google.com | 2012-03-23 |
* | Upstream changes from Android repository. | djsollen@google.com | 2012-03-21 |
* | Move SkClampRange into src/effects, where it isn't being advertised as | tomhudson@google.com | 2012-03-20 |
* | Fix scaling issue when drawing text on a path. | djsollen@google.com | 2012-03-20 |
* | add optional updateMatrixClip param to getTopDevice(). Chrome should set this | reed@google.com | 2012-03-19 |
* | Another fix to r3423, reinstate blitter code that was commented out for | tomhudson@google.com | 2012-03-19 |
* | (SSE2) acceleration for rectangular opaque erases. | tomhudson@google.com | 2012-03-19 |
* | add IRect variant of getBounds() | reed@google.com | 2012-03-16 |
* | add getBounds() helper | reed@google.com | 2012-03-15 |
* | don't clamp the stopScale to 0 unless it originally exceeded the clip. This is | reed@google.com | 2012-03-15 |
* | tweak gm bounds to better fit the content | reed@google.com | 2012-03-14 |
* | add kUTF32_TextEncoding | reed@google.com | 2012-03-14 |
* | Fix four memory leaks uncovered by valgrinding gm tests. | vandebo@chromium.org | 2012-03-14 |
* | enable fractionalint (64bit) math in bitmap procs | reed@google.com | 2012-03-14 |
* | add build option to revert hairline-clipping fix from 3366 | reed@google.com | 2012-03-13 |
* | if we are extending past our clip in antihairlines, don't draw that last | reed@google.com | 2012-03-12 |
* | detect all masks, and don't use masksuperblitter with those | reed@google.com | 2012-03-12 |
* | don't flip the fractional bits (low 4) for bilerp when in kMirror_TileMode | reed@google.com | 2012-03-09 |
* | If we try to clip against a path and the path only contains a rect, treat it ... | tomhudson@google.com | 2012-03-09 |
* | disable 64bit opt for now, as I debug skew failure in DRT | reed@google.com | 2012-03-08 |
* | apply FractionalInt improvement to rotated | reed@google.com | 2012-03-08 |
* | use higher precision (64bit) fixed-point for matrix proc | reed@google.com | 2012-03-07 |
* | SSSE3 code for drawing rotated bitmaps; produces 25-30% speedup. | tomhudson@google.com | 2012-03-06 |
* | Erode and dilate image filter effects, CPU and GPU implementations. | senorblanco@chromium.org | 2012-03-02 |
* | move the post cleanup of the rec until after we wack it for maskfilter | reed@google.com | 2012-03-01 |
* | add experimental files to encapsulate device-level font settings | reed@google.com | 2012-03-01 |
* | fix edgecase in chopcubic where we computed duplicate tvalues | reed@google.com | 2012-02-29 |
* | fix bug and add test for aaclip when blitV is called | reed@google.com | 2012-02-29 |
* | move SKPaint's defaults (that might be configurable) into a header | reed@google.com | 2012-02-29 |
* | handle checking for large bounds correctly when SkScalar is fixed | reed@google.com | 2012-02-28 |
* | SSE2 version of ClampX_ClampY_{no}filter_affine, courtesy of Jin Yang. | tomhudson@google.com | 2012-02-28 |
* | since SkScalarCeil/Floor do not explicitly detect overflows from float->int, | reed@google.com | 2012-02-28 |
* | Disable check for large bounds in antipath | reed@google.com | 2012-02-27 |
* | reapply r3259 (that was reverted) with fix. | djsollen@google.com | 2012-02-27 |
* | Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matri... | junov@chromium.org | 2012-02-24 |
* | reverting r3259 because of gm/test failure. | djsollen@google.com | 2012-02-24 |
* | Enable quickRejectY in SkCanvas to be inlined. | djsollen@google.com | 2012-02-24 |
* | reverting r3257 because of gm failure. | junov@chromium.org | 2012-02-24 |
* | Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matri... | junov@chromium.org | 2012-02-24 |
* | check for null-device in iterator | reed@google.com | 2012-02-24 |