summaryrefslogtreecommitdiffstats
path: root/src/vulkan/anv_batch_chain.c
Commit message (Expand)AuthorAgeFilesLines
* vk/0.210.0: Rename CmdBuffer to CommandBufferJason Ekstrand2015-11-301-2/+2
* anv: Only include the pack headers where neededJason Ekstrand2015-11-161-0/+3
* anv/batch_chain: Add some sanity-check asserts for relocationsJason Ekstrand2015-10-151-1/+6
* anv/cmd_buffer: Add an alloc_surface_state helperJason Ekstrand2015-10-151-0/+6
* anv/batch_chain: Use the surface state pool for binding tablesJason Ekstrand2015-09-281-88/+73
* anv/batch_chain: Add helpers for fixing up block_pool relocationsJason Ekstrand2015-09-281-0/+62
* anv/batch_chain: Add a _alloc_binding_table functionJason Ekstrand2015-09-281-0/+7
* anv/batch_chain: Remove the current_surface_bo helperJason Ekstrand2015-09-241-8/+2
* anv/cmd_buffer: Add a helper for getting the surface state base addressJason Ekstrand2015-09-241-0/+9
* anv/batch_chain: Clean up the reloc list swapping codeJason Ekstrand2015-09-241-8/+6
* vk/cmd_buffer: Set the CONSTANTS_REL_GENERAL flag on execbufJason Ekstrand2015-08-271-1/+2
* vk: Make batch chain code gen-agnosticKristian Høgsberg Kristensen2015-08-241-0/+14
* vk: Use helper function for emitting MI_BATCH_BUFFER_STARTKristian Høgsberg Kristensen2015-08-241-16/+12
* vk: Use anv_batch_emit() for chaining back to primary batchKristian Høgsberg Kristensen2015-08-241-22/+14
* vk: Downgrade state packet to gen7 where they're commonKristian Høgsberg Kristensen2015-08-241-2/+2
* vk/batch_chain: Decrement num_relocs instead of incrementing itJason Ekstrand2015-07-311-1/+9
* vk/batch_chain: Compute secondary exec mode after finishing the boJason Ekstrand2015-07-311-5/+7
* vk: Re-name command buffer implementation filesJason Ekstrand2015-07-301-0/+926