| Commit message (Expand) | Author | Age |
* | Add a class to allocate small objects w/o extra calls to new. | commit-bot@chromium.org | 2014-03-07 |
* | use colortype instead of config | reed@google.com | 2014-02-20 |
* | Refactor read and write buffers. | commit-bot@chromium.org | 2014-01-30 |
* | fix (some) 64bit warnings -- size_t -> int | commit-bot@chromium.org | 2014-01-24 |
* | SK_SUPPORTED_DEPRECATED_FIXEDROUND around deprecated fixed[round,ceil,floor] | mike@reedtribe.org | 2014-01-06 |
* | fix drawVertices when we have both colors and textures | reed@google.com | 2013-12-30 |
* | Move distance field font code into GrDistanceFieldTextContext. | commit-bot@chromium.org | 2013-12-19 |
* | deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de... | reed@google.com | 2013-12-17 |
* | Use SkScalar when aligning glyphs in user space. | bungeman@google.com | 2013-12-13 |
* | Apply hairline optimization only if the path renderer wants it | commit-bot@chromium.org | 2013-11-22 |
* | Minor fixes for distance field fonts: | commit-bot@chromium.org | 2013-11-21 |
* | Guard against most unintentionally ephemeral SkAutoFoo instantiations. | commit-bot@chromium.org | 2013-11-18 |
* | drawPosTextOnPath is now deprecated, removing all overrides and impls | reed@google.com | 2013-11-13 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-11-12 |
* | Hook in rough distance field support for fonts | jvanverth@google.com | 2013-11-11 |
* | Add ability to ninepatch blurred rounded rectangle | scroggo@google.com | 2013-11-08 |
* | Revert "Do not apply hairline optimization for paths if nv_path_rendering is ... | bsalomon@google.com | 2013-11-08 |
* | Do not apply hairline optimization for paths if nv_path_rendering is used | commit-bot@chromium.org | 2013-11-08 |
* | Revert "Revert "speed up A8 by creating a new entry-point in SkDraw that blit... | reed@google.com | 2013-11-07 |
* | Revert "speed up A8 by creating a new entry-point in SkDraw that blits the pa... | reed@google.com | 2013-11-04 |
* | speed up A8 by creating a new entry-point in SkDraw that blits the path's cov... | reed@google.com | 2013-11-04 |
* | Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si... | reed@google.com | 2013-10-31 |
* | Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t... | reed@google.com | 2013-10-31 |
* | add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ... | reed@google.com | 2013-10-31 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-08-29 |
* | fix state machine so we know simple only loops once, but we can call maprect ... | reed@google.com | 2013-08-28 |
* | Revert of r10943. | rmistry@google.com | 2013-08-27 |
* | add SkDeviceLooper to handle larger-than-fixedpoint | reed@google.com | 2013-08-27 |
* | remove dead defines from SkUserConfig.h | reed@google.com | 2013-07-23 |
* | Revert "avoid AntiFrameRect when strokeSize is too small. Workaround for skbu... | reed@google.com | 2013-06-26 |
* | avoid AntiFrameRect when strokeSize is too small. Workaround for skbug/1368 | reed@google.com | 2013-06-25 |
* | remove dst/rendertarget support for kARGB_4444_Config | reed@google.com | 2013-06-21 |
* | call through to the device from SkDraw | reed@google.com | 2013-06-05 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-06-05 |
* | add size limit for using glyphcache. above that, draw using paths | reed@google.com | 2013-06-04 |
* | Detect color masks, and divert to draw-sprite instead of maskblitters. | reed@google.com | 2013-05-02 |
* | use SkTCast | reed@google.com | 2013-03-29 |
* | 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 |