| Commit message (Expand) | Author | Age |
* | 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 |
* | have paint's measure calls respect vertical | reed@google.com | 2011-11-10 |
* | add vertical-text bit to paint (not supported yet) | reed@google.com | 2011-11-10 |
* | Update files to use SK_BUILD_FOR_ANDROID. | djsollen@google.com | 2011-11-08 |
* | experimental -- add SkImageFilter to paint. Not called yet. | reed@google.com | 2011-11-03 |
* | move call to nothingToDraw into our iterator, so it sees the results of filte... | reed@google.com | 2011-10-06 |
* | quick-rejects based on xfermode, using SkPaint::nothingToDraw() | reed@google.com | 2011-10-04 |
* | need these for the forceaa change | reed@google.com | 2011-09-30 |
* | Make SkMath.h less visible in public header files. | tomhudson@google.com | 2011-09-27 |
* | update dox for LCD text | reed@google.com | 2011-08-01 |
* | Automatic update of all copyright notices to reflect new license terms. | epoger@google.com | 2011-07-28 |
* | have == always return bool, never int | reed@google.com | 2011-07-20 |
* | Add option in flattening to write factory names inline, as we are recording. | reed@google.com | 2011-06-21 |
* | Upstream android changes. | djsollen@google.com | 2011-04-15 |
* | update dox for setLooper() | reed@google.com | 2011-03-16 |
* | Add code needed to build skia as a windows dll within the chromium project. | ctguil@chromium.org | 2011-03-15 |
* | merge from android tree: | djsollen@google.com | 2011-02-23 |
* | PDF: Add text support with a font framework (font embedding to come). | vandebo@chromium.org | 2010-11-11 |
* | Add support for forcing autohinting. | agl@chromium.org | 2010-06-17 |