aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-04-24Add push constant graphics tests. (#492)dan sinclair
2019-04-24[amberscript] Add push_constant support. (#486)dan sinclair
2019-04-23Move buffer filling code into Buffer class. (#484)dan sinclair
2019-04-17Update suppressions (#481)dan sinclair
2019-04-16[amberscript] Add DRAW_ARRAYS command (#472)dan sinclair
2019-04-16Add compute tests for AmberScript. (#471)dan sinclair
2019-04-16Adding depth and stencil to DoClear (#467)Sarah
2019-04-11Unify buffer sizes. (#465)dan sinclair
2019-04-09[AmberScript] Add DERIVE_PIPELINE (#453)dan sinclair
2019-04-05[amberscript] Add REPEAT command (#443)dan sinclair
2019-04-02[vulkan] Use LOAD_OP_LOAD for the default attachment description (#438)dan sinclair
2019-03-30Remove accidentally added file (#437)dan sinclair
2019-03-29[amberscript] add DEVICE_FEATURE. (#434)dan sinclair
2019-03-28[amberscript] Add CLEAR_COLOR parsing. (#416)dan sinclair
2019-03-26Implement AmberScript COPY command (#371)Hugues Evrard
2019-03-25Add EXPECT EQ (#411)dan sinclair
2019-03-20[vulkan] Fixup width of draw commands. (#383)dan sinclair
2019-03-18[vulkan] More MoltenVK suppressions (#378)dan sinclair
2019-03-18 Remove pipeline from probe commands. (#377)dan sinclair
2019-03-17Change depth format for test. (#374)dan sinclair
2019-03-17[testing] Add suppressions to test runner (#373)dan sinclair
2019-03-14[AmberScript] Implement EXPECT EQ_RGB(A)? parsing (#367)dan sinclair
2019-03-13Remove GetDescriptorInfo and store in Buffer object. (#358)dan sinclair
2019-03-06Rename vkscript test files. (#332)dan sinclair
2019-02-21Add fbsize require setting (#315)dan sinclair
2019-02-21Flip the sample app to be less quiet. (#307)dan sinclair
2019-02-20 Allow querying vkGetPhysicalProperties2 (#308)dan sinclair
2019-02-11Vkscript: fix matrix stride bug (#268)Jaebaek Seo
2019-01-31Vulkan: support setup based on PipelineData (#253)Jaebaek Seo
2019-01-28Vulkan: support depth frame buffer (#248)Jaebaek Seo
2019-01-28Vulkan: support tessellation control/eval shader (#249)Jaebaek Seo
2019-01-28Vulkan: add geometry shader test (#247)Jaebaek Seo
2019-01-27Vulkan: support all VkFormat for vertex and frame (#224)Jaebaek Seo
2019-01-23VkScript: support probe without rect (#240)Jaebaek Seo
2019-01-18Vulkan: readback SSBO/framebuffer right after draw or compute (#217)Jaebaek Seo
2019-01-18Vulkan: support index buffer for graphics pipeline (#226)Jaebaek Seo
2019-01-15Add test case for accumulated ubo definition (#225)Jaebaek Seo
2019-01-14Vulkan: support push constant (#203)Jaebaek Seo
2019-01-10Vulkan: enable validation layer (#184)Jaebaek Seo
2019-01-08Vulkan: fix validation errors (#187)Jaebaek Seo
2018-12-17Vulkan: support entrypoint command (#188)Jaebaek Seo
2018-12-12Vulkan: fix draw array after draw rect bug (#177)Jaebaek Seo
2018-12-12Vulkan: fix discontinuous descriptor set error (#159)Jaebaek Seo
2018-12-11Vulkan: fix draw rect once bug (#174)Jaebaek Seo
2018-12-11Output any errors produced during test runs. (#167)dan sinclair
2018-12-10Vulkan: enable extension support (#154)Jaebaek Seo
2018-12-10Vulkan: handles uniform ubo command i.e., add UBO (#148)Jaebaek Seo
2018-12-05Vulkan: enable required features (#141)Jaebaek Seo
2018-12-05Vulkan: handle DoDrawRect (#134)Jaebaek Seo
2018-12-05Vulkan: support multiple updates for a ssbo (#126)Jaebaek Seo