summaryrefslogtreecommitdiff
path: root/src/intel/vulkan/anv_batch_chain.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-04anv: Replace anv_bo::is_winsys_bo with a uint32_t flagsJason Ekstrand1-2/+2
2017-03-29anv/batch_chain: Handle another OOM in cmd_buffer_execbufJason Ekstrand1-2/+4
2017-03-16anv: handle errors while allocating new binding table blocksIago Toral Quiroga1-2/+6
2017-03-16anv: handle memory allocation errors during queue submissionsIago Toral Quiroga1-3/+6
2017-03-16anv: handle failures when growing reloc listsIago Toral Quiroga1-11/+24
2017-03-16anv: handle allocation failure in anv_batch_emit_dwords()Iago Toral Quiroga1-2/+7
2017-03-16anv: handle allocation failure in anv_batch_emit_batch()Iago Toral Quiroga1-2/+7
2017-02-21anv: Rename clflush_range and state_clflushJason Ekstrand1-1/+1
2016-11-29anv: Don't include two different pack headersKristian H. Kristensen1-3/+5
2016-11-16intel/isl: Add some basic info about RENDER_SURFACE_STATE to isl_deviceJason Ekstrand1-1/+3
2016-11-09anv: Do relocations in userspace before execbuf ioctlKristian Høgsberg Kristensen1-8/+143
2016-11-09anv: Move relocation handling from EndCommandBuffer to QueueSubmitJason Ekstrand1-45/+49
2016-11-09anv/batch: Move last_ss_pool_bo_offset to the command bufferJason Ekstrand1-12/+21
2016-11-09anv: Add an anv_execbuf helper structJason Ekstrand1-34/+50
2016-11-09anv/batch_chain: Improve write_relocJason Ekstrand1-5/+22
2016-11-09anv: Don't presume to know what address is in a surface relocationJason Ekstrand1-51/+15
2016-11-09anv: Add a cmd_buffer_execbuf helperJason Ekstrand1-0/+8
2016-11-08anv: Document cmd_buffer_alloc_binding_tableJason Ekstrand1-0/+71
2016-10-19anv: move to using vk_alloc helpers.Dave Airlie1-20/+20
2016-10-19anv: port to using new u_vector shared helper.Dave Airlie1-20/+20
2016-10-17anv/cmd_buffer: Move state base address re-emit into ExecuteCommandsJason Ekstrand1-6/+0
2016-05-18anv/batch_chain: free pointers for error casesMark Janes1-2/+2
2016-04-20anv: s/anv_batch_emit_blk/anv_batch_emit/Jason Ekstrand1-3/+3
2016-04-20anv/device: Use the new emit macroJason Ekstrand1-8/+9
2016-03-21anv/batch_chain: Fall back to growing batches when chaining isn't availableJason Ekstrand1-2/+61
2016-03-18anv/allocator: Add a size field to bo_pool_allocJason Ekstrand1-2/+4
2016-02-18Move the intel vulkan driver to src/intel/vulkanJason Ekstrand1-0/+1077