aboutsummaryrefslogtreecommitdiffstats
path: root/src/vulkan/anv_batch_chain.c
Commit message (Expand)AuthorAgeFilesLines
* vulkan: Move XML and generator into src/intel/genxmlJason Ekstrand2016-02-181-2/+2
* anv: Set correct write domain on window system BOsKristian Høgsberg Kristensen2016-02-171-3/+6
* anv: Fix misc simple warningsKristian Høgsberg Kristensen2016-02-151-1/+1
* anv: Generate pack headers from XML definitionKristian Høgsberg Kristensen2016-02-101-1/+1
* anv: clflush is only orderered against mfenceKristian Høgsberg Kristensen2016-01-291-2/+2
* anv: Reemit STATE_BASE_ADDRESS after second level cmd buffersKristian Høgsberg Kristensen2016-01-261-0/+2
* anv/batch_chain: Fix patching up of block pool relocations on Gen8+.Francisco Jerez2016-01-211-5/+24
* anv/batch_chain: Remove padding from the BO before emitting BUFFER_ENDJason Ekstrand2016-01-151-0/+9
* anv/batch_chain: Don't call current_batch_bo() againJason Ekstrand2016-01-151-3/+2
* anv/reloc_list: Make valgrind explicitly check relocation dataJason Ekstrand2016-01-081-0/+1
* vk: clflush all state for non-LLC GPUsKristian Høgsberg2015-12-041-1/+31
* vk/0.210.0: Rework allocation to use the new pAllocator'sJason Ekstrand2015-12-031-75/+81
* vk/0.210.0: More fun with flags fieldsJason Ekstrand2015-12-031-2/+2
* 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