| Commit message (Expand) | Author | Age |
* | Fix reset of scissor state in onResetContext | bsalomon@google.com | 2012-04-17 |
* | expose font-table APIs to SkTypeface | reed@google.com | 2012-04-17 |
* | Revert r3705 for fixed pt failures. | bsalomon@google.com | 2012-04-17 |
* | track oval in SkPath | bsalomon@google.com | 2012-04-17 |
* | we have to explicitly pin the results from sect_with_horizontal, since even with | reed@google.com | 2012-04-17 |
* | Add coverage AA support for SampleApp root layers (windows only) | bsalomon@google.com | 2012-04-17 |
* | work in progress | caryclark@google.com | 2012-04-17 |
* | Add cast to support 64 bit. | caryclark@google.com | 2012-04-16 |
* | add defer canvas to bench | bsalomon@google.com | 2012-04-16 |
* | Add SK_SYSTEM_ZLIB define. | justinlin@google.com | 2012-04-16 |
* | Minor refactoring to pull GrClipMaskManager into its own files | robertphillips@google.com | 2012-04-16 |
* | Allow specifying multiple configs for bench, e.g. -config 8888 -config GPU. | tomhudson@google.com | 2012-04-16 |
* | rebaseline for fixes to cubic clipping | reed@google.com | 2012-04-16 |
* | need to invert the alpha computation for single scanline on innerfill | reed@google.com | 2012-04-16 |
* | rebaseline for quad clipper fix | reed@google.com | 2012-04-16 |
* | First pass at stencil clip mask refactoring | robertphillips@google.com | 2012-04-16 |
* | fix clamping when we chop a cubic | reed@google.com | 2012-04-16 |
* | Minor code cleanup of Debug GL Interface | robertphillips@google.com | 2012-04-16 |
* | Addressed more Windows compiler complaint issues | robertphillips@google.com | 2012-04-16 |
* | roll out http://code.google.com/p/skia/source/detail?r=3687 because Mac 10.6 ... | epoger@google.com | 2012-04-16 |
* | Make Mac build generate both 32-bit and 64-bit code. | epoger@google.com | 2012-04-16 |
* | Fix 64-bit build on Mac | epoger@google.com | 2012-04-16 |
* | Propagated AA flags through Ganesh's clip stack (in preparation for GL AA cli... | robertphillips@google.com | 2012-04-16 |
* | Revert r3681 due to fixed point failures in tests. | bsalomon@google.com | 2012-04-16 |
* | Add file missing from r3682 checkin | bsalomon@google.com | 2012-04-16 |
* | add gm circles | bsalomon@google.com | 2012-04-16 |
* | add isSimilarityTransform() and some tests | bsalomon@google.com | 2012-04-16 |
* | rebaseline after clamp fix to quad clipper in rev. 3677 | reed@google.com | 2012-04-16 |
* | proper handling if SkMatrix::invert failes, addresses hack fix in rev. 3657 | mike@reedtribe.org | 2012-04-14 |
* | dd DrawPathTest to gyp | 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 |
* | [PDF] If matrix inversion fails, use the identity matrix. | vandebo@chromium.org | 2012-04-13 |
* | Some fonts do not measure correctly in Mountain Lion, | caryclark@google.com | 2012-04-13 |
* | rebaseline after SkScalarNearlyZero() change (< to <=) rev. 3652 | reed@google.com | 2012-04-13 |
* | Revert gm baseline deletions from r3653 and r3656, so I can rebaseline them w... | epoger@google.com | 2012-04-13 |
* | exercise buildbot change in r3671 | epoger@google.com | 2012-04-13 |
* | replace getTotalClipStack() with replayClips()+ClipVisitor | reed@google.com | 2012-04-13 |
* | Fixed uninitialized memory issue on Linux when running "gm --debuggl" | robertphillips@google.com | 2012-04-12 |
* | add SK_WARN_UNUSED_RESULT warning to SkPathMeasure methods that might leave | reed@google.com | 2012-04-12 |
* | Make download_baselines.py download *all* platforms, if none are specified. | epoger@google.com | 2012-04-12 |
* | rename compare-baselines.py and download-baselines.py using underscores inste... | epoger@google.com | 2012-04-12 |
* | If skdiff encounters image size mismatch, do not display diff images | epoger@google.com | 2012-04-12 |
* | mark getTotalClip as deprecated | reed@google.com | 2012-04-12 |
* | Fix crash with LCD vertical text. | bungeman@google.com | 2012-04-12 |
* | 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 |
* | rebaseline | 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 |