| Commit message (Expand) | Author | Age |
* | Nobody defines SK_SUPPORT_HINTING_SCALE_FACTOR any more, so remove it. | mtklein@google.com | 2013-08-15 |
* | Revert r10603 (Remove operator== from SkPaint) due to Chrome failures | robertphillips@google.com | 2013-08-07 |
* | Remove operator== from SkPaint | commit-bot@chromium.org | 2013-08-07 |
* | stop using bitmap-filter flags outside of paint itself, as a step towards rea... | reed@google.com | 2013-07-22 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-07-19 |
* | add FilterLevel API to SkPaint, replacing various Flag bits | reed@google.com | 2013-07-18 |
* | New bitmap filter checkin; this time with less build breakage | humper@google.com | 2013-07-09 |
* | Revert "More general image filter interface; tested implementation of standal... | humper@google.com | 2013-07-09 |
* | More general image filter interface; tested implementation of standalone | humper@google.com | 2013-07-09 |
* | add extra flag (currently unused) for high quality downsampling | humper@google.com | 2013-07-09 |
* | Add maxCharWidth and a compile flag to use old metrics (needed by Blink). | bungeman@google.com | 2013-06-21 |
* | move kAlignCount out of Align enum, so it can't accidentally be passed as a p... | mike@reedtribe.org | 2013-06-08 |
* | 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 |
* | add kBicubicFilterBitmap_Flag to paint, just for testing purposes. | reed@google.com | 2013-05-22 |
* | API modifications needed to upstream Android font changes. | commit-bot@chromium.org | 2013-05-13 |
* | Reverting 9083 & 9084 due to Android failures | robertphillips@google.com | 2013-05-09 |
* | API modifications needed to upstream Android font changes. | commit-bot@chromium.org | 2013-05-09 |
* | Add SkTypeface* parameter to SkScalerContext (and its callers) | reed@google.com | 2013-03-19 |
* | Upstream changes from Android. | djsollen@google.com | 2013-03-08 |
* | Move SkPaint::toString from debugger to SkPaint | robertphillips@google.com | 2013-02-14 |
* | move kStyleCount out of Style enum, and into its own, to avoid | mike@reedtribe.org | 2013-02-04 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-26 |
* | add optional cull-rect to patheffects, so they can do less work if their results | reed@google.com | 2013-01-24 |
* | Expose geometry and gamma on device. | bungeman@google.com | 2013-01-22 |
* | re-apply 5508, but with the new compile-flag disabled for now | reed@google.com | 2012-09-12 |
* | revert 5508 -- it broke most of the builds | reed@google.com | 2012-09-12 |
* | Using the device scale factor for glyph positioning | wjmaclean@chromium.org | 2012-09-12 |
* | Future proof luminance caches. | bungeman@google.com | 2012-09-04 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | Update SkFlattenable buffers to be more modular. | djsollen@google.com | 2012-08-07 |
* | add SkPaint::getPosTextPath(), with gm to test it | reed@google.com | 2012-07-20 |
* | idea: add annotation to SkPaint | reed@google.com | 2012-07-11 |
* | Punctuation cleanup to satisfy idiosyncracies of OpenBSD gcc 4.2.1. | tomhudson@google.com | 2012-06-01 |
* | computeFastStrokeBounds needs to pass kStroke_Style instead of kFill_Style (y... | reed@google.com | 2012-05-16 |
* | can't make the compute-bounds methods private yet :( | reed@google.com | 2012-05-16 |
* | perform quickReject in drawPoints (which is called by drawLine) just like we | reed@google.com | 2012-05-16 |
* | add computeFastBounds to SkPathEffect, so we can attempt quickReject | reed@google.com | 2012-05-15 |
* | update dox for measureText | reed@google.com | 2012-05-15 |
* | add dox for Shaders, and how the paint's alpha modulates the shader's colors. | reed@google.com | 2012-05-11 |
* | move SkStrokePathEffect into hiding for now, as its functionality is rethought. | reed@google.com | 2012-05-10 |
* | Cleanup code related to SkFlattenable::flatten() | djsollen@google.com | 2012-03-29 |
* | Create macro for registering classes for deserialization | djsollen@google.com | 2012-03-26 |
* | Re-attempting Linux debug GL interface compiler complaint fix. | robertphillips@google.com | 2012-03-21 |
* | add kUTF32_TextEncoding | reed@google.com | 2012-03-14 |
* | Merge changes from the android repo upstream to Skia | djsollen@google.com | 2012-02-15 |
* | extend fastbounds impls to include maskfilters and drawloopers. This allows | reed@google.com | 2012-01-30 |
* | add GenA8FromLCD as a hack to force GDI to create the A8 mask from the LCD | reed@google.com | 2012-01-18 |
* | Fix Paint == comparison on Android. | djsollen@google.com | 2011-12-01 |
* | reorder bits and remove obsolete kForceAA experimental bit | reed@google.com | 2011-11-21 |