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
*
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
*
Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://co...
scroggo
2015-07-17
*
Revert of Remove rt flags that are not necessary (patchset #1 id:1 of https:/...
bsalomon
2015-07-16
*
Remove rt flags that are not necessary
bsalomon
2015-07-16
*
guard to remove DrawBitmapRectFlags
reed
2015-07-16
*
Rename backing texture testing routines
jvanverth
2015-07-14
*
Remove GL-specific code from GMs and tests
jvanverth
2015-07-13
*
Fix SkImage::asLegacyBitmap() rowBytes assert
fmalita
2015-07-09
*
add ability to get FBO ID to Surface
joshualitt
2015-07-08
*
Add image->bitmap
reed
2015-07-08
*
explicitly bump legacy genID on gpu surface
reed
2015-07-03
*
Add SkSurface factory for wrapping an FBO in SkSurface
bsalomon
2015-06-30
*
augment surface tests to check legacy genID
reed
2015-06-29
*
add getTextureHandle to SkSurface
reed
2015-06-29
*
Revert of Revert of Return GrGLContext from GrTestTarget (patchset #1 id:1 of...
reed
2015-06-25
*
Revert of Return GrGLContext from GrTestTarget (patchset #3 id:40001 of https...
reed
2015-06-25
*
Return GrGLContext from GrTestTarget
joshualitt
2015-06-25
*
Make SkGpuDevice know its alpha type
bsalomon
2015-06-23
*
change old picture serialization to really handle images
reed
2015-06-22
*
add callbacks to Images that wrap client-provided content
reed
2015-06-18
*
Don't clear in SkSurface::NewWrappedRenderTarget
bsalomon
2015-06-16
*
Implement support for mixed sampled render targets
vbuzinov
2015-06-12
*
Towards removing getTexture() on SkImage
bsalomon
2015-06-10
*
Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi
reed
2015-06-09
*
new image from backend desc
reed
2015-05-07
*
This replaces the texture creation/caching functions on GrContext with a GrTe...
bsalomon
2015-04-30
*
Yet more ASAN fixes.
senorblanco
2015-04-21
*
Another speculative ASAN fix.
senorblanco
2015-04-21
*
Add helper for creating a SkSurface from a client created texture.
bsalomon
2015-04-08
*
guarded change to SkImageGenerator to make getInfo() const
reed
2015-03-19
*
Split out methods in GrGpuResource::CacheAccess that can be called outside of...
bsalomon
2015-02-13
*
Don't leak image in Surface test.
mtklein
2015-01-24
*
Take budgeted param when snapping new image.
bsalomon
2015-01-23
*
Require budget decision when creating a RenderTarget SkSurface.
bsalomon
2015-01-16
*
add ImageGenerator::NewFromData to porting layer
reed
2015-01-07
[next]