Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
e9d172af84fff5d76e19180a0c2b7b3cc51e90a2
/
tests
/
SurfaceTest.cpp
177e695
Add flag on GrBackendTexture to say whether texture is mipped or not
by Greg Daniel
· 7 years ago
f0ffb89
Revert[4] "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"
by Mike Reed
· 7 years ago
5a2e50e
Revert "Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"""
by Mike Reed
· 7 years ago
cd284c5
Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap""
by Mike Reed
· 7 years ago
809cbed
Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"
by Jim Van Verth
· 7 years ago
88757da
guard old apis for querying byte-size of a bitmap/imageinfo/pixmap
by Mike Reed
· 7 years ago
f46633f
Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"
by Greg Daniel
· 7 years ago
98a6216
guard old apis for querying byte-size of a bitmap/imageinfo/pixmap
by Mike Reed
· 7 years ago
4ed9ae4
Improve GrGLNonlinearColorSpaceXformEffect to support scRGB
by Stan Iliev
· 7 years ago
e44ef10
Second small fragment from "Reduce dependence on GrSurface's origin field"
by Robert Phillips
· 7 years ago
96be9df
Revert "Reduce dependence on GrSurface's origin field"
by Robert Phillips
· 7 years ago
467022b
Reduce dependence on GrSurface's origin field
by Robert Phillips
· 7 years ago
44d04bd
add null-surface
by Mike Reed
· 7 years ago
8744405
Remove SkImage_Base::peekTexture call
by Robert Phillips
· 8 years ago
b6759dd
Revert "Revert "Disable F16-nullptr sources""
by Matt Sarett
· 8 years ago
69d1469
Revert "Disable F16-nullptr sources"
by Matt Sarett
· 8 years ago
d21fd4b
Disable F16-nullptr sources
by Matt Sarett
· 8 years ago
6cdc22c
Split up opLists (take 3)
by Robert Phillips
· 8 years ago
5c77975
Add flag to avoid stencil buffers in Skia
by Eric Karl
· 8 years ago
2a475ea
add drawString helper to canvas
by Cary Clark
· 8 years ago
4a39504
Revert "Split up opLists (take 2)"
by Robert Phillips
· 8 years ago
df2bf21
Split up opLists (take 2)
by Robert Phillips
· 8 years ago
7ef28f3
Revert "Revert "Plumb GrBackendTexture throughout skia.""
by Greg Daniel
· 8 years ago
7fa5c31
Revert "Plumb GrBackendTexture throughout skia."
by Stan Iliev
· 8 years ago
7da62b9
Plumb GrBackendTexture throughout skia.
by Greg Daniel
· 8 years ago
7ce67db
Revert "Split up opLists"
by Robert Phillips
· 8 years ago
bc8ee52
Split up opLists
by Robert Phillips
· 8 years ago
4edb5d2
hide lockpixels api behind flag
by Mike Reed
· 8 years ago
0ae6faa
Make SkImage_Gpu be deferred (take 2)
by Robert Phillips
· 8 years ago
eaa78c4
Revert "Make SkImage_Gpu be deferred"
by Robert Phillips
· 8 years ago
0db235b
Make SkImage_Gpu be deferred
by Robert Phillips
· 8 years ago
ac6b1fa
Remove budgeted parameter from SkSurface::makeImageSnapshot (take 2)
by Robert Phillips
· 8 years ago
06ee8e8
Revert "Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot"""
by Yuqian Li
· 8 years ago
31249bb
Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot""
by Robert Phillips
· 8 years ago
9e9188f
Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot"
by Yuqian Li
· 8 years ago
b64bcbd
Remove budgeted parameter from SkSurface::makeImageSnapshot
by Robert Phillips
· 8 years ago
267be7f
Revert "Revert "IWYU""
by Mike Reed
· 8 years ago
3c727d2
Revert "IWYU"
by Robert Phillips
· 8 years ago
2aeae78
IWYU
by Mike Reed
· 8 years ago
77a7a1b
SkColorSpace: remove named API, add gamut API
by Matt Sarett
· 8 years ago
1f2fff2
Revert "SkColorSpace: remove named API, add gamut API"
by Matt Sarett
· 8 years ago
ecaaf6f
SkColorSpace: remove named API, add gamut API
by Matt Sarett
· 8 years ago
6de9904
Reduce use of SkImage_Base::peekTexture
by Robert Phillips
· 8 years ago
2c86249
Move read/write-Pixels up to GrSurfaceContext
by Robert Phillips
· 8 years ago
986480a
Revert "move SkDevice.h and SkBitmapDevice.h contents in to src headers"
by Mike Reed
· 8 years ago
2f719a6
move SkDevice.h and SkBitmapDevice.h contents in to src headers
by Mike Reed
· 8 years ago
85ff848
remove unused ForceUnique option from makeImageSnapshot
by Mike Reed
· 8 years ago
e11b614
Delete unnecessary SkSurface_Base API
by Matt Sarett
· 8 years ago
a16ea18
Fix NoGPU bot
by Matt Sarett
· 8 years ago
22886c4
Add SkOverdrawCanvas to detect overdraw
by Matt Sarett
· 8 years ago
294870f
Add explicit UniqueID classes for GrGpuResource & GrSurfaceProxy
by Robert Phillips
· 8 years ago
342b7ac
tests: s/SkAutoTUnref/sk_sp/
by Hal Canary
· 8 years ago
7ecc596
Remove SkAutoTDeleteArray
by Ben Wagner
· 8 years ago
eb21ef6
Loosen restriction on F16 surfaces - allow "legacy" F16 mode
by Brian Osman
· 8 years ago
99e3f7d
Remove unneeded SkColorSpace constructor TBR=reed@google.com BUG=skia:
by Matt Sarett
· 8 years ago
1105224
Rename GrDrawContext to GrRenderTargetContext
by Brian Osman
· 8 years ago
526972e
Rename all color space factories from New* to Make*
by Brian Osman
· 8 years ago
9488833
Refactored SkColorSpace and added in a Lab PCS GM
by raftias
· 8 years ago
c434f51
Add NewRGB() with float gamma to SkColorSpace public API
by Matt Sarett
· 8 years ago
7802c3d
Move toXYZD50() to SkColorSpace_Base
by msarett
· 8 years ago
eec8304
Added kSRGBLinear_Named color space, along with tests
by brianosman
· 8 years ago
971cd49
Cache the inverse matrix on SkColorSpace. Rename xyz() to toXYZ().
by brianosman
· 8 years ago
8abb370
Have GrSurfaceProxys and GrGpuResources draw from the same pool of unique ids
by robertphillips
· 8 years ago
0e22eb8
Some tests around surface creation and snapshotting with color space
by brianosman
· 8 years ago
69c166d
Add alphaType() to SkImage
by brianosman
· 8 years ago
7e92276
Reduce usage of MakeRenderTargetDirect
by robertphillips
· 8 years ago
dfe4f2e
Add SkColorSpace to GrDrawContext
by brianosman
· 8 years ago
1f3923e
Deprecate SkDevice::accessBitmap method
by robertphillips
· 8 years ago
ea70c4b
Remove SkDevice::accessRenderTarget virtual
by robertphillips
· 8 years ago
03912f1
Document SkSurface::MakeRaster's memory initialization
by fmalita
· 8 years ago
ab527a5
Enable many more tests for Vulkan
by egdaniel
· 8 years ago
0a3a7f7
Have gpu createTestingOlyBackendTexture know if it is a render target or not
by egdaniel
· 9 years ago
8b7451a
Turn ContextInfos returned by GrContextFactory into structs.
by bsalomon
· 9 years ago
c402518
Allow stencils to be attached to render targets created via SkSurface::MakeFromBackendTextureAsRenderTarget
by ericrk
· 9 years ago
31f25a0
Revert of Allow stencils to be attached to render targets created via SkSurface::MakeFromBackendTextureAsRend… (patchset #1 id:60001 of https://codereview.chromium.org/1941353003/ )
by jvanverth
· 9 years ago
0736f33
Allow stencils to be attached to render targets created via SkSurface::MakeFromBackendTextureAsRenderTarget
by ericrk
· 9 years ago
db1adf5
Revert of Make stencils be attachable to render targets created via SkSurface::MakeFromBackendTextureAsRender… (patchset #9 id:150001 of https://codereview.chromium.org/1924183003/ )
by jvanverth
· 9 years ago
1cb00e4
Make stencils be attachable to render targets created via SkSurface::MakeFromBackendTextureAsRenderTarget
by kkinnunen
· 9 years ago
817fed3
Revert of Make stencils be attachable to render targets created via SkSurface::MakeFromBackendTextureAsRender… (patchset #5 id:80001 of https://codereview.chromium.org/1924183003/ )
by benjaminwagner
· 9 years ago
fe635fd
Make stencils be attachable to render targets created via SkSurface::MakeFromBackendTextureAsRenderTarget
by kkinnunen
· 9 years ago
175dd9b
Clean up test drawContext usage
by robertphillips
· 9 years ago
68d9134
Make more unit tests run on Vulkan
by bsalomon
· 9 years ago
758586c
Make existing unit tests only run on GL contexts
by bsalomon
· 9 years ago
f2f1c17
One signature for creating unit tests that run on premade GrContexts
by bsalomon
· 9 years ago
e8f3062
switch surface to sk_sp
by reed
· 9 years ago
9ce9d67
update callsites for Make image factories
by reed
· 9 years ago
6ceeebd
unify peekPixels around pixmap parameter
by reed
· 9 years ago
84a4e5a
Remove internal calls to SkImage::getTexture
by bsalomon
· 9 years ago
b2c0133
When a surface is backed by an external render target force a copy on image snap
by bsalomon
· 9 years ago
5ec26ae
Move Budgeted enum out of SkSurface, use in GrTextureProvider
by bsalomon
· 9 years ago
bd500f0
Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ )
by bsalomon
· 9 years ago
57599fe
Move Budgeted enum out of SkSurface, use in GrTextureProvider
by bsalomon
· 9 years ago
f47b9a3
Allow client to force an SkImage snapshot to be unique (and uniquely own its backing store).
by bsalomon
· 9 years ago
2fba809
Fix memory leaks in SurfaceClear_Gpu test
by bsalomon
· 9 years ago
e63ffef
Remove deferred clear from SkGpuDevice
by bsalomon
· 9 years ago
9cd016e
allow the caller to specified raster-surface rowbytes.
by reed
· 9 years ago
da420b9
Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview.chromium.org/1529803004/ )
by reed
· 9 years ago
3270467
Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://codereview.chromium.org/1534443003/ )
by reed
· 9 years ago
4657ce2
remove drawSprite from canvas
by reed
· 9 years ago
179a8f5
Generate list of GPU contexts outside SurfaceTest tests
by kkinnunen
· 9 years ago
Next »