Add Vulkan DrawContext utility class
authorDavid Sodman <dsodman@google.com>
Thu, 1 Sep 2016 17:40:21 +0000 (10:40 -0700)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 31 Aug 2017 18:19:15 +0000 (14:19 -0400)
commitd1f0e9d47f7d2ecb097b3724a0dac8ea2b4978bc
treeb34a2dcceb1f5d5238e386ab0af656a1b5044a2a
parentc291149e2803c25074f1fbea8686b3488573aa92
Add Vulkan DrawContext utility class

This is the first in a series of changes to move the DrawContext class
for more general use.

Test: run clipping tests on Vulkan
Affects: dEQP-VK.clipping.*

Change-Id: Ia9b8953d25c10ec2a6c227bf300637dcd62ea898
(cherry picked from commit 9a928cdc2014c830eb8cb43043746f8f2ea6969a)
13 files changed:
Android.mk
external/vulkancts/framework/vulkan/CMakeLists.txt
external/vulkancts/framework/vulkan/vkBufferWithMemory.cpp [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkBufferWithMemory.hpp [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkImageWithMemory.cpp [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkImageWithMemory.hpp [new file with mode: 0644]
external/vulkancts/modules/vulkan/CMakeLists.txt
external/vulkancts/modules/vulkan/clipping/CMakeLists.txt
external/vulkancts/modules/vulkan/clipping/vktClippingTests.cpp
external/vulkancts/modules/vulkan/clipping/vktClippingUtil.cpp [deleted file]
external/vulkancts/modules/vulkan/clipping/vktClippingUtil.hpp [deleted file]
external/vulkancts/modules/vulkan/vktDrawUtil.cpp [new file with mode: 0644]
external/vulkancts/modules/vulkan/vktDrawUtil.hpp [new file with mode: 0644]