Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
90043480b587b627b255e8010b23b0f2dff3a8c9
/
include
/
gpu
/
vk
cb58060
Pass render target VkImage in GrVkDrawableInfo
by Stan Iliev
· 6 years ago
ed632b1
Remove another semicolon.
by Nico Weber
· 6 years ago
41f0e28
Add MaxAPIVersion to GrVkBackendContext.
by Greg Daniel
· 6 years ago
bc84adc
Move GrVkSecondaryCBDrawContext header into src to hide it.
by Greg Daniel
· 6 years ago
b46add8
Add initial support for creating a vulkan secondary command buffer drawing context.
by Greg Daniel
· 6 years ago
487132b
Don't include system vulkan header when building skia files.
by Greg Daniel
· 6 years ago
54200e4
Move vulkan headers from third_party to include/third_party.
by Greg Daniel
· 6 years ago
b353eeb
Remove duplicate member of GrVkDrawableInfo struct.
by Greg Daniel
· 6 years ago
45723ac
Take into accout the GrBackendFormat when deciding if we can chain textures together.
by Greg Daniel
· 6 years ago
7e00022
Reland "Add support for Ycbcr Conversion Samplers in vulkan."
by Greg Daniel
· 6 years ago
f4bf973
Revert "Add support for Ycbcr Conversion Samplers in vulkan."
by Greg Daniel
· 6 years ago
6cd7490
Add support for Ycbcr Conversion Samplers in vulkan.
by Greg Daniel
· 6 years ago
54bfb18
Privately include our version of vulkan header file in all our src files.
by Greg Daniel
· 6 years ago
e517824
Require vulkan 1.1 headers when compiling skia.
by Greg Daniel
· 6 years ago
9ed1a2c
Add ability for an SkDevice to handle the drawing of an SkDrawable.
by Greg Daniel
· 6 years ago
b4d8956
Reland "Reland "Always include public/include headers for vulkan and just guard src files with SK_VULKAN.""
by Greg Daniel
· 6 years ago
a55e214
Revert "Reland "Always include public/include headers for vulkan and just guard src files with SK_VULKAN.""
by Mike Klein
· 6 years ago
55aea84
Reland "Always include public/include headers for vulkan and just guard src files with SK_VULKAN."
by Greg Daniel
· 6 years ago
684b506
Revert "Always include public/include headers for vulkan and just guard src files with SK_VULKAN."
by Mike Klein
· 6 years ago
6e2d607
Always include public/include headers for vulkan and just guard src files with SK_VULKAN.
by Greg Daniel
· 6 years ago
ecddbc0
Add support for switching family queues in 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
a31f4e5
Make sure we check the version number of Vulkan Extensions.
by Greg Daniel
· 6 years ago
98bffae
Reland "Reland "Let client pass in full extension to GrVkBackendContext.""
by Greg Daniel
· 6 years ago
da16cce
Use our own checked in Vulkan header to build skia source code.
by Greg Daniel
· 6 years ago
d3e65aa
Move GrVkInterface out of public API.
by Greg Daniel
· 6 years ago
c8cd45a
Generate GrVkInterface when we make the GrVkGpu.
by Greg Daniel
· 6 years ago
f730c18
Reland "Reland "Make GrVkBackendContext no longer derive from SkRefCnt.""
by Greg Daniel
· 6 years ago
007267b
Revert "Reland "Make GrVkBackendContext no longer derive from SkRefCnt.""
by Greg Daniel
· 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
0db3a88
Reland "Make GrVkBackendContext no longer derive from SkRefCnt."
by Greg Daniel
· 6 years ago
059a9ab
Revert "Make GrVkBackendContext no longer derive from SkRefCnt."
by Greg Daniel
· 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
93ae233
Make GrVkBackendContext no longer derive from SkRefCnt.
by Greg Daniel
· 6 years ago
0e4a12b
Don't explicitly include vulkan.h in the vulkan memory allocator.
by Greg Daniel
· 6 years ago
dc63620
Add guard around GrVkBackendContext::Create function.
by Greg Daniel
· 6 years ago
8683037
Always keep buffers in vulkan persistently mapped.
by Greg Daniel
· 6 years ago
2b23c4b
Dest color space no longer impacts mipmaps or texture sampling
by Brian Osman
· 6 years ago
81df041
Reland "Use GrVkMemoryAllocator for vulkan memory allocations in ganesh."
by Greg Daniel
· 6 years ago
a9d3dae
Revert "Use GrVkMemoryAllocator for vulkan memory allocations in ganesh."
by Greg Daniel
· 6 years ago
de81143
Revert "Move include into head to fix build breakage."
by Greg Daniel
· 6 years ago
fac6953
Move include into head to fix build breakage.
by Greg Daniel
· 6 years ago
331c266
Use GrVkMemoryAllocator for vulkan memory allocations in ganesh.
by Greg Daniel
· 6 years ago
18dbfd0
Reland "Create API for GrVkMemoryAllocator and impliment use of AMD VulkanMemoryAllocator on this API."
by Greg Daniel
· 6 years ago
98bddf9
Revert "Create API for GrVkMemoryAllocator and impliment use of AMD VulkanMemoryAllocator on this API."
by Greg Daniel
· 6 years ago
26c0e4c
Create API for GrVkMemoryAllocator and impliment use of AMD VulkanMemoryAllocator on this API.
by Greg Daniel
· 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
6d138bf
Reland "Remove GrBackendObject and all related functions from Skia."
by Greg Daniel
· 7 years ago
a0ca909
Revert "Remove GrBackendObject and all related functions from Skia."
by Brian Osman
· 7 years ago
ccd4cfc
Remove GrBackendObject and all related functions from Skia.
by Greg Daniel
· 7 years ago
ba375a8
Add SK_SUPPORT_LEGACY_BACKEND_OBJECTS
by Robert Phillips
· 7 years ago
ff7fa50
Add ctor to GrVkImageInfo.
by Greg Daniel
· 7 years ago
52e16d9
Update getBackendInfo calls on GrBackendTexture to support VkImageLayout better.
by Greg Daniel
· 7 years ago
c550995
Add GrBackendTexture accessor to SkImage (take 2)
by Robert Phillips
· 7 years ago
a17729f
Add ctor to GrVkAlloc
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
88fdee9
Revert "Fixes to alignment issues with regards to mapped vulkan memory."
by Greg Daniel
· 7 years ago
9fb6cf4
Fixes to alignment issues with regards to mapped vulkan memory.
by Greg Daniel
· 7 years ago
52347e7
Fix link error with compoent build
by Peng Huang
· 7 years ago
8f11d4d
eliminate SK_BUILD_FOR_WIN32
by Mike Klein
· 7 years ago
afb7ec7
Revert "Revert "Add define to use customize vulkan header.""
by Greg Daniel
· 7 years ago
b351817
Revert "Add define to use customize vulkan header."
by Brian Salomon
· 7 years ago
a492eb0
Add define to use customize vulkan header.
by Greg Daniel
· 7 years ago
037d1fc
Use vulkan prototypes for android framework build
by Greg Daniel
· 7 years ago
83bd441
Set VK_NO_PROTOTYPES for vulkan backend
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
63fd760
Remove trailing whitespace.
by Ben Wagner
· 7 years ago
fcd5fdd
Revert "Revert "Update skia to use ifdefs for Vulkan code instead of dummy header""
by Robert Phillips
· 7 years ago
fad9e3f
Revert "Update skia to use ifdefs for Vulkan code instead of dummy header"
by Robert Phillips
· 7 years ago
c0f8e42
Update skia to use ifdefs for Vulkan code instead of dummy header
by Greg Daniel
· 7 years ago
85d34b2
Remove SkCrossContextImageData and all support code
by Brian Osman
· 8 years ago
bcf612b
Revert "Revert "Plumb the use of GrBackendRenderTarget throughout Skia""
by Greg Daniel
· 8 years ago
e3bd422
Revert "Plumb the use of GrBackendRenderTarget throughout Skia"
by Greg Daniel
· 8 years ago
fdd77da
Plumb the use of GrBackendRenderTarget throughout Skia
by Greg Daniel
· 8 years ago
5db010b
Link to vulkan in tools but not library.
by Brian Salomon
· 8 years ago
290c690
Add ability to relinquish control of VkDevice and VkInstance lifetime to GrVkBackendContext
by Brian Salomon
· 8 years ago
cc90174
Add GrVkInterface constructor with sepereate instance/device proc getters.
by Brian Salomon
· 8 years ago
ec6ae52
Use system Vulkan headers except when no building with vulkan support
by Greg Daniel
· 8 years ago
c188982
Add new GrVkBackendContext::Create explicitly requiring vk proc getters
by Brian Salomon
· 8 years ago
c819e66
Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h
by Greg Daniel
· 8 years ago
5238f99
Revert "Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h"
by Greg Daniel
· 8 years ago
3a3bc42
Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h
by Greg Daniel
· 8 years ago
df07ddd
Revert "Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h"
by Greg Daniel
· 8 years ago
edbb7d8
Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h
by Greg Daniel
· 8 years ago
3251ed8
Refactor Vulkan support to support Fuchsia
by Michael Jurka
· 8 years ago
fe3b516
Use GrSemaphore rather than GrFence for external texture data
by Brian Osman
· 8 years ago
2c2bc11
Add GrExternalTextureData and SkCrossContextImageData
by Brian Osman
· 8 years ago
aa1ab89
Revert "Add GrExternalTextureData and SkCrossContextImageData"
by Brian Osman
· 8 years ago
9ad1f92
Add GrExternalTextureData and SkCrossContextImageData
by Brian Osman
· 8 years ago
6bd5284
Remove SkAutoTUnref and SkAutoTDelete from public includes.
by bungeman
· 8 years ago
fe2965a
Fix interface validation in Vulkan.
by Greg Daniel
· 8 years ago
9d54afc
Support use of non-coherent memory allocations in Vulkan.
by jvanverth
· 8 years ago
Next »