summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-17Add the reference image for func.4-vertex-buffersHEADshader-runnermasteramd-extsJason Ekstrand1-0/+0
2017-05-17t: Get rid of t_mem_type_indexJason Ekstrand28-174/+65
2017-05-17qonos: Select a memory type if the client doesn't ask for oneJason Ekstrand2-24/+51
2017-05-16Add a test that tests 4 vertex buffers in a rowJason Ekstrand2-0/+166
2017-05-03func.sync.semaphore-fd: Ceck physical device featuresJason Ekstrand1-0/+30
2017-04-14Add a cross-device synchronization testsJason Ekstrand2-0/+770
2017-04-14framework: Add a helper for requiring an extensionJason Ekstrand2-0/+20
2017-04-14framework: Record and enable all extensioinsJason Ekstrand2-1/+51
2017-03-28qonos: Add a wrapper for vkQueueWaitIdleJason Ekstrand14-16/+28
2017-03-06first: Use VK_WHOLE_SIZEJason Ekstrand1-3/+3
2017-01-06Add an arrayed depth clear testNanley Chery2-0/+295
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-21configure: Properly report success when checking for OpenCVJason Ekstrand1-0/+2
2016-10-21configure: Check for the right python module when detecting OpenCVJason Ekstrand1-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 Chery2-0/+103
2016-07-15func.desc.dynamic: Use a correct reference imageNanley Chery3-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 Chery2-0/+190
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 Kristensen11-7/+62
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 Ekstrand2-3/+3
2016-02-11Add a test for gl_FragCoordJason Ekstrand2-0/+162
2016-02-09func.dephstencil: Fix a reference imageChad Versace2-0/+0
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 Ekstrand16-39/+42
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