aboutsummaryrefslogtreecommitdiff
path: root/tests/vkrenderframework.cpp
AgeCommit message (Expand)Author
2018-05-29tests: fix typo in function nameCort Stratton
2018-05-07tests: Fix some renderframework bugsMark Lobodzinski
2018-05-04tests: Add tests for indexed draw checkingKarl Schultz
2018-04-13layers: Add support for VK_EXT_descriptor_indexingJeff Bolz
2018-04-04tests: Fix copy&paste error in a comment in vkrenderframeworkGabríel Arthúr Pétursson
2018-04-04tests: Update CopyImage with sampler_YCbCr VUIDsDave Houlton
2018-04-03tests: Add debug callbacks during CreateInstanceJohn Zulauf
2018-03-30tests: Add queue support to command buffer objectsJohn Zulauf
2018-03-19tests: Fix memleak of image objects in vkrenderframeworkGabríel Arthúr Pétursson
2018-02-16tests: clang-format onlyDave Houlton
2018-01-31tests: Add queue family selection utilityJohn Zulauf
2018-01-23tests: Add VK_SHARING_MODE_CONCURRENT supportJohn Zulauf
2017-12-21tests Add VkPipelineLayoutObjPetr Kraus
2017-12-21tests: Add VkDescriptorSetLayoutObjPetr Kraus
2017-12-13tests:Driver Workaround and notesTobin Ehlis
2017-12-13tests: Clean up VKTriangleTestPetr Kraus
2017-12-12build: Clear some compiler warningsPetr Kraus
2017-12-11test: Fix image usage-feature checkPetr Kraus
2017-12-11tests: Fix empty queue families in device creationPetr Kraus
2017-11-30tests: Added PipelineMultiSample VUID testsJohn Zulauf
2017-11-17tests:Add "--devsim" optionTobin Ehlis
2017-09-12Revert "layers: Fix Graphics Pipeline pointers not ignored"Mark Lobodzinski
2017-09-12layers: Fix Graphics Pipeline pointers not ignoredPetr Kraus
2017-09-01layer: Add Helper Function for Loading DPLJeremy Kniager
2017-08-30tests: Fix copy/paste bug in test frameworkMike Schuchardt
2017-07-18tests:Fix barrier self-dependencyTobin Ehlis
2017-07-18tests:Update framework self-dependencyTobin Ehlis
2017-07-18tests:Update self-dependency testsTobin Ehlis
2017-07-18tests:Removed expected errors in InvalidBarriersTobin Ehlis
2017-06-21tests: Handle device extensions provided by layersTony Barbour
2017-06-07tests: Redo extension handling in frameworkDave Houlton
2017-05-26tests: Fix Windows build warningPetr Kraus
2017-05-25tests: Inline VkCommandBufferObj::BindPipelineChris Forbes
2017-05-25tests: Remove VkCommandBufferObj::{Begin,End}CommandBufferChris Forbes
2017-05-25tests: Remove dead members from VkPipelineObjChris Forbes
2017-05-25tests: Get rid of VkCommandBufferObj::GetBufferHandle()Chris Forbes
2017-05-25tests: Get rid of split elemsize/count size in VkConstantBufferObjChris Forbes
2017-05-25tests: Remove more unused frameworkChris Forbes
2017-05-25tests: Remove VkIndexBufferObjChris Forbes
2017-05-25tests: Remove more unused helpersChris Forbes
2017-05-25tests: Remove unused barrier helper from VkConstantBufferObjChris Forbes
2017-05-18tests: Make it easy to set pool & cb flagsChris Forbes
2017-05-05tests: VkPipelineObj tessellation fixesCort Stratton
2017-04-14tests: Add createinfo overload to VkPipelineObj::AddShaderChris Forbes
2017-04-14tests: Store createinfos rather than VkShaderObjChris Forbes
2017-04-14tests: return createinfo from VkShaderObj by ref-to-constChris Forbes
2017-04-14tests: Rework VkShaderObj guts to keep whole createinfoChris Forbes
2017-04-14tests: Remove no-spirv support from frameworkChris Forbes
2017-04-05layers: Fix GH 1639.Jeremy Hayes
2017-03-30tests: clang-formatDave Houlton