Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
a9979d158318005947a358440c069bd6529aa4ef
/
src
/
gpu
/
vk
/
GrVkCaps.cpp
a9979d1
Add support for vulkan extensions needed for AHardwareBuffers.
by Greg Daniel
· 6 years ago
5e81a12
Add support for dynamic state GP textures in Vulkan backend.
by Brian Salomon
· 6 years ago
b547579
switch SkTDArray from push to push_back
by Mike Reed
· 6 years ago
313c695
Add support for Advanced blend extension to vulkan.
by Greg Daniel
· 6 years ago
a0651ac
Update vulkan features (again) to support extension features.
by Greg Daniel
· 6 years ago
c0b03d8
Start adding support for some base extensions which others build on.
by Greg Daniel
· 6 years ago
92aef4b
Support using vulkan 1.1.
by Greg Daniel
· 6 years ago
3644360
Have GrVkBackendContext take a VkPhysicalDeviceFeatures struct.
by Greg Daniel
· 6 years ago
98bffae
Reland "Reland "Let client pass in full extension to GrVkBackendContext.""
by Greg Daniel
· 6 years ago
d3e65aa
Move GrVkInterface out of public API.
by Greg Daniel
· 6 years ago
b609e6d
added byte and ubyte types to SKSL
by Ruiqi Mao
· 6 years ago
662ea4b
Remove texel buffer support.
by Brian Salomon
· 6 years ago
dc13c21
Revert "Reland "Let client pass in full extension to GrVkBackendContext.""
by Greg Daniel
· 6 years ago
a782dcb
Reland "Let client pass in full extension to GrVkBackendContext."
by Greg Daniel
· 6 years ago
036fdfe
implemented getting format from texture as virtual in gpu caps
by Timothy Liang
· 6 years ago
cb92b26
Revert "Let client pass in full extension to GrVkBackendContext."
by Greg Daniel
· 6 years ago
45c9dab
Let client pass in full extension to GrVkBackendContext.
by Greg Daniel
· 6 years ago
3785471
basic first pass at RGBA F32 support
by Mike Klein
· 6 years ago
ddc0c60
Always use dedicated VkImage memory on NexusPlayer and Mali.
by Greg Daniel
· 6 years ago
2b23c4b
Dest color space no longer impacts mipmaps or texture sampling
by Brian Osman
· 6 years ago
724afe8
Driver bug workaround: max_texture_size_limit_4096
by Adrienne Walker
· 6 years ago
25af671
Add GrCap check for whether we can do a copy or not, and implement in Vk backend
by Greg Daniel
· 7 years ago
323fbcf
Move GrBackendRenderTarget over to new system of getting backed infos
by Greg Daniel
· 7 years ago
52e16d9
Update getBackendInfo calls on GrBackendTexture to support VkImageLayout better.
by Greg Daniel
· 7 years ago
7c7ff03
ccpr: Normalize homogeneous coords with frexp/ldexp
by Chris Dalton
· 7 years ago
df1681e
Revert "vulkan: Blacklist MSAA path renderer on Qualcomm drivers"
by Chris Dalton
· 7 years ago
0361657
vulkan: Blacklist MSAA path renderer on Qualcomm drivers
by Chris Dalton
· 7 years ago
5fba7ad
Support GL_RGB textures and render targets.
by Brian Salomon
· 7 years ago
55fa647
Correctly discard or load RT when doing copies as draws in Vulkan
by Greg Daniel
· 7 years ago
0fe4ed8
Revert "ccpr: Unblacklist vulkan"
by Greg Daniel
· 7 years ago
30ce2a3
ccpr: Unblacklist vulkan
by Chris Dalton
· 7 years ago
2a4f983
Remove GrSurfaceOrigin from GrSurfaceDesc.
by Brian Salomon
· 7 years ago
29acf84
Remove blacklist of dual source blending on AMD vulkan
by Greg Daniel
· 7 years ago
10fc6fd
Revert "Revert "Add 1010102 support to Ganesh""
by Brian Osman
· 7 years ago
f3b1162
Move workaround for fSRGBsupport before config table init in GrVkCaps
by Greg Daniel
· 7 years ago
ded47a5
Revert "Add 1010102 support to Ganesh"
by Brian Osman
· 7 years ago
bce5eb9
Move the rest of Vulkan driver workarounds into helper function in GrVkCaps
by Greg Daniel
· 7 years ago
44b6120
Add 1010102 support to Ganesh
by Brian Osman
· 7 years ago
691f5e7
Respect disable driver correctness workaround flag in Vulkan
by Greg Daniel
· 7 years ago
3d86a19
Refactor GrCaps::renderTargetWritePixelsSupported to support for some GL workarounds
by Brian Salomon
· 7 years ago
5ba448c
Add cap workarounds for possible arm bugs
by Greg Daniel
· 7 years ago
8385a8a
Revert "Revert "Fixes to alignment issues with regards to mapped vulkan memory.""
by Greg Daniel
· 7 years ago
2612bae
ccpr: Prefer atlas sizes under 4k on ARM
by Chris Dalton
· 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
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
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
e41e176
Add kRGBX_8888, kRGBA_1010102, and kRGBX_1010102 color types. Unused for now.
by Brian Salomon
· 7 years ago
7f1a074
Remove some unused sample count caps
by Brian Salomon
· 7 years ago
faa095e
Update SkSurface MakeFromBackend* factories to take an SkColorType.
by Greg Daniel
· 7 years ago
7b219ac
Add support for SRGB formats when validating backend formats and ColorTypes
by Greg Daniel
· 7 years ago
f5d8758
Add new SkImage factory to create from GrBackendTexture with SkColorType
by Greg Daniel
· 7 years ago
7af060a
Add gray_8_as_lum and _as_red private grpixelconfigs
by Greg Daniel
· 7 years ago
ef59d87
Revert "Revert "Revert "Revert "Revert "Revert "Add private grpixelconfigs for alpha_8 and alpha_half""""""
by Greg Daniel
· 7 years ago
b092cea
Revert "Revert "Revert "Revert "Revert "Add private grpixelconfigs for alpha_8 and alpha_half"""""
by Brian Osman
· 7 years ago
68ab186
Revert "Revert "Revert "Revert "Add private grpixelconfigs for alpha_8 and alpha_half""""
by Greg Daniel
· 7 years ago
47c8ed3
Reland "Fix precision caps and rrect/ellipse effect precisions"
by Chris Dalton
· 7 years ago
3b2f5b6
Revert "Revert "Revert "Add private grpixelconfigs for alpha_8 and alpha_half"""
by Greg Daniel
· 7 years ago
b5fb7cf
Revert "Revert "Add private grpixelconfigs for alpha_8 and alpha_half""
by Greg Daniel
· 7 years ago
24f9c19
Revert "Fix precision caps and rrect/ellipse effect precisions"
by Brian Osman
· 7 years ago
e421800
Fix precision caps and rrect/ellipse effect precisions
by Chris Dalton
· 7 years ago
0fb6db4
Revert "Add private grpixelconfigs for alpha_8 and alpha_half"
by Greg Daniel
· 7 years ago
33d17cb
Add private grpixelconfigs for alpha_8 and alpha_half
by Greg Daniel
· 7 years ago
6a40abc
Revert "Implement window rectangles in vulkan"
by Jim Van Verth
· 7 years ago
94c0468
Implement window rectangles in vulkan
by Chris Dalton
· 7 years ago
43f8bf0
Move clear-as-draw workaround to GrGLGpu and expose via GrContextOptions.
by Brian Salomon
· 7 years ago
f1b47bb
Add a cap for geometry shader invocations
by Chris Dalton
· 7 years ago
e4679fa
CCPR: Blacklist Mali GPUs and Vulkan while we work through issues
by Chris Dalton
· 7 years ago
4127456
Disable flat interpolation in TextureOp on Qualcomm
by Brian Salomon
· 7 years ago
57bc3ea
Expose srgbDecodeDisableSupport in GrCaps
by Brian Osman
· 7 years ago
2bb6ecc
Revert "Revert "Fixes from sample count change""
by Greg Daniel
· 7 years ago
914b285
Revert "Fixes from sample count change"
by Greg Daniel
· 7 years ago
ff98644
Revert "Revert "Fixes from sample count change""
by Cary Clark
· 7 years ago
390aaaf
Revert "Fixes from sample count change"
by Cary Clark
· 7 years ago
f331622
Fixes from sample count change
by Greg Daniel
· 7 years ago
81e7bf8
Update gpu caps for valid sample counts.
by Greg Daniel
· 7 years ago
6b65b98
Indicate texel buffer support in Vulkan
by Chris Dalton
· 7 years ago
3a59665
Revert "Indicate texel buffer support in Vulkan"
by Chris Dalton
· 7 years ago
2dd2226
Indicate texel buffer support in Vulkan
by Chris Dalton
· 7 years ago
1d61635
Add support for instanced draws
by Chris Dalton
· 7 years ago
0190787
Really disable srgb on nexus player vulkan
by Greg Daniel
· 7 years ago
08d6d60
Disable srgb on vulkan nexus player
by Greg Daniel
· 7 years ago
92de631
Remove compressed (ETC1) texture support from Ganesh (take 2)
by Robert Phillips
· 7 years ago
bc262e1
Revert "Remove compressed (ETC1) texture support from Ganesh"
by Brian Osman
· 7 years ago
ee26363
Remove compressed (ETC1) texture support from Ganesh
by Robert Phillips
· 7 years ago
b7b7e5f
Add fixes & test for isConfigTexturable and isConfigRenderable
by Robert Phillips
· 7 years ago
e3cd691
Fix for amd copy as draws on vulkan
by Greg Daniel
· 7 years ago
1cdbdda
Enable vulkan copies as draws for everything but qualcomm
by Greg Daniel
· 7 years ago
a63e7ab
Require copy as draws for vulkan cross context image support
by Greg Daniel
· 7 years ago
5635193
Enable CrossContextTextureSupport on vulkan
by Greg Daniel
· 7 years ago
15b2509
Update minimum non-ES OpenGL spec to 2.0.
by Brian Salomon
· 7 years ago
f086167
Remove support for GLs without separate stencil.
by Brian Salomon
· 7 years ago
1e9ddcc
Disable multisampling on Vulkan Nexus Player bot
by Greg Daniel
· 8 years ago
Next »