aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_batch_chain.c
Commit message (Expand)AuthorAgeFilesLines
* anv: check return value of anv_execbuf_add_boLionel Landwerlin2017-05-081-2/+7
* anv/allocator: Embed the block_pool in the state_poolJason Ekstrand2017-05-041-17/+18
* anv: Allocate binding table blocks through the state poolJason Ekstrand2017-05-041-26/+21
* anv/allocator: Drop the block_size field from block_poolJason Ekstrand2017-05-041-2/+4
* anv: Implement VK_KHX_external_semaphore_fdJason Ekstrand2017-05-031-6/+47
* anv: Pull the guts of cmd_buffer_execbuf into a helperJason Ekstrand2017-05-031-24/+35
* anv/cmd_buffer: Use the device allocator for QueueSubmitJason Ekstrand2017-04-271-3/+3
* anv: Replace anv_bo::is_winsys_bo with a uint32_t flagsJason Ekstrand2017-04-041-2/+2
* anv/batch_chain: Handle another OOM in cmd_buffer_execbufJason Ekstrand2017-03-291-2/+4
* anv: handle errors while allocating new binding table blocksIago Toral Quiroga2017-03-161-2/+6
* anv: handle memory allocation errors during queue submissionsIago Toral Quiroga2017-03-161-3/+6
* anv: handle failures when growing reloc listsIago Toral Quiroga2017-03-161-11/+24
* anv: handle allocation failure in anv_batch_emit_dwords()Iago Toral Quiroga2017-03-161-2/+7
* anv: handle allocation failure in anv_batch_emit_batch()Iago Toral Quiroga2017-03-161-2/+7
* anv: Rename clflush_range and state_clflushJason Ekstrand2017-02-211-1/+1
* anv: Don't include two different pack headersKristian H. Kristensen2016-11-291-3/+5
* intel/isl: Add some basic info about RENDER_SURFACE_STATE to isl_deviceJason Ekstrand2016-11-161-1/+3
* anv: Do relocations in userspace before execbuf ioctlKristian Høgsberg Kristensen2016-11-091-8/+143
* anv: Move relocation handling from EndCommandBuffer to QueueSubmitJason Ekstrand2016-11-091-45/+49
* anv/batch: Move last_ss_pool_bo_offset to the command bufferJason Ekstrand2016-11-091-12/+21
* anv: Add an anv_execbuf helper structJason Ekstrand2016-11-091-34/+50
* anv/batch_chain: Improve write_relocJason Ekstrand2016-11-091-5/+22
* anv: Don't presume to know what address is in a surface relocationJason Ekstrand2016-11-091-51/+15
* anv: Add a cmd_buffer_execbuf helperJason Ekstrand2016-11-091-0/+8
* anv: Document cmd_buffer_alloc_binding_tableJason Ekstrand2016-11-081-0/+71
* anv: move to using vk_alloc helpers.Dave Airlie2016-10-191-20/+20
* anv: port to using new u_vector shared helper.Dave Airlie2016-10-191-20/+20
* anv/cmd_buffer: Move state base address re-emit into ExecuteCommandsJason Ekstrand2016-10-171-6/+0
* anv/batch_chain: free pointers for error casesMark Janes2016-05-181-2/+2
* anv: s/anv_batch_emit_blk/anv_batch_emit/Jason Ekstrand2016-04-201-3/+3
* anv/device: Use the new emit macroJason Ekstrand2016-04-201-8/+9
* anv/batch_chain: Fall back to growing batches when chaining isn't availableJason Ekstrand2016-03-211-2/+61
* anv/allocator: Add a size field to bo_pool_allocJason Ekstrand2016-03-181-2/+4
* Move the intel vulkan driver to src/intel/vulkanJason Ekstrand2016-02-181-0/+1077