aboutsummaryrefslogtreecommitdiff
path: root/tools/gpu/vk/VkTestContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* sk_spification of GrGpu creation.Brian Salomon2017-12-071-1/+1
* Revert "Revert "Add method to sk_gpu_test::TestContext to automatically resto...Brian Salomon2017-11-171-0/+1
* Revert "Add method to sk_gpu_test::TestContext to automatically restore the p...Brian Osman2017-11-161-1/+0
* Add method to sk_gpu_test::TestContext to automatically restore the previous ...Brian Salomon2017-11-161-0/+1
* Revert "Revert "Dynamically load the vulkan library in our test tools""Greg Daniel2017-11-101-3/+7
* Revert "Dynamically load the vulkan library in our test tools"Greg Daniel2017-11-101-7/+3
* Dynamically load the vulkan library in our test toolsGreg Daniel2017-11-091-3/+7
* Add Make[backend] calls for creating GrContextsGreg Daniel2017-07-251-0/+5
* Add support for creating a shared vulkan test contextGreg Daniel2017-05-151-4/+11
* Use system Vulkan headers except when no building with vulkan supportGreg Daniel2017-04-251-1/+1
* Add new GrVkBackendContext::Create explicitly requiring vk proc gettersBrian Salomon2017-04-241-1/+2
* Check-in vulkan.h into third_party and use that instead of local sdk vulkan.hGreg Daniel2017-04-201-1/+1
* Revert "Check-in vulkan.h into third_party and use that instead of local sdk ...Greg Daniel2017-04-191-1/+1
* Check-in vulkan.h into third_party and use that instead of local sdk vulkan.hGreg Daniel2017-04-191-1/+1
* Revert "Check-in vulkan.h into third_party and use that instead of local sdk ...Greg Daniel2017-04-191-1/+1
* Check-in vulkan.h into third_party and use that instead of local sdk vulkan.hGreg Daniel2017-04-181-1/+1
* Remove SkAutoTDelete.Ben Wagner2016-11-031-2/+2
* Fix 32-bit Vulkan buildBrian Osman2016-10-111-3/+3
* Use uint64_t for PlatformFencecsmartdalton2016-10-041-0/+2
* Move GPU fences into sk_gpu_testcsmartdalton2016-10-041-10/+10
* Implement vulkan fence syncs for nanobenchbsalomon2016-05-161-7/+114
* Nanobench running on Vulkanbsalomon2016-05-111-1/+4
* Add base class for GLTestContext and add new subclass VkTestContext.bsalomon2016-05-111-0/+40