aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAge
* Revert "Change clear() to respect the clip"Gravatar reed2014-12-02
* Change clear() to respect the clipGravatar reed2014-12-02
* Remove PDF JPEG shortcut, since it fails on grayscale JPEGs.Gravatar halcanary2014-12-02
* Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.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
* Add float-to-half (binary16) conversion functions.Gravatar jvanverth2014-11-26
* add basic tests for save/restore countingGravatar reed2014-11-26
* remove proc keyGravatar joshualitt2014-11-25
* Sk4x_sse.hGravatar mtklein2014-11-25
* Remove GrSurface::isSameAsGravatar bsalomon2014-11-25
* Use scratch keys for stencil buffers.Gravatar bsalomon2014-11-25
* more cGravatar reed2014-11-24
* option to return drawable from recordingGravatar reed2014-11-24
* make SkRefCnt::getRefCnt() debug-only, remove it from SkNVRefCnt.Gravatar mtklein2014-11-24
* Revert "Use scratch keys for stencil buffers."Gravatar bsalomon2014-11-24
* add some debugging to SkNVRefCntGravatar reed2014-11-24
* Cleanup res cache bench and split out into a unit test.Gravatar bsalomon2014-11-24
* Remove Picture deletion listeners.Gravatar mtklein2014-11-24
* Create GrOptDrawState directly in the cmd buffer in GrIODB.Gravatar bsalomon2014-11-24
* Add pop_back to GrTRecorder.hGravatar bsalomon2014-11-21
* add SkImage::newSurfaceGravatar reed2014-11-21
* Small changes to get things building and running on Linux/ARM.Gravatar mtklein2014-11-21
* Revert of SkCanvas::clear() should call down to devices even when the clip is...Gravatar fmalita2014-11-20
* Disable LCD text explicitly in SkPictureImageFilter::onFilterImage()Gravatar fmalita2014-11-20
* Don't use NULL GrOptDrawState to indicate that draw should be skipped.Gravatar bsalomon2014-11-20
* Add SkNVRefCnt, prune down SkPicture's sizeGravatar mtklein2014-11-20
* SkCanvas::clear() should call down to devices even when the clip is empty.Gravatar mtklein2014-11-20
* Make sure pictures draw Clears even when the clip is empty.Gravatar mtklein2014-11-20
* Implement SkPicture::bytesUsed() for SkRecord backendGravatar tomhudson2014-11-19
* scissor state on optstateGravatar joshualitt2014-11-19
* Create GrOptDrawState before recording draw in GrInOrderDrawBufferGravatar bsalomon2014-11-19
* Allow pictures to have a full boundsGravatar reed2014-11-19
* Revert of allow pictures to have a full bounds (patchset #3 id:40001 of https...Gravatar reed2014-11-19
* allow pictures to have a full boundsGravatar reed2014-11-19
* wip for drawablesGravatar reed2014-11-18
* SkVarAlloc::approxBytesAllocated()Gravatar mtklein2014-11-18
* Prune SkRTreeGravatar mtklein2014-11-18
* Revert of SkVarAlloc::approxBytesAllocated (patchset #5 id:80001 of https://c...Gravatar mtklein2014-11-18
* SkVarAlloc::approxBytesAllocated()Gravatar mtklein2014-11-18
* Drawstate on stackGravatar joshualitt2014-11-17
* Fix yet another convexicator issueGravatar robertphillips2014-11-17
* Allow GPU resources to not be counted against the cache budget.Gravatar bsalomon2014-11-17
* Correct accounting for wrapped resourcesGravatar bsalomon2014-11-17
* separate c headersGravatar reed2014-11-17
* Push creation of default GP to the callerGravatar joshualitt2014-11-14
* Fix Android framework build.Gravatar scroggo2014-11-14
* Make GrResourceCache2 responsible for calling release, abandon, and ~.Gravatar bsalomon2014-11-14
* Replace GrResourceCache with GrResourceCache2.Gravatar bsalomon2014-11-14