aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPaint.cpp
Commit message (Expand)AuthorAge
* Fonts with cubic outlines are rendered without ClearType by GDI.Gravatar bungeman@google.com2012-10-12
* Make SkPictures valid regardless of SK_SUPPORT_HINTING_SCALE_FACTOR.Gravatar scroggo@google.com2012-10-09
* Remove state from SkColorSpaceLuminance to avoid memory management.Gravatar bungeman@google.com2012-10-04
* build iOS with 'make all'Gravatar caryclark@google.com2012-10-02
* re-apply 5508, but with the new compile-flag disabled for nowGravatar reed@google.com2012-09-12
* revert 5508 -- it broke most of the buildsGravatar reed@google.com2012-09-12
* Using the device scale factor for glyph positioningGravatar wjmaclean@chromium.org2012-09-12
* Reduce SkMaskGamma cache thrashing.Gravatar bungeman@google.com2012-09-11
* Future proof luminance caches.Gravatar bungeman@google.com2012-09-04
* Fix greenish text rendering on Linux.Gravatar bungeman@google.com2012-08-24
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Refactor SkImageFilter into its own .cpp file.Gravatar senorblanco@chromium.org2012-08-20
* Implements a new class, SkSingleInputImageFilter, to handle DAG connectivityGravatar senorblanco@chromium.org2012-08-20
* Update SkFlattenable buffers to be more modular.Gravatar djsollen@google.com2012-08-07
* change SkTextToPathIter to allow continuation even when there is no path forGravatar reed@google.com2012-08-07
* move SkTextToPathIter into private headerGravatar reed@google.com2012-08-07
* Set fReservedAlign to 0.Gravatar bungeman@google.com2012-08-02
* Replace the asAFoo() functions in SkImageFilter with canFilterImageGPU() andGravatar senorblanco@chromium.org2012-08-01
* Gamma correcting masks.Gravatar bungeman@google.com2012-07-30
* add SkPaint::getPosTextPath(), with gm to test itGravatar reed@google.com2012-07-20
* Introduces new SingleTextureEffect base class for GrCustomStage objects.Gravatar tomhudson@google.com2012-07-12
* idea: add annotation to SkPaintGravatar reed@google.com2012-07-11
* This patch implements the diffuse and specular lighting filters in Ganesh. Gravatar senorblanco@chromium.org2012-07-11
* Added Inst counting to SkFlattenable-derived classesGravatar robertphillips@google.com2012-06-27
* Removing redundant calls to GEN_ID_INC_EVAL in SkPaint.cppGravatar junov@chromium.org2012-06-22
* Change patheffect to take a (new) StrokeRec object, which encapsulates the fillGravatar reed@google.com2012-05-25
* revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory some...Gravatar reed@google.com2012-05-24
* Change patheffect to take a (new) StrokeRec object, which encapsulates the fillGravatar reed@google.com2012-05-24
* perform quickReject in drawPoints (which is called by drawLine) just like weGravatar reed@google.com2012-05-16
* add computeFastBounds to SkPathEffect, so we can attempt quickRejectGravatar reed@google.com2012-05-15
* Decouple the SkFlattenable from SkReader32/SkWriter32.Gravatar djsollen@google.com2012-04-12
* Fix scaling issue when drawing text on a path.Gravatar djsollen@google.com2012-03-20
* add kUTF32_TextEncodingGravatar reed@google.com2012-03-14
* Erode and dilate image filter effects, CPU and GPU implementations.Gravatar senorblanco@chromium.org2012-03-02
* move the post cleanup of the rec until after we wack it for maskfilterGravatar reed@google.com2012-03-01
* move SKPaint's defaults (that might be configurable) into a headerGravatar reed@google.com2012-02-29
* Merge changes from the android repo upstream to SkiaGravatar djsollen@google.com2012-02-15
* suport A8 grayscale text with COLOR_LUMINANCE build optionGravatar reed@google.com2012-02-15
* if SK_USE_COLOR_LUMINANCE is defined, then we store 2 bits of each componentGravatar reed@google.com2012-02-13
* enable color-luminance in font cache (disabled by default)Gravatar reed@google.com2012-02-10
* extend fastbounds impls to include maskfilters and drawloopers. This allowsGravatar reed@google.com2012-01-30
* add GenA8FromLCD as a hack to force GDI to create the A8 mask from the LCDGravatar reed@google.com2012-01-18
* add filterImage() entry-point to SkDevice, to allow it to specialize on subcl...Gravatar reed@google.com2012-01-05
* Allow 0 as a valid text size in SkPaint.Gravatar djsollen@google.com2012-01-04
* Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");Gravatar tomhudson@google.com2011-12-28
* initial impl of SkImageFilters : virtual signature will change!Gravatar reed@google.com2011-12-20
* Fix Paint == comparison on Android.Gravatar djsollen@google.com2011-12-01
* improve accuracy for luminance coefficientsGravatar reed@google.com2011-11-22
* store 3 bits of luminance, but (for now) discretize that in fonthost::filterecGravatar reed@google.com2011-11-22
* remove GetGammaFlag from SkFontHostGravatar reed@google.com2011-11-22