aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAge
* remove kRLE_Index8_Config from SkBitmapGravatar reed@google.com2013-06-26
* Revert r9724 (add rect-output parameter to isRect) to allow the DEPS rollGravatar robertphillips@google.com2013-06-25
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-22
* remove dead AutoValidatorGravatar reed@google.com2013-06-21
* remove dst/rendertarget support for kARGB_4444_ConfigGravatar reed@google.com2013-06-21
* add rect-output parameter to isRect, allowing us to return the correct bounds...Gravatar reed@google.com2013-06-21
* SkPath::rewind needs to have same reset as SkPath::reset.Gravatar bungeman@google.com2013-06-21
* combine glyph and image bulk alloc, and adjust initial alloc size, to reduce ...Gravatar reed@google.com2013-06-19
* Add SkString::appendU32() and SkString::appendU64()Gravatar epoger@google.com2013-06-19
* Refactor: clean up some unused or mostly-unused API I saw here.Gravatar commit-bot@chromium.org2013-06-18
* convert pathops to use SkSTArray where possible.Gravatar caryclark@google.com2013-06-17
* Fixes for unpremul decode.Gravatar scroggo@google.com2013-06-14
* Add an option to create unpremultiplied bitmaps.Gravatar scroggo@google.com2013-06-14
* Replace fixed-size array of effect stages in GrDrawState with two appendable ...Gravatar bsalomon@google.com2013-06-13
* Compact the clipstack for kReplace_Op'd geometryGravatar commit-bot@chromium.org2013-06-11
* Fix for caller of GetTmpDir.Gravatar scroggo@google.com2013-06-07
* separate arrays for color and coverage effects.Gravatar bsalomon@google.com2013-06-06
* Fix bug in setting directories for tests.Gravatar scroggo@google.com2013-06-06
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-05
* path ops -- try to fix build againGravatar caryclark@google.com2013-06-04
* path ops work in progressGravatar caryclark@google.com2013-06-04
* path ops -- rewrite angle sortGravatar caryclark@google.com2013-06-04
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-04
* Add SkData::NewFromFD.Gravatar bungeman@google.com2013-06-03
* bump picture version since SkPath has changed (conics)Gravatar reed@google.com2013-05-31
* Revert "add asserts to point<-->verb helpers"Gravatar reed@google.com2013-05-30
* add asserts to point<-->verb helpersGravatar reed@google.com2013-05-30
* Change SkStream.Gravatar bungeman@google.com2013-05-29
* First pass at Comment APIGravatar robertphillips@google.com2013-05-29
* Changing SkDeferredCanvas to use factories for creationGravatar junov@chromium.org2013-05-28
* Reland 'Add path utils, plus a test for it.'Gravatar scroggo@google.com2013-05-28
* Revert "Add path utils, plus a test for it."Gravatar scroggo@google.com2013-05-24
* Add path utils, plus a test for it.Gravatar scroggo@google.com2013-05-24
* Adding setSurface public API method to SkDeferredCanvasGravatar junov@chromium.org2013-05-24
* GM: create GmResultDigest that encapsulates digest type ("bitmap-64bitMD5") a...Gravatar epoger@google.com2013-05-24
* Make GrGLProgramDesc's key variable length by compacting the effect key arrayGravatar bsalomon@google.com2013-05-22
* add kBicubicFilterBitmap_Flag to paint, just for testing purposes.Gravatar reed@google.com2013-05-22
* Add methods to SkLayerDrawLooper to allow adding layers on topGravatar commit-bot@chromium.org2013-05-22
* New API for encoding bitmaps during serialization.Gravatar scroggo@google.com2013-05-21
* Fixing deferred canvases so that they do not return deferred devices on creat...Gravatar junov@chromium.org2013-05-21
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-20
* One SkTSearch to rule them all. Allow key to be of different type than the ar...Gravatar bsalomon@google.com2013-05-17
* Add special handling of rectori case for gpuGravatar robertphillips@google.com2013-05-17
* Key shader on whether frag pos read is relative to top-left or bottom-leftGravatar bsalomon@google.com2013-05-13
* Revert r9081Gravatar epoger@google.com2013-05-09
* add SkString::append(const char c)Gravatar epoger@google.com2013-05-09
* Make GrGLShaderBuilder check whether GrEffect advertised that it would requir...Gravatar commit-bot@chromium.org2013-05-09
* Move loops that chain together effects into GrGLShaderBuilder from GrGLProgram.Gravatar bsalomon@google.com2013-05-09
* need to clamp all of the cubic points after a chop, in case our finite precisionGravatar reed@google.com2013-05-08
* fix BitmapHasher unittest failure as of r9064Gravatar epoger@google.com2013-05-08