| Commit message (Expand) | Author | Age |
* | proper handling if SkMatrix::invert failes, addresses hack fix in rev. 3657 | mike@reedtribe.org | 2012-04-14 |
* | pin the edge points to the clip, rather than just calling clamp_ge/le in the | reed@google.com | 2012-04-13 |
* | replace getTotalClipStack() with replayClips()+ClipVisitor | reed@google.com | 2012-04-13 |
* | can't perform fast top_bottom cull if the text is vertical | reed@google.com | 2012-04-12 |
* | Reinstate early out from antialiased path rendering if we anticipate | tomhudson@google.com | 2012-04-12 |
* | always check the result of SkMatrix::invert | reed@google.com | 2012-04-12 |
* | detect when pathmeasure fails, and don't access uninitialized tangent | reed@google.com | 2012-04-12 |
* | Decouple the SkFlattenable from SkReader32/SkWriter32. | djsollen@google.com | 2012-04-12 |
* | Fix SkPathStroker::lineTo() for line with length SK_ScalarNearlyZero | epoger@google.com | 2012-04-11 |
* | Make it possible to share a comparison func with both SkTSearch and SkQSort | bsalomon@google.com | 2012-04-10 |
* | Since we only have 1 proc for SA8_alpha_D32 (i.e. no opaque special-case) we | reed@google.com | 2012-04-10 |
* | Clean up more Visual Studio warnings, including apparent bug in Arithmetic mode. | tomhudson@google.com | 2012-04-10 |
* | Stroked text should check inverse return. | bungeman@google.com | 2012-04-09 |
* | Fixing Windows compiler complaints | robertphillips@google.com | 2012-04-06 |
* | Renaming SkCanvas::fLayerCount to fSaveLayerCount for readability | junov@chromium.org | 2012-04-05 |
* | Fixing the drawing of blurred shodows for hairline paths with software rendering | junov@chromium.org | 2012-04-04 |
* | rm obsolete build-flag SK_IGNORE_HAIRLINE_CLIP_FIX | reed@google.com | 2012-03-30 |
* | check for integer-nan (0x8000...) and don't draw those as antihairlines | reed@google.com | 2012-03-30 |
* | 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 |