aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* commit to xfermode objects being immutableGravatar commit-bot@chromium.org2013-10-04
* When cache is full delay flush until GrContext draw is finishedGravatar commit-bot@chromium.org2013-10-04
* Allow gradient optimization with perspectiveGravatar commit-bot@chromium.org2013-10-04
* Use SkPicture::ExtractBitmap callback in pdf too, there is no need for a spec...Gravatar commit-bot@chromium.org2013-10-03
* Repurpose GrGLCoordTransform as GrGLProgramEffectsGravatar commit-bot@chromium.org2013-10-03
* Update PDF backend to support fallback fonts on Android.Gravatar djsollen@google.com2013-10-03
* Added missing SK_APIGravatar sugoi@google.com2013-10-02
* Add support to dump font cache texture for debug purposesGravatar commit-bot@chromium.org2013-10-02
* Move makeSpace and resetToSize from SkPathRef.cpp to .hGravatar robertphillips@google.com2013-10-02
* Threads can race to be the first one to calculate the empty path ref's bounds.Gravatar commit-bot@chromium.org2013-10-02
* Make it explicit that some validate methods are debug onlyGravatar robertphillips@google.com2013-10-02
* Make GPU coord transforms automaticGravatar bsalomon@google.com2013-10-02
* Fix race between ~SkThreadPool and SkThreadPool::Loop on fDone.Gravatar commit-bot@chromium.org2013-10-01
* Add an option on SkImageDecoder to skip writing 0s.Gravatar scroggo@google.com2013-10-01
* Reduce max number of textures to 4 to make room for a larger class id in effe...Gravatar bsalomon@google.com2013-09-30
* Mark when effects and programs have vertex codeGravatar commit-bot@chromium.org2013-09-30
* Add a GrCustomCoordsTextureEffect classGravatar commit-bot@chromium.org2013-09-30
* Add GrSurface::savePixels().Gravatar commit-bot@chromium.org2013-09-30
* Added SK_API to SkPathRef.hGravatar robertphillips@google.com2013-09-29
* GrAtlas cleanup: Split out GrPlot and GrAtlasGravatar commit-bot@chromium.org2013-09-27
* Move unlikely-to-be-inlined code from SkPathRef.h to SkPathRef.cppGravatar robertphillips@google.com2013-09-27
* Compiler warning/error fix for ChromiumGravatar robertphillips@google.com2013-09-27
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-09-27
* Add a buffered SkStream class.Gravatar scroggo@google.com2013-09-26
* move GrMalloc, GrFree, Gr_bzero to their sk equivalentsGravatar reed@google.com2013-09-26
* add counting to Globals, and refactor some for clarityGravatar reed@google.com2013-09-26
* Add SkDivMod with a special case for ARM.Gravatar commit-bot@chromium.org2013-09-26
* Moving 4 SkImageFilter derived classes from blink to skiaGravatar commit-bot@chromium.org2013-09-26
* We don't flatten or unflatten SkPaintOptionsAndroid. Reproduce and fix.Gravatar commit-bot@chromium.org2013-09-26
* First pass at font cache refactor: Create an atlas manager per textureGravatar commit-bot@chromium.org2013-09-26
* Move bound and isFinite into pathrefGravatar robertphillips@google.com2013-09-26
* Change SkImageDecoders to take an SkStreamRewindable.Gravatar scroggo@google.com2013-09-25
* Replace GR_*_BUILD by their SK_BUILD_FOR_* equivalents.Gravatar commit-bot@chromium.org2013-09-25
* Patch SkImage.h so Chrome will compileGravatar robertphillips@google.com2013-09-22
* Remove SK_ENABLE_LEGACY_API_ALIASING from SkImage.hGravatar robertphillips@google.com2013-09-22
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-09-21
* add trailing quote on #errorGravatar reed@google.com2013-09-20
* promote SkImage::AlphaType to SkAlphaTypeGravatar reed@google.com2013-09-20
* Add sk_calloc. Remove SkMemory_stdlib, which seems unused.Gravatar mtklein@google.com2013-09-20
* I'm investigating how to make the IPC transfer a bit more secure on theGravatar commit-bot@chromium.org2013-09-19
* Add new entry point that supports fallback font selection based on language.Gravatar djsollen@google.com2013-09-19
* Implement crop rect support for the merge image filter.Gravatar senorblanco@chromium.org2013-09-19
* Remove 2 unused defines USE_CHROMIUM_SKIA and SK_BUILD_FOR_CHROMIUMGravatar djsollen@google.com2013-09-19
* Add getFloat/setFloat funcs to SkMatrix44Gravatar commit-bot@chromium.org2013-09-18
* Replace uses of GrNoncopyable by SkNoncopyable.Gravatar commit-bot@chromium.org2013-09-18
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-09-18
* update devicelooper to skip internal tiles that are empty, and unittestsGravatar reed@google.com2013-09-17
* Implement crop rect for the dilate and erode (morphology) filters. This provo...Gravatar senorblanco@chromium.org2013-09-17
* [External patch] Source-over support for SkLumaXfermode.Gravatar fmalita@google.com2013-09-17
* Baby step in making SkGpuDevice no longer derive from SkBitmapDeviceGravatar robertphillips@google.com2013-09-17