skia2/tools/gpu
Greg Daniel da16cce7d9 Use our own checked in Vulkan header to build skia source code.
Core Skia will always include our own SkiaVulkan.h which basically just
includes vulkan_core.h. All platform vulkan specific stuff must be
include by the client in their own vulkan.h file. Our public interface
is set up that we only use vulkan objects that will be present in all
versions of vulkan headers that the client could include.

Bug: skia:
Change-Id: I6673fd91498eabcc923d65d20f2b5e0a89b4ccf6
Reviewed-on: https://skia-review.googlesource.com/142985
Commit-Queue: Greg Daniel <egdaniel@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
2018-08-01 16:52:20 +00:00
..
atlastext Add matrix stack to SkAtlasTextTarget. 2017-12-20 14:00:44 +00:00
gl Reland: Check for ANGLE's implementation of texture_rectangle 2018-07-13 19:18:34 +00:00
mock Remove legacy GrContext factories function and supporting code/types. 2018-03-23 21:12:50 +00:00
mtl Remove legacy GrContext factories function and supporting code/types. 2018-03-23 21:12:50 +00:00
vk Use our own checked in Vulkan header to build skia source code. 2018-08-01 16:52:20 +00:00
FenceSync.h Add NV_fence support to get better timing from ANGLE ES2 2017-10-10 21:13:03 +00:00
GpuTimer.h skpbench: add option for gpu timing 2016-10-05 08:42:03 -07:00
GrContextFactory.cpp remove debug gl interface, grcontextfactory context type, and config. 2018-07-12 12:33:08 +00:00
GrContextFactory.h remove debug gl interface, grcontextfactory context type, and config. 2018-07-12 12:33:08 +00:00
GrTest.cpp Reland "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors." 2018-07-03 20:46:27 +00:00
GrTest.h Add SK_SUPPORT_LEGACY_BACKEND_OBJECTS 2018-04-12 14:56:10 +00:00
MemoryCache.cpp Add gltestpersistentcache config that tests GrContextOption's cache. 2018-07-11 20:06:33 +00:00
MemoryCache.h Add gltestpersistentcache config that tests GrContextOption's cache. 2018-07-11 20:06:33 +00:00
ProxyUtils.cpp gpu: Expose GrContextPriv::abandoned in the public API. 2018-06-27 01:08:45 +00:00
ProxyUtils.h Initial texture data is never flipped when uploaded. 2018-03-07 18:22:40 +00:00
TestContext.cpp Revert "Revert "Add method to sk_gpu_test::TestContext to automatically restore the previous context."" 2017-11-17 16:22:56 +00:00
TestContext.h Move SkNoncopyable to include/private. 2018-07-17 21:39:51 +00:00