summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-08simple test for VK_EXT_global_priority WIPVK_EXT_global_priorityTapani Pälli2-0/+63
2018-01-15Add test for separate bind pointsJózef Kucia2-0/+417
2018-01-15func.compute.num-workgroups.basic: Properly begin recording commandsJózef Kucia1-0/+1
2018-01-15func.miptree: Use the correct aspect for pipeline barriersJason Ekstrand1-2/+2
2018-01-15func.miptree: Allocate enough descriptor sets for copiesJason Ekstrand1-16/+11
2018-01-09clear: check for invalid offsets in memoryLionel Landwerlin1-0/+235
2017-12-18add AMD_shader_ballot testsConnor Abbott2-0/+290
2017-12-18add tests for EXT_shader_subgroup_voteConnor Abbott2-0/+122
2017-12-18add tests for EXT_shader_ballotConnor Abbott2-0/+231
2017-12-18add new tests for (un)pack(Uint|Double)2x32()Connor Abbott2-0/+174
2017-12-18util: add a simple_pipeline helper functionConnor Abbott3-0/+193
2017-12-18glsl_scraper: make shaders use version 4.50Connor Abbott1-2/+2
2017-12-18miptree: fix validation issuesDave Airlie1-6/+46
2017-12-01func.first: Respect driver buffer offset alignmentsJason Ekstrand1-8/+15
2017-12-01stress.lots-of-surface-state: Use t_physical_dev_propsJason Ekstrand1-15/+6
2017-12-01stress.lots-of-surface-state: Respect driver buffer offset alignmentsJason Ekstrand1-30/+55
2017-11-08first: add host visible to memory flags.Dave Airlie1-3/+3
2017-11-08arrayed-clear: add a subpass dependency and fix validationDave Airlie1-5/+24
2017-10-27push_constants: fix the test to use proper constant rangesDave Airlie1-3/+3
2017-10-27qonos: set a default buffer usage, 0 isn't legalDave Airlie1-1/+2
2017-10-27more sType mistakes fixesDave Airlie2-2/+2
2017-10-27fix wrong stype structureDave Airlie1-1/+1
2017-10-27fix some more missing struct typesDave Airlie4-0/+5
2017-10-27push_constants: require a pipeline layoutDave Airlie1-12/+28
2017-10-27fix missing renderpass begin structure types.Dave Airlie11-0/+11
2017-10-27stress/buffer: try to allocate memory for buffer.Dave Airlie1-0/+2
2017-10-27miptree: fix missing struct type and render pass ptr.Dave Airlie1-0/+2
2017-10-27compute-local-id: push constants require a layoutDave Airlie1-5/+9
2017-10-27crucible: add pipeline layouts to pipelines.Dave Airlie7-5/+29
2017-10-27t: find a compatible depth format for the framebufferDave Airlie1-1/+24
2017-10-27t: get queue information at startup.Dave Airlie1-0/+9
2017-08-29crucible: add VK_EXT_debug_report supportTapani Pälli5-1/+107
2017-08-21glsl_scraper: Provide a QO_EXTENSION macro for handling #extensionJason Ekstrand1-0/+4
2017-08-21glsl_scraper: Finalize the stream in finish_text()Jason Ekstrand2-5/+9
2017-08-02func.sync.semaphore-fd: Only use one semaphore for OPAQUE_FDJason Ekstrand1-47/+37
2017-08-02func.sync.semaphore-fd: Use the correct flags for SYNC_FDJason Ekstrand1-0/+1
2017-07-15semaphore-fd: Switch to the KHR extensionsJason Ekstrand1-69/+80
2017-07-05qonos: pass pNext through in AllocateMemoryFromRequirementsJason Ekstrand1-0/+1
2017-07-05func.sync.semaphore-fd: Use atomics to record execution orderJason Ekstrand1-31/+183
2017-06-06qonos: Set the correct initial attachment layoutNanley Chery1-1/+1
2017-05-17Add the reference image for func.4-vertex-buffersJason 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