Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
5344cc31ff59f60d7b9cc7cc341a826900d146ef
/
tests
/
BackendAllocationTest.cpp
4dea72a
Reland x3 "Remove most of GrConfig.h"
by Brian Salomon
· 5 years ago
ee94693
Fix a sprinkling of GPU issues
by Robert Phillips
· 5 years ago
3f1a98b
Reland "Revert "Remove most of GrConfig.h""
by Greg Daniel
· 5 years ago
5b9c7ba
Revert "Revert "Remove most of GrConfig.h""
by Brian Salomon
· 5 years ago
a27d625
Add compression to Mock backend
by Robert Phillips
· 5 years ago
b0047b5
Revert "Remove most of GrConfig.h"
by Brian Salomon
· 5 years ago
80e334d
Remove most of GrConfig.h
by Brian Salomon
· 5 years ago
85c3d68
Some improvements to backend texture creation.
by Brian Salomon
· 5 years ago
28a8f28
Rename functions in TestUtils.h
by Brian Salomon
· 5 years ago
6694440
Make SkPixmap-variant of createBackendTexture public
by Robert Phillips
· 5 years ago
dcbc359
Remove vestiges of 32 float texture format support
by Brian Salomon
· 5 years ago
7f36798
Add mipmap support to SkPixmap flavor of createBackendTexture
by Robert Phillips
· 5 years ago
0ee1034
Split out check_base_readbacks sub-test in BackendAllocation tests
by Robert Phillips
· 5 years ago
c1dbb4b
Add check_mipmaps subtest to BackendAllocation test
by Robert Phillips
· 5 years ago
d34691b
Remove compressed format support from the GrGpu::createBackendTexture code path
by Robert Phillips
· 5 years ago
ea1b30b
New proposed syntax for SkColorTypes
by Robert Phillips
· 5 years ago
a5d96bc
Remove "experimental" comments regarding RG_F16 and RGBA_16161616
by Robert Phillips
· 5 years ago
17a3a0b
Last tranche of new SkColorTypes
by Robert Phillips
· 5 years ago
429f0d3
Add kRG_1616 and kAlpha_16 SkColorTypes
by Robert Phillips
· 5 years ago
e3b6fe4
Update comparison in BackendAllocation tests
by Robert Phillips
· 5 years ago
d470e1b
Add kRG_88_SkColorType
by Robert Phillips
· 5 years ago
7bfc913
Remove GrCaps isConfigTexturable.
by Greg Daniel
· 5 years ago
900583a
Update some gpu caps isFormatRenderable calls.
by Greg Daniel
· 5 years ago
ea6bb44
Add supported GrColorTypes to Mtl FormatTable.
by Greg Daniel
· 5 years ago
4eb38b7
Pass GrBackendFormat to GrResourceProvider and GrGpu texture create functions.
by Brian Salomon
· 5 years ago
0258c90
Remove use of isConfigRenderable.
by Greg Daniel
· 5 years ago
d5e80ca
Add GrContext::defaultBackendFormat
by Robert Phillips
· 5 years ago
b7f95d1
Switch BackendAllocationTests from GrPixelConfig to GrColorType
by Robert Phillips
· 5 years ago
c80b0e9
Make rest of GrGpu::wrapBackend* methods take a GrColorType (take 2)
by Robert Phillips
· 5 years ago
ebab03f
Add Ganesh support for LUM16F (take 2)
by Robert Phillips
· 5 years ago
cdb40c9
Revert "Add Ganesh support for LUM16F"
by Robert Phillips
· 5 years ago
2f6c8af
Add Ganesh support for LUM16F
by Robert Phillips
· 5 years ago
dd39980
Revert "Make rest of GrGpu::wrapBackend* methods take a GrColorType"
by Robert Phillips
· 5 years ago
9725638
Make rest of GrGpu::wrapBackend* methods take a GrColorType
by Robert Phillips
· 5 years ago
009ad25
Remove RG32F color type and pixel config.
by Greg Daniel
· 5 years ago
e877dce
Add kRGBA_8888_SRGB GrColorType and remove GrSRGBEncoded.
by Greg Daniel
· 5 years ago
b450f3b
Use vkCmdClearColorImage to clear backend textures
by Brian Salomon
· 5 years ago
2f2caea
Make isFormatTexturable take a GrColorType.
by Greg Daniel
· 5 years ago
02dc030
Add bridge between GrContext::createBackendTexture and SkSurface::MakeFromBackendTexture
by Robert Phillips
· 6 years ago
da2e67a
Add GrProtected parameter to all createBackendTexture variants
by Robert Phillips
· 6 years ago
e706735
Reland "Removed made-up kSBGRA pixel config."
by Greg Daniel
· 6 years ago
70aae53
Revert "Removed made-up kSBGRA pixel config."
by Brian Salomon
· 6 years ago
ff95f6c
Removed made-up kSBGRA pixel config.
by Greg Daniel
· 6 years ago
d8f79a2
Reduce GrCaps' reliance on GrPixelConfig
by Robert Phillips
· 6 years ago
23ca4e7
Enable creating protected vulkan backend
by Emircan Uysaler
· 6 years ago
66a4603
Add Ganesh support for RGBA_16161616 and RG_half (take 2)
by Robert Phillips
· 6 years ago
f83c468
Revert "Add Ganesh support for RGBA_16161616 and RG_half"
by Robert Phillips
· 6 years ago
1566225
Add Ganesh support for RGBA_16161616 and RG_half
by Robert Phillips
· 6 years ago
d1d869d
Make GL & Vk backends create uninitialized backend textures
by Robert Phillips
· 6 years ago
fe18de5
Experimental: Add R_16 and RG_1616 to Ganesh (take 2)
by Robert Phillips
· 6 years ago
992df57
Revert "Experimental: Add R_16 and RG_1616 to Ganesh"
by Greg Daniel
· 6 years ago
4b432fa
run rewrite_includes.py
by Mike Klein
· 6 years ago
93d0146
Experimental: Add R_16 and RG_1616 to Ganesh
by Robert Phillips
· 6 years ago
4bdd36f
Make color initialization version of createBackendTexture public
by Robert Phillips
· 6 years ago
ef032cd
Disable RGBA_F32 mipmap testing for all of openGL ES
by Robert Phillips
· 6 years ago
27eb525
Expand testing of color initialized backend textures to include mip levels
by Robert Phillips
· 6 years ago
bd1ef68
Implement color-based backend texture creation for Vulkan
by Robert Phillips
· 6 years ago
8043f32
Clean update ETC1 data utilities (take 2)
by Robert Phillips
· 6 years ago
459b295
Expand backend allocation API to allow an initialization color (only for GL to start)
by Robert Phillips
· 6 years ago
b04b694
Make GrGLGpu::createBackendTexture parallel GrGLGpu::createTextureImpl
by Robert Phillips
· 6 years ago
fe0aeb3
update SkUserConfig.h a bit
by Mike Klein
· 6 years ago
5c7a25b
Move explicit backend object allocation API to GrContext
by Robert Phillips
· 6 years ago
efb9f14
Add testing of mipmaps to backend allocation test
by Robert Phillips
· 6 years ago
0c6daf0
Direct backend object allocation API
by Robert Phillips
· 6 years ago