| Commit message (Expand) | Author | Age |
* | Fix a bunch of warnings, mainly around rowBytes. | scroggo@google.com | 2013-02-25 |
* | Always round text position correctly. | bungeman@google.com | 2013-02-25 |
* | remove obsolete build flags: | reed@google.com | 2013-02-22 |
* | Fix unbalanced Shader set/endContext calls in drawVertices | djsollen@google.com | 2013-02-05 |
* | clone of https://codereview.appspot.com/7208043/ | reed@google.com | 2013-01-30 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-26 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-25 |
* | add optional cull-rect to patheffects, so they can do less work if their results | reed@google.com | 2013-01-24 |
* | Fix Android only code in SkDraw for 7317. | bungeman@google.com | 2013-01-22 |
* | Expose geometry and gamma on device. | bungeman@google.com | 2013-01-22 |
* | Added print out of SkShader information to debugger | robertphillips@google.com | 2013-01-15 |
* | Remove SK_DRAW_POS_TEXT_IGNORE_SUBPIXEL_LEFT_ALIGN_FIX. | bungeman@google.com | 2013-01-14 |
* | abandon SK_IGNORE_TREAT_AS_SPRITE as a flag, and use SK_IGNORE_TRANS_CLAMP_FIX | reed@google.com | 2013-01-07 |
* | use SkTreatAsSprite in SkDraw (with guard for chrome if needed) | reed@google.com | 2013-01-03 |
* | change SkMaskFilter methods to const, in preparation for making the class as | reed@google.com | 2012-12-18 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-12-18 |
* | 3on/3off dashing optimization | robertphillips@google.com | 2012-12-17 |
* | call lock-pixels once we know we're a sprite | reed@google.com | 2012-12-14 |
* | add per-draw checks for lockcounts | reed@google.com | 2012-12-14 |
* | reland 6798 w/ fix for bitmap-as-mask pixel-locking | reed@google.com | 2012-12-13 |
* | revert 6798 (assert in GM) | reed@google.com | 2012-12-13 |
* | Goal: ensure we always balance lock/unlock pixels calls. | reed@google.com | 2012-12-13 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-12-06 |
* | Add drawPoints dash bench | robertphillips@google.com | 2012-12-05 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-11-30 |
* | use fast-pt case when radius <= 1/2, instead of just hairlines | reed@google.com | 2012-11-29 |
* | Added dashing fast path | robertphillips@google.com | 2012-11-28 |
* | remove legacy build-guards, now that webkit has rebaselined these. | reed@google.com | 2012-11-26 |
* | Make SkShader store localM directly rather than as a separate alloc. | bsalomon@google.com | 2012-10-31 |
* | SkTCopyOnFirstWrite | bsalomon@google.com | 2012-10-11 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-10-11 |
* | Draw hairline text as path. | bsalomon@google.com | 2012-10-10 |
* | Remove external matrix feature. | bsalomon@google.com | 2012-10-08 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | change SkTextToPathIter to allow continuation even when there is no path for | reed@google.com | 2012-08-07 |
* | move SkTextToPathIter into private header | reed@google.com | 2012-08-07 |
* | use mapPoints instead of mapXY for the 2 corners of a rect (faster) | reed@google.com | 2012-05-11 |
* | inline common case when we are left-aligned in drawPosText | reed@google.com | 2012-04-18 |
* | detect when pathmeasure fails, and don't access uninitialized tangent | reed@google.com | 2012-04-12 |
* | Fixing the drawing of blurred shodows for hairline paths with software rendering | junov@chromium.org | 2012-04-04 |
* | Create macro for registering classes for deserialization | djsollen@google.com | 2012-03-26 |
* | Initialize margin, which was being used uninitialized in compute_bounds() | tomhudson@google.com | 2012-03-23 |
* | Fix scaling issue when drawing text on a path. | djsollen@google.com | 2012-03-20 |
* | Pull xfer mode test out of generic draw-as-hairline test. Use coverage rather... | bsalomon@google.com | 2012-01-18 |
* | Subpixel text 3/8 of a pixel too far to the right. | bungeman@google.com | 2012-01-13 |
* | drawPosText with center or right align skips every other character. | bungeman@google.com | 2012-01-04 |
* | Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); | tomhudson@google.com | 2011-12-28 |
* | use AsMode instead of deprecated IsMode | mike@reedtribe.org | 2011-11-17 |
* | Update files to use SK_BUILD_FOR_ANDROID. | djsollen@google.com | 2011-11-08 |
* | Remove warnings (trailing \, signed vs unsigned, parenthesization). | tomhudson@google.com | 2011-10-27 |