aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/SurfaceTest.cpp
Commit message (Expand)AuthorAge
...
* Loosen restriction on F16 surfaces - allow "legacy" F16 modeGravatar Brian Osman2016-11-01
* Remove unneeded SkColorSpace constructorGravatar Matt Sarett2016-10-28
* Rename GrDrawContext to GrRenderTargetContextGravatar Brian Osman2016-10-27
* Rename all color space factories from New* to Make*Gravatar Brian Osman2016-10-24
* Refactored SkColorSpace and added in a Lab PCS GMGravatar raftias2016-10-18
* Add NewRGB() with float gamma to SkColorSpace public APIGravatar Matt Sarett2016-10-14
* Move toXYZD50() to SkColorSpace_BaseGravatar msarett2016-09-28
* Added kSRGBLinear_Named color space, along with testsGravatar brianosman2016-09-27
* Cache the inverse matrix on SkColorSpace. Rename xyz() to toXYZ().Gravatar brianosman2016-09-08
* Have GrSurfaceProxys and GrGpuResources draw from the same pool of unique idsGravatar robertphillips2016-08-31
* Some tests around surface creation and snapshotting with color spaceGravatar brianosman2016-08-30
* Add alphaType() to SkImageGravatar brianosman2016-08-17
* Reduce usage of MakeRenderTargetDirectGravatar robertphillips2016-07-26
* Add SkColorSpace to GrDrawContextGravatar brianosman2016-07-21
* Deprecate SkDevice::accessBitmap methodGravatar robertphillips2016-07-21
* Remove SkDevice::accessRenderTarget virtualGravatar robertphillips2016-07-20
* Document SkSurface::MakeRaster's memory initializationGravatar fmalita2016-07-06
* Enable many more tests for VulkanGravatar egdaniel2016-06-28
* Have gpu createTestingOlyBackendTexture know if it is a render target or notGravatar egdaniel2016-06-24
* Turn ContextInfos returned by GrContextFactory into structs.Gravatar bsalomon2016-05-11
* Allow stencils to be attached to render targets created via SkSurface::MakeFr...Gravatar ericrk2016-05-04
* Revert of Allow stencils to be attached to render targets created via SkSurfa...Gravatar jvanverth2016-05-04
* Allow stencils to be attached to render targets created via SkSurface::MakeFr...Gravatar ericrk2016-05-03
* Revert of Make stencils be attachable to render targets created via SkSurface...Gravatar jvanverth2016-05-03
* Make stencils be attachable to render targets created via SkSurface::MakeFrom...Gravatar kkinnunen2016-05-02
* Revert of Make stencils be attachable to render targets created via SkSurface...Gravatar benjaminwagner2016-04-29
* Make stencils be attachable to render targets created via SkSurface::MakeFrom...Gravatar kkinnunen2016-04-29
* Clean up test drawContext usageGravatar robertphillips2016-04-28
* Make more unit tests run on VulkanGravatar bsalomon2016-04-12
* 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
* switch surface to sk_spGravatar reed2016-03-23
* update callsites for Make image factoriesGravatar reed2016-03-17
* unify peekPixels around pixmap parameterGravatar reed2016-03-09
* Remove internal calls to SkImage::getTextureGravatar bsalomon2016-02-29
* When a surface is backed by an external render target force a copy on image snapGravatar bsalomon2016-02-26
* 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
* Allow client to force an SkImage snapshot to be unique (and uniquely own its ...Gravatar bsalomon2016-02-22
* Fix memory leaks in SurfaceClear_Gpu testGravatar bsalomon2016-02-05
* Remove deferred clear from SkGpuDeviceGravatar bsalomon2016-02-05
* allow the caller to specified raster-surface rowbytes.Gravatar reed2016-01-30
* Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview...Gravatar reed2015-12-16
* Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://code...Gravatar reed2015-12-16
* remove drawSprite from canvasGravatar reed2015-12-16
* Generate list of GPU contexts outside SurfaceTest testsGravatar kkinnunen2015-11-20
* Move SkImage tests from SurfaceTest to ImageTestGravatar kkinnunen2015-11-17
* Fix leaks in unit tests of GrGLTextureInfosGravatar bsalomon2015-11-11
* Use a struct for client GL texture handlesGravatar bsalomon2015-11-10