index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
SurfaceTest.cpp
Commit message (
Expand
)
Author
Age
*
Have GrSurfaceProxys and GrGpuResources draw from the same pool of unique ids
robertphillips
2016-08-31
*
Some tests around surface creation and snapshotting with color space
brianosman
2016-08-30
*
Add alphaType() to SkImage
brianosman
2016-08-17
*
Reduce usage of MakeRenderTargetDirect
robertphillips
2016-07-26
*
Add SkColorSpace to GrDrawContext
brianosman
2016-07-21
*
Deprecate SkDevice::accessBitmap method
robertphillips
2016-07-21
*
Remove SkDevice::accessRenderTarget virtual
robertphillips
2016-07-20
*
Document SkSurface::MakeRaster's memory initialization
fmalita
2016-07-06
*
Enable many more tests for Vulkan
egdaniel
2016-06-28
*
Have gpu createTestingOlyBackendTexture know if it is a render target or not
egdaniel
2016-06-24
*
Turn ContextInfos returned by GrContextFactory into structs.
bsalomon
2016-05-11
*
Allow stencils to be attached to render targets created via SkSurface::MakeFr...
ericrk
2016-05-04
*
Revert of Allow stencils to be attached to render targets created via SkSurfa...
jvanverth
2016-05-04
*
Allow stencils to be attached to render targets created via SkSurface::MakeFr...
ericrk
2016-05-03
*
Revert of Make stencils be attachable to render targets created via SkSurface...
jvanverth
2016-05-03
*
Make stencils be attachable to render targets created via SkSurface::MakeFrom...
kkinnunen
2016-05-02
*
Revert of Make stencils be attachable to render targets created via SkSurface...
benjaminwagner
2016-04-29
*
Make stencils be attachable to render targets created via SkSurface::MakeFrom...
kkinnunen
2016-04-29
*
Clean up test drawContext usage
robertphillips
2016-04-28
*
Make more unit tests run on Vulkan
bsalomon
2016-04-12
*
Make existing unit tests only run on GL contexts
bsalomon
2016-04-06
*
One signature for creating unit tests that run on premade GrContexts
bsalomon
2016-04-05
*
switch surface to sk_sp
reed
2016-03-23
*
update callsites for Make image factories
reed
2016-03-17
*
unify peekPixels around pixmap parameter
reed
2016-03-09
*
Remove internal calls to SkImage::getTexture
bsalomon
2016-02-29
*
When a surface is backed by an external render target force a copy on image snap
bsalomon
2016-02-26
*
Move Budgeted enum out of SkSurface, use in GrTextureProvider
bsalomon
2016-02-25
*
Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...
bsalomon
2016-02-25
*
Move Budgeted enum out of SkSurface, use in GrTextureProvider
bsalomon
2016-02-25
*
Allow client to force an SkImage snapshot to be unique (and uniquely own its ...
bsalomon
2016-02-22
*
Fix memory leaks in SurfaceClear_Gpu test
bsalomon
2016-02-05
*
Remove deferred clear from SkGpuDevice
bsalomon
2016-02-05
*
allow the caller to specified raster-surface rowbytes.
reed
2016-01-30
*
Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview...
reed
2015-12-16
*
Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://code...
reed
2015-12-16
*
remove drawSprite from canvas
reed
2015-12-16
*
Generate list of GPU contexts outside SurfaceTest tests
kkinnunen
2015-11-20
*
Move SkImage tests from SurfaceTest to ImageTest
kkinnunen
2015-11-17
*
Fix leaks in unit tests of GrGLTextureInfos
bsalomon
2015-11-11
*
Use a struct for client GL texture handles
bsalomon
2015-11-10
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
flag to use const& instead of const* for src-rect
reed
2015-08-06
*
SkSurface copy-on-write can yield stale GPU render targets.
fmalita
2015-08-06
*
IWYU: 'core' target, files starting A-C.
bungeman
2015-08-05
*
Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of h...
reed
2015-08-04
*
IWYU: 'core' target, files starting A-C.
bungeman
2015-08-04
*
Remove test of illegal behavior that modifies a texture backing an SkImage.
bsalomon
2015-07-23
*
Revert[2] of guard to remove DrawBitmapRectFlags
reed
2015-07-17
[next]