aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ReadWriteAlphaTest.cpp
Commit message (Expand)AuthorAge
* Funnel most proxy creation through GrProxyProviderGravatar Robert Phillips2018-01-16
* Add GrProxyProviderGravatar Robert Phillips2018-01-08
* Second small fragment from "Reduce dependence on GrSurface's origin field"Gravatar Robert Phillips2017-07-24
* Revert "Reduce dependence on GrSurface's origin field"Gravatar Robert Phillips2017-07-21
* Reduce dependence on GrSurface's origin fieldGravatar Robert Phillips2017-07-21
* Remove GrGpu.h from GrResourceProvider.hGravatar Robert Phillips2017-06-15
* Reduce read/write-SurfacePixels call sites (take 2)Gravatar Robert Phillips2017-04-17
* Revert "Reduce read/write-SurfacePixels call sites"Gravatar Robert Phillips2017-04-14
* Reduce read/write-SurfacePixels call sitesGravatar Robert Phillips2017-04-14
* Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv ...Gravatar Robert Phillips2017-04-06
* Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrCont...Gravatar Robert Phillips2017-04-05
* Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv ...Gravatar Robert Phillips2017-04-05
* Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrCont...Gravatar Robert Phillips2017-04-05
* Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPrivGravatar Robert Phillips2017-04-05
* Add GrRenderTargetContext::resourceProvider & GrResourceProvider::capsGravatar Robert Phillips2017-03-14
* Rebase and fix chromiumGravatar Brian Osman2017-03-04
* Make GrSurface::MakeDeferred return sk_sp<GrTextureProxy>Gravatar Robert Phillips2017-03-03
* Revert "Revert "Revert "Revert "Move GrTextureProvider to src""""Gravatar Brian Osman2017-03-02
* Revert "Revert "Revert "Move GrTextureProvider to src"""Gravatar Brian Osman2017-03-02
* Revert "Revert "Move GrTextureProvider to src""Gravatar Brian Osman2017-03-01
* Revert "Move GrTextureProvider to src"Gravatar Brian Osman2017-03-01
* Move GrTextureProvider to srcGravatar Brian Osman2017-03-01
* Replace some GrSurface:read/writePixels with the GrSurfaceContext equivalentGravatar Robert Phillips2017-01-20
* tests: s/SkAutoTUnref/sk_sp/Gravatar Hal Canary2016-11-04
* Remove SkAutoTDeleteArrayGravatar Ben Wagner2016-11-02
* Reduce usage of MakeRenderTargetDirectGravatar robertphillips2016-07-26
* Add SkColorSpace to GrDrawContextGravatar brianosman2016-07-21
* Enable many more tests for VulkanGravatar egdaniel2016-06-28
* Turn ContextInfos returned by GrContextFactory into structs.Gravatar bsalomon2016-05-11
* Retract SkDevice a bit moreGravatar robertphillips2016-04-22
* Add more diagnostic messages to ReadWriteAlpha testGravatar robertphillips2016-04-19
* Make existing unit tests only run on GL contextsGravatar bsalomon2016-04-06
* One signature for creating unit tests that run on premade GrContextsGravatar bsalomon2016-04-05
* Move Budgeted enum out of SkSurface, use in GrTextureProviderGravatar bsalomon2016-02-25
* Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...Gravatar bsalomon2016-02-25
* Move Budgeted enum out of SkSurface, use in GrTextureProviderGravatar bsalomon2016-02-25
* Fix printfs for Windows and undo speculative test disableGravatar Brian Salomon2016-02-02
* Speculative fix for windows buildersGravatar Brian Salomon2016-02-01
* Fix GL readback code to handle rowbytes correctly for non-32bit formatsGravatar bsalomon2016-02-01
* Make A8 readbacks work from non-A8 surfacesGravatar bsalomon2016-01-25
* Revert of Make A8 readback work in more cases and improve testing. (patchset ...Gravatar bsalomon2016-01-14
* Make A8 readback work in more cases and improve testing.Gravatar bsalomon2016-01-13
* Set GL_PACK_ALIGNMENT before calling glReadPixelsGravatar bsalomon2015-12-15
* Generate list of GPU contexts outside testsGravatar kkinnunen2015-12-01
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Make SkGpuDevice know its alpha typeGravatar bsalomon2015-06-23
* This replaces the texture creation/caching functions on GrContext with a GrTe...Gravatar bsalomon2015-04-30
* One createTexture function, attempt to recycle scratch in createTexture.Gravatar bsalomon2015-02-06
* Require budget decision when creating a RenderTarget SkSurface.Gravatar bsalomon2015-01-16
* allow SkUserConfig.h to control NOGPUGravatar reed2014-10-30