Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
4d87b2bdf61ab4e35f98dee3034b194e2c0f58b7
/
tests
/
DeferredDisplayListTest.cpp
4d87b2b
Address TODO in testing code (i.e., cleanup create_backend_texture)
by Robert Phillips
· 5 years ago
3cd5432
Add protected status to SkSurfaceCharacterization
by Robert Phillips
· 5 years ago
5c96db8
Move last few uses of SkColorType out of GrCaps.
by Greg Daniel
· 5 years ago
627d053
Move uses of functions taking SkColorType to GrColorType versions in GrCaps.
by Greg Daniel
· 5 years ago
7c8af17
Remove some uses of isTestingOnlyBackendTexture
by Robert Phillips
· 5 years ago
02dc030
Add bridge between GrContext::createBackendTexture and SkSurface::MakeFromBackendTexture
by Robert Phillips
· 5 years ago
da2e67a
Add GrProtected parameter to all createBackendTexture variants
by Robert Phillips
· 5 years ago
c046ff0
Add SkSurfaceCharacterization::isCompatible
by Robert Phillips
· 5 years ago
9907e6e
Expose SkSurface::isCompatible
by Robert Phillips
· 5 years ago
d8f79a2
Reduce GrCaps' reliance on GrPixelConfig
by Robert Phillips
· 5 years ago
f91aeb2
Move a bunch of gpu files out of include/private and into src/gpu.
by Greg Daniel
· 5 years ago
4bdd36f
Make color initialization version of createBackendTexture public
by Robert Phillips
· 5 years ago
8062679
Switch all internel uses of GrContext::createBackendTexture over to initialized versions
by Robert Phillips
· 5 years ago
5c7a25b
Move explicit backend object allocation API to GrContext
by Robert Phillips
· 5 years ago
9b16f81
Switch over to using new direct allocation API in our tests (as much as possible at least)
by Robert Phillips
· 5 years ago
9dbcdcc
Alter createTestingOnlyBackendTexture methods
by Robert Phillips
· 5 years ago
4687bdd
Fix DDL tests when MIP map support not available
by Brian Salomon
· 5 years ago
15c9142
Repro Chrome bug and add Skia-side fix
by Robert Phillips
· 5 years ago
8e49a69
Loosen up checks in DDLSkSurfaceFlush
by Robert Phillips
· 5 years ago
ee5fd13
Add test for DDLs and SkSurface::flush
by Robert Phillips
· 5 years ago
9707a7e
IWYU for tests A-D.
by Ben Wagner
· 5 years ago
c0bd9f9
rewrite includes to not need so much -Ifoo
by Mike Klein
· 6 years ago
0cc5754
Revert "Revert "Change promise image contract to for when Release and Done are called.""
by Brian Salomon
· 6 years ago
d0626aa
Add clamped half-float pixel config to Ganesh
by Brian Osman
· 6 years ago
d716d44
Revert "Change promise image contract to for when Release and Done are called."
by Brian Salomon
· 6 years ago
c5e8e15
Change promise image contract to for when Release and Done are called.
by Brian Salomon
· 6 years ago
9882dae
Reduce usage of SkCanvas::flush
by Robert Phillips
· 6 years ago
b70990e
add kRGBA_F16Norm_SkColorType
by Mike Klein
· 6 years ago
7d88f31
Remove support for SkDeferredDisplayListRecorder::DelayReleaseCallback::kNo.
by Brian Salomon
· 6 years ago
60ea40c
Remove private configs from GrPixelConfig.
by Greg Daniel
· 6 years ago
c1bee13
Add support for Mtl backend to DeferredDisplayListTest
by Robert Phillips
· 6 years ago
9da87e0
Rename GrContext::contextPriv to priv
by Robert Phillips
· 6 years ago
b45f47d
Add isTextureable parameter to GrContextThreadSafeProxy::createCharacterization (take 2)
by Robert Phillips
· 6 years ago
5b1813a
Revert "Add isTextureable parameter to GrContextThreadSafeProxy::createCharacterization"
by Robert Phillips
· 6 years ago
87685ba
Add isTextureable parameter to GrContextThreadSafeProxy::createCharacterization
by Robert Phillips
· 6 years ago
f55e8d5
Add option to skip intermediate release/fulfill calls for promise images.
by Brian Salomon
· 6 years ago
4217ea7
Add outline of new GrContext hierarchy
by Robert Phillips
· 6 years ago
59ef8c3
Remove legacy texture-backed promise image interface.
by Brian Salomon
· 6 years ago
82ebe04
Reland "Add SkColorSpace factory from 3x3 row-major gamut and transfer function"
by Brian Osman
· 6 years ago
d4c7458
Revert "Add SkColorSpace factory from 3x3 row-major gamut and transfer function"
by Brian Osman
· 6 years ago
a9549ab
Add SkColorSpace factory from 3x3 row-major gamut and transfer function
by Brian Osman
· 6 years ago
f54883c
Fix recording multiple DDLs from a single DDL Recorder (take 2)
by Robert Phillips
· 6 years ago
b67edbd
Revert "Fix recording multiple DDLs from a single DDL Recorder"
by Robert Phillips
· 6 years ago
99e1709
Fix recording multiple DDLs from a single DDL Recorder
by Robert Phillips
· 6 years ago
54bfb18
Privately include our version of vulkan header file in all our src files.
by Greg Daniel
· 6 years ago
21bd60d
Connect up YUVA images for testing.
by Jim Van Verth
· 6 years ago
bdf12ad
Move GrBackend enum to enum class.
by Greg Daniel
· 6 years ago
646f637
Add rowBytes to createTestingOnlyBackendTexture
by Robert Phillips
· 6 years ago
6b62296
Reland "Stop conflating F16 with linear gamma"
by Brian Osman
· 6 years ago
5f7b5e3
Revert "Stop conflating F16 with linear gamma"
by Brian Osman
· 6 years ago
d1589c7
Stop conflating F16 with linear gamma
by Brian Osman
· 6 years ago
37f9988
Remove sRGB pixel config code from DDL tests
by Brian Osman
· 6 years ago
fd98c2c
Make some GrSurfaceProxy and GrTextureProxy methods easier to access
by Brian Salomon
· 6 years ago
7226c23
Make GrTextureProxy store a GrTextureType.
by Brian Salomon
· 6 years ago
3785471
basic first pass at RGBA F32 support
by Mike Klein
· 6 years ago
09c9400
Reland "Reland "Require mips to be allocated at texture creation time and disable late allocations.""
by Greg Daniel
· 6 years ago
01422bc
Revert "Reland "Require mips to be allocated at texture creation time and disable late allocations.""
by Greg Daniel
· 6 years ago
9eb36b9
Reland "Require mips to be allocated at texture creation time and disable late allocations."
by Greg Daniel
· 6 years ago
0c78238
Revert "Require mips to be allocated at texture creation time and disable late allocations."
by Greg Daniel
· 6 years ago
cd2c3f9
Require mips to be allocated at texture creation time and disable late allocations.
by Greg Daniel
· 6 years ago
c7ad40f
Remove SK_SUPPORT_GPU checks in tool-only code
by Brian Osman
· 6 years ago
d90cd3b
Revert "Revert "IWYU for tests starting with 'D'.""
by Ben Wagner
· 6 years ago
edf8449
Revert "IWYU for tests starting with 'D'."
by Mike Klein
· 6 years ago
b5f2897
IWYU for tests starting with 'D'.
by Ben Wagner
· 7 years ago
c7fe0f7
Make GrCaps and GrShaderCaps private.
by Brian Salomon
· 6 years ago
e320486
Don't allow ganesh to allocate mip maps for wrapped textures.
by Greg Daniel
· 7 years ago
c1267c6
Add SkSurfaceCharacterization operator== && !=
by Robert Phillips
· 7 years ago
be77a02
Hide GrPixelConfig in SkSurfaceCharacterization
by Robert Phillips
· 7 years ago
6b6fcc7
Add SkSurface factory that takes an SkSurfaceCharacterization
by Robert Phillips
· 7 years ago
abf7b76
Add texture-specific flags for External & Rectangle textures
by Robert Phillips
· 7 years ago
7278d68
Add DoneProc to Promise Images
by Greg Daniel
· 7 years ago
874b535
Prevent crash when flushing while DDL recording
by Robert Phillips
· 7 years ago
6ceaafa
Handle GrContext creation failure in DDL
by Robert Phillips
· 7 years ago
26102cb
Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture&
by Brian Salomon
· 7 years ago
a8d9211
Add promise images for deferred instantiation of wrapped gpu textures
by Greg Daniel
· 7 years ago
f777897
Delazify wrapped backend textures/render target proxies
by Brian Salomon
· 7 years ago
94458ee
Add SkSurfaceCharacterization::createResized
by Robert Phillips
· 7 years ago
0a7aa14
Add checks for failed SkImageInfo2GrPixelConfig calls
by Greg Daniel
· 7 years ago
fc711a2
Add SkCharacterization creation helper to GrContextThreadSafeProxy (take 2)
by Robert Phillips
· 7 years ago
559823d
Revert "Add SkCharacterization creation helper to GrContextThreadSafeProxy"
by Cary Clark
· 7 years ago
d76e56d
Add SkCharacterization creation helper to GrContextThreadSafeProxy
by Robert Phillips
· 7 years ago
e8fabb2
Update LazyProxy creation to allow for a non-textureable result
by Robert Phillips
· 7 years ago
bdecacf
Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""""
by Brian Salomon
· 7 years ago
3a2cc2c
Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""
by Brian Salomon
· 7 years ago
5bb82cb
Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""
by Brian Salomon
· 7 years ago
18c52a7
Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""
by Brian Salomon
· 7 years ago
d653cac
More sample count cleanup:
by Brian Salomon
· 7 years ago
d0d7270
Revert "Revert "Redefine the meaning of sample counts in GPU backend.""
by Brian Salomon
· 7 years ago
9e441ee
Fix SkSurfaceCharacterization unit test for DDL
by Robert Phillips
· 7 years ago
7a13705
Fix DDL unit tests
by Robert Phillips
· 7 years ago
c1ce2f7
Revert "Redefine the meaning of sample counts in GPU backend."
by Brian Salomon
· 7 years ago
48825b1
Redefine the meaning of sample counts in GPU backend.
by Brian Salomon
· 7 years ago
f2336e4
Add lazy proxy's for wrapping backend textures
by Greg Daniel
· 7 years ago
e42edcc
Add stubbed out GrContext
by Robert Phillips
· 7 years ago
8d1e67e
Add resource cache limits to SkSurfaceCharacterization
by Robert Phillips
· 7 years ago
7ffbcf9
Add unit test for SkDeferredDisplayLists (take 2)
by Robert Phillips
· 7 years ago
8172c0a
Revert "Add unit test for SkDeferredDisplayLists"
by Robert Phillips
· 7 years ago
8458a28
Add unit test for SkDeferredDisplayLists
by Robert Phillips
· 7 years ago