| Commit message (Expand) | Author | Age |
* | 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 |
* | suport A8 grayscale text with COLOR_LUMINANCE build option | reed@google.com | 2012-02-15 |
* | if SK_USE_COLOR_LUMINANCE is defined, then we store 2 bits of each component | reed@google.com | 2012-02-13 |
* | enable color-luminance in font cache (disabled by default) | reed@google.com | 2012-02-10 |
* | 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 |
* | add filterImage() entry-point to SkDevice, to allow it to specialize on subcl... | reed@google.com | 2012-01-05 |
* | Allow 0 as a valid text size in SkPaint. | djsollen@google.com | 2012-01-04 |
* | Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); | tomhudson@google.com | 2011-12-28 |
* | initial impl of SkImageFilters : virtual signature will change! | reed@google.com | 2011-12-20 |
* | Fix Paint == comparison on Android. | djsollen@google.com | 2011-12-01 |
* | improve accuracy for luminance coefficients | reed@google.com | 2011-11-22 |
* | store 3 bits of luminance, but (for now) discretize that in fonthost::filterec | reed@google.com | 2011-11-22 |