aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Add matrix operations to C canvas APIGravatar abarth2014-12-02
* work in progressGravatar halcanary2014-12-02
* check matrix does not have rotation or perspective transformationGravatar derekf2014-12-02
* Flail a little against LLVM crash.Gravatar mtklein2014-12-02
* implement device::clear until we can remove callers in chrome skia/extGravatar reed2014-12-02
* baseline colorwheelnativeGravatar halcanary2014-12-02
* Remove SK_SUPPORT_DEPRECATED_SCALARROUND.Gravatar scroggo2014-12-02
* rebaseline after clear change -- pdf was not treating clear as SRC_MODEGravatar reed2014-12-02
* Adding a PictureResolution option to SkPictureImageFilterGravatar Justin Novosad2014-12-02
* use drawRect when drawing a bitmap with anti-aliasing on a non-msaa targetGravatar derekf2014-12-02
* use portable fontsGravatar halcanary2014-12-02
* Change clear() to respect the clipGravatar reed2014-12-02
* Make SkColorTable explicitly thread-safe.Gravatar mtklein2014-12-02
* move some copy surface stuff to GrFlushToGpuDrawTargetGravatar bsalomon2014-12-02
* colorwheelnative gm, to test that colors look right under all conditions.Gravatar halcanary2014-12-02
* SkColorTable locking serves no purpose anymore.Gravatar mtklein2014-12-02
* Remove commentGravatar robertphillips2014-12-02
* skia: Prevent GL_RED from being used with MESAGravatar hendrikw2014-12-02
* updated expectations from d476a176b774Gravatar halcanary2014-12-02
* Remove PDF JPEG shortcut, since it fails on grayscale JPEGs.Gravatar halcanary2014-12-02
* Remove support for OSX 10.5.Gravatar bungeman2014-12-01
* Remove SkASSERT_CONTINUE.Gravatar bungeman2014-12-01
* Add scale and skew to C canvas APIGravatar abarth2014-12-01
* Clean up FreeType library ref counting.Gravatar bungeman2014-12-01
* add gm to test rounding between clips and drawBitmapRectGravatar reed2014-12-01
* SkDrawLooper: No need for virtual bounds computation methods.Gravatar mtklein2014-12-01
* Add function to return an unpremuled version of a GrColorGravatar egdaniel2014-12-01
* multipage_pdf_profiler, gmtoskpGravatar halcanary2014-12-01
* Pre-cache local matrix type in shader constructor.Gravatar mtklein2014-12-01
* Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.Gravatar mtklein2014-12-01
* Add additional clean up code in MPD pathGravatar robertphillips2014-12-01
* Remove orphaned SkImageDecoder::Target.Gravatar scroggo2014-12-01
* Force SkMatrix type while recording too.Gravatar mtklein2014-12-01
* Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https...Gravatar mtklein2014-12-01
* Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.Gravatar mtklein2014-12-01
* Use variable length key (rather than accumulated matrix) as save layer hoisti...Gravatar robertphillips2014-12-01
* Ignore SkGlyphCache gamma for nvpr textGravatar cdalton2014-12-01
* Add color emoji fallback for nvpr textGravatar cdalton2014-12-01
* Add a base class for GrIODB that handles geometry dataGravatar bsalomon2014-12-01
* Force path bounds in recording.Gravatar mtklein2014-12-01
* Bump min picture version.Gravatar mtklein2014-12-01
* Add extra safety check to the EGL context setup.Gravatar joakim.landberg2014-12-01
* Fix Windows SkTime versionGravatar robertphillips2014-12-01
* add clip to PictureRenderer to better mimic Chromium's rendering methodGravatar robertphillips2014-11-28
* Add float-to-half (binary16) conversion functions.Gravatar jvanverth2014-11-26
* Make skia trace category disabled by default.Gravatar danakj2014-11-26
* some cleanup around GrGpu/GrDrawTarget copySurfaceGravatar bsalomon2014-11-26
* Fix assert in GrMaskFormatBytesPerPixel.Gravatar jvanverth2014-11-26
* Revert of some cleanup around GrGpu/GrDrawTarget copySurface (patchset #3 id:...Gravatar bsalomon2014-11-26
* add basic tests for save/restore countingGravatar reed2014-11-26