summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-05-17t: Get rid of t_mem_type_indexJason Ekstrand26-150/+64
2017-05-17qonos: Select a memory type if the client doesn't ask for oneJason Ekstrand1-12/+29
2017-05-16Add a test that tests 4 vertex buffers in a rowJason Ekstrand1-0/+164
2017-05-03func.sync.semaphore-fd: Ceck physical device featuresJason Ekstrand1-0/+30
2017-04-14Add a cross-device synchronization testsJason Ekstrand1-0/+768
2017-04-14framework: Add a helper for requiring an extensionJason Ekstrand1-0/+18
2017-04-14framework: Record and enable all extensioinsJason Ekstrand2-1/+51
2017-03-28qonos: Add a wrapper for vkQueueWaitIdleJason Ekstrand13-16/+27
2017-03-06first: Use VK_WHOLE_SIZEJason Ekstrand1-3/+3
2017-01-06Add an arrayed depth clear testNanley Chery1-0/+293
2016-11-21Add a CS version of the lots-of-surface-state testJason Ekstrand2-4/+341
2016-10-21framework/t_phase_setup: Increase descriptor pool set count by oneNanley Chery1-1/+1
2016-10-19framework/t_phase_setup: Add asserts for vk function callsNanley Chery1-4/+5
2016-09-25tests/func.miptree: Properly set a scissorJason Ekstrand1-0/+12
2016-09-25tests/func.miptree: Use the correct format when creating the VkRenderPassJason Ekstrand1-1/+1
2016-09-16crucible: the push constant tests need to be stated in the layout.Dave Airlie1-1/+8
2016-09-08tests/miptree: Don't check miptree_gen.c into gitJason Ekstrand2-3192/+1
2016-09-08tests/miptree: Add copy-with-draw depth/stencil testsJason Ekstrand2-0/+314
2016-09-08tests/miptree: Use valid formats for download-with-drawJason Ekstrand1-3/+37
2016-09-08tests/miptree: Use the correct usage bits for imagesJason Ekstrand1-8/+46
2016-09-08tests/func.first: Use an extra function to sample the textureJason Ekstrand1-1/+7
2016-07-15Add test for maximum buffer rangesNanley Chery1-0/+102
2016-07-15func.desc.dynamic: Use a correct reference imageNanley Chery1-0/+1
2016-07-15func.desc.dynamic: Fix the subtestsNanley Chery1-17/+7
2016-07-15func.desc.dynamic: Bind the correct number of vertex buffersNanley Chery1-1/+1
2016-07-15func.desc.dynamic: Set required VkRenderPassBeginInfo::sType fieldNanley Chery1-0/+1
2016-07-15func.desc.dynamic: Create the buffer with correct usage flagsNanley Chery1-1/+5
2016-07-15Add tests for binding descriptor setsNanley Chery1-0/+189
2016-07-15stress.lots-of-surface-state: Specify the right DescriptorTypeNanley Chery1-1/+1
2016-07-15Conform to Vulkan Specification 1.0.20Nanley Chery4-8/+71
2016-06-28miptree: Skip attempts to make unsupported imagesNanley Chery1-5/+34
2016-03-31stress.lots-of-surface-state: Allocate more descriptors in the poolJason Ekstrand1-1/+1
2016-03-04depthstencil: Add a discard to stencil_trianglesJason Ekstrand1-0/+2
2016-02-22Add support for t_descriptor_poolKristian Høgsberg Kristensen10-7/+60
2016-02-22lots-of-surface-state: Use a descriptor poolKristian Høgsberg Kristensen1-2/+30
2016-02-15Move the fragcoord test to the "shader" folderJason Ekstrand1-1/+1
2016-02-11Add a test for gl_FragCoordJason Ekstrand1-0/+160
2016-02-09build: Use PRIx64 macros for 64-bit data typesMark Janes2-5/+9
2016-02-09build: fix string formatting for 32 bit compilationMark Janes2-5/+5
2016-02-05func.compute: Fix several SSBO buffer layout issuesJordan Justen2-10/+10
2016-01-22tests: Fix build for to glslang updateChad Versace2-7/+7
2016-01-14Update to 1.0.0Jason Ekstrand15-37/+40
2016-01-13cmd/run: Fix crash in previous commitChad Versace1-1/+1
2016-01-13cmd/run: Fix fork mode when given exclude patternsChad Versace1-1/+19
2016-01-12func.cmd-buffer: Use VK_COMMAND_BUFFER_USAGE_RENDER_PASS_CONTINUE_BITKristian Høgsberg Kristensen1-1/+1
2016-01-08func.compute.local-id: Add push-constant local-idsJordan Justen1-0/+77
2016-01-01cru: Use the correct aspect for depthstencil formatsJason Ekstrand1-2/+20
2015-12-30stencil-triangles: Use switch statements againJason Ekstrand1-24/+8
2015-12-19Add tests for VkEventKristian Høgsberg Kristensen1-0/+229
2015-12-18func.compute: Add func.compute.num-workgroups.indirectJordan Justen1-0/+56