index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
intel
/
vulkan
/
anv_batch_chain.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv: Remove 'inline' keywords
Matt Turner
2017-08-29
1
-2
/
+2
*
anv: Implement VK_KHR_external_fence
Jason Ekstrand
2017-08-28
1
-2
/
+17
*
anv: Use DRM sync objects to back fences whenever possible
Jason Ekstrand
2017-08-28
1
-0
/
+8
*
anv: Rename anv_fence_state to anv_bo_fence_state
Jason Ekstrand
2017-08-28
1
-1
/
+1
*
anv: Pull the guts of anv_fence into anv_fence_impl
Jason Ekstrand
2017-08-28
1
-6
/
+16
*
anv: Rework fences to work more like BO semaphores
Jason Ekstrand
2017-08-28
1
-1
/
+25
*
anv: Check that in_fence fd is valid before closing it.
Francisco Jerez
2017-08-22
1
-1
/
+2
*
anv: Add error handling to setup_empty_execbuf().
Francisco Jerez
2017-08-22
1
-9
/
+13
*
anv: Use DRM sync objects for external semaphores when available
Jason Ekstrand
2017-08-15
1
-0
/
+59
*
anv: Implement support for exporting semaphores as FENCE_FD
Jason Ekstrand
2017-08-15
1
-0
/
+52
*
anv: Submit a dummy batch when only semaphores are provided.
Jason Ekstrand
2017-08-15
1
-3
/
+25
*
anv: Add a basic implementation of VK_KHX_external_semaphore
Jason Ekstrand
2017-08-15
1
-4
/
+32
*
anv: Round u_vector element sizes to a power of two
Jason Ekstrand
2017-07-12
1
-2
/
+3
*
intel: Move clflush helpers from anv to common/gen_clflush.h.
Kenneth Graunke
2017-07-10
1
-1
/
+1
*
anv: Stop setting domains to RENDER on EXEC_OBJECT_WRITE
Jason Ekstrand
2017-07-10
1
-5
/
+2
*
anv: check return value of anv_execbuf_add_bo
Lionel Landwerlin
2017-05-08
1
-2
/
+7
*
anv/allocator: Embed the block_pool in the state_pool
Jason Ekstrand
2017-05-04
1
-17
/
+18
*
anv: Allocate binding table blocks through the state pool
Jason Ekstrand
2017-05-04
1
-26
/
+21
*
anv/allocator: Drop the block_size field from block_pool
Jason Ekstrand
2017-05-04
1
-2
/
+4
*
anv: Implement VK_KHX_external_semaphore_fd
Jason Ekstrand
2017-05-03
1
-6
/
+47
*
anv: Pull the guts of cmd_buffer_execbuf into a helper
Jason Ekstrand
2017-05-03
1
-24
/
+35
*
anv/cmd_buffer: Use the device allocator for QueueSubmit
Jason Ekstrand
2017-04-27
1
-3
/
+3
*
anv: Replace anv_bo::is_winsys_bo with a uint32_t flags
Jason Ekstrand
2017-04-04
1
-2
/
+2
*
anv/batch_chain: Handle another OOM in cmd_buffer_execbuf
Jason Ekstrand
2017-03-29
1
-2
/
+4
*
anv: handle errors while allocating new binding table blocks
Iago Toral Quiroga
2017-03-16
1
-2
/
+6
*
anv: handle memory allocation errors during queue submissions
Iago Toral Quiroga
2017-03-16
1
-3
/
+6
*
anv: handle failures when growing reloc lists
Iago Toral Quiroga
2017-03-16
1
-11
/
+24
*
anv: handle allocation failure in anv_batch_emit_dwords()
Iago Toral Quiroga
2017-03-16
1
-2
/
+7
*
anv: handle allocation failure in anv_batch_emit_batch()
Iago Toral Quiroga
2017-03-16
1
-2
/
+7
*
anv: Rename clflush_range and state_clflush
Jason Ekstrand
2017-02-21
1
-1
/
+1
*
anv: Don't include two different pack headers
Kristian H. Kristensen
2016-11-29
1
-3
/
+5
*
intel/isl: Add some basic info about RENDER_SURFACE_STATE to isl_device
Jason Ekstrand
2016-11-16
1
-1
/
+3
*
anv: Do relocations in userspace before execbuf ioctl
Kristian Høgsberg Kristensen
2016-11-09
1
-8
/
+143
*
anv: Move relocation handling from EndCommandBuffer to QueueSubmit
Jason Ekstrand
2016-11-09
1
-45
/
+49
*
anv/batch: Move last_ss_pool_bo_offset to the command buffer
Jason Ekstrand
2016-11-09
1
-12
/
+21
*
anv: Add an anv_execbuf helper struct
Jason Ekstrand
2016-11-09
1
-34
/
+50
*
anv/batch_chain: Improve write_reloc
Jason Ekstrand
2016-11-09
1
-5
/
+22
*
anv: Don't presume to know what address is in a surface relocation
Jason Ekstrand
2016-11-09
1
-51
/
+15
*
anv: Add a cmd_buffer_execbuf helper
Jason Ekstrand
2016-11-09
1
-0
/
+8
*
anv: Document cmd_buffer_alloc_binding_table
Jason Ekstrand
2016-11-08
1
-0
/
+71
*
anv: move to using vk_alloc helpers.
Dave Airlie
2016-10-19
1
-20
/
+20
*
anv: port to using new u_vector shared helper.
Dave Airlie
2016-10-19
1
-20
/
+20
*
anv/cmd_buffer: Move state base address re-emit into ExecuteCommands
Jason Ekstrand
2016-10-17
1
-6
/
+0
*
anv/batch_chain: free pointers for error cases
Mark Janes
2016-05-18
1
-2
/
+2
*
anv: s/anv_batch_emit_blk/anv_batch_emit/
Jason Ekstrand
2016-04-20
1
-3
/
+3
*
anv/device: Use the new emit macro
Jason Ekstrand
2016-04-20
1
-8
/
+9
*
anv/batch_chain: Fall back to growing batches when chaining isn't available
Jason Ekstrand
2016-03-21
1
-2
/
+61
*
anv/allocator: Add a size field to bo_pool_alloc
Jason Ekstrand
2016-03-18
1
-2
/
+4
*
Move the intel vulkan driver to src/intel/vulkan
Jason Ekstrand
2016-02-18
1
-0
/
+1077