| Commit message (Expand) | Author | Age |
* | Add SkTypeface* parameter to SkScalerContext (and its callers) | reed@google.com | 2013-03-19 |
* | Added toString to SkMaskFilter-derived classes | robertphillips@google.com | 2013-03-18 |
* | move most of SkFontHost to private (preceeding making it all private) | reed@google.com | 2013-03-14 |
* | Upstream changes from Android. | djsollen@google.com | 2013-03-08 |
* | Initialize bounds even if the text length is zero. | djsollen@google.com | 2013-03-04 |
* | Fixed sk_getMetrics_utf32_xy function | sugoi@google.com | 2013-02-26 |
* | Move SkPaint::toString from debugger to SkPaint | robertphillips@google.com | 2013-02-14 |
* | 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 |
* | Fix VC++ warning and Android only code for 7317. | bungeman@google.com | 2013-01-22 |
* | Expose geometry and gamma on device. | bungeman@google.com | 2013-01-22 |
* | fix spelling: cannonical -> canonical | reed@google.com | 2013-01-08 |
* | Clean up usage of mask gamma. | bungeman@google.com | 2012-10-26 |
* | Fonts with cubic outlines are rendered without ClearType by GDI. | bungeman@google.com | 2012-10-12 |
* | Make SkPictures valid regardless of SK_SUPPORT_HINTING_SCALE_FACTOR. | scroggo@google.com | 2012-10-09 |
* | Remove state from SkColorSpaceLuminance to avoid memory management. | bungeman@google.com | 2012-10-04 |
* | build iOS with 'make all' | caryclark@google.com | 2012-10-02 |
* | 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 |
* | Reduce SkMaskGamma cache thrashing. | bungeman@google.com | 2012-09-11 |
* | Future proof luminance caches. | bungeman@google.com | 2012-09-04 |
* | Fix greenish text rendering on Linux. | bungeman@google.com | 2012-08-24 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | Refactor SkImageFilter into its own .cpp file. | senorblanco@chromium.org | 2012-08-20 |
* | Implements a new class, SkSingleInputImageFilter, to handle DAG connectivity | senorblanco@chromium.org | 2012-08-20 |
* | Update SkFlattenable buffers to be more modular. | djsollen@google.com | 2012-08-07 |
* | 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 |
* | Set fReservedAlign to 0. | bungeman@google.com | 2012-08-02 |
* | Replace the asAFoo() functions in SkImageFilter with canFilterImageGPU() and | senorblanco@chromium.org | 2012-08-01 |
* | Gamma correcting masks. | bungeman@google.com | 2012-07-30 |
* | add SkPaint::getPosTextPath(), with gm to test it | reed@google.com | 2012-07-20 |
* | Introduces new SingleTextureEffect base class for GrCustomStage objects. | tomhudson@google.com | 2012-07-12 |
* | idea: add annotation to SkPaint | reed@google.com | 2012-07-11 |
* | This patch implements the diffuse and specular lighting filters in Ganesh. | senorblanco@chromium.org | 2012-07-11 |
* | Added Inst counting to SkFlattenable-derived classes | robertphillips@google.com | 2012-06-27 |
* | Removing redundant calls to GEN_ID_INC_EVAL in SkPaint.cpp | junov@chromium.org | 2012-06-22 |
* | Change patheffect to take a (new) StrokeRec object, which encapsulates the fill | reed@google.com | 2012-05-25 |
* | revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory some... | reed@google.com | 2012-05-24 |
* | Change patheffect to take a (new) StrokeRec object, which encapsulates the fill | reed@google.com | 2012-05-24 |
* | 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 |
* | Decouple the SkFlattenable from SkReader32/SkWriter32. | djsollen@google.com | 2012-04-12 |
* | Fix scaling issue when drawing text on a path. | djsollen@google.com | 2012-03-20 |
* | add kUTF32_TextEncoding | reed@google.com | 2012-03-14 |
* | Erode and dilate image filter effects, CPU and GPU implementations. | senorblanco@chromium.org | 2012-03-02 |
* | move the post cleanup of the rec until after we wack it for maskfilter | reed@google.com | 2012-03-01 |
* | move SKPaint's defaults (that might be configurable) into a header | reed@google.com | 2012-02-29 |
* | Merge changes from the android repo upstream to Skia | djsollen@google.com | 2012-02-15 |