index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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
*
util: use C99 declaration in the for-loop set_foreach() macro
Eric Engestrom
2018-10-25
1
-3
/
+0
*
anv/batch_chain: Don't start a new BO just for BATCH_BUFFER_START
Jason Ekstrand
2018-10-03
1
-0
/
+9
*
anv: Use separate MOCS settings for external BOs
Jason Ekstrand
2018-10-03
1
-1
/
+1
*
intel: decoder: unify MI_BB_START field naming
Lionel Landwerlin
2018-08-24
1
-1
/
+1
*
anv: Don't even bother processing relocs if we have softpin
Jason Ekstrand
2018-06-01
1
-3
/
+15
*
anv: Refactor reloc handling in execbuf_add_bo
Jason Ekstrand
2018-06-01
1
-36
/
+42
*
anv: Soft-pin batch buffers
Scott D Phillips
2018-06-01
1
-6
/
+15
*
anv/batch_chain: Simplify secondary batch return chaining
Jason Ekstrand
2018-06-01
1
-40
/
+36
*
anv/batch_chain: Call batch_bo_finish at the end of end_batch_buffer
Jason Ekstrand
2018-06-01
1
-6
/
+6
*
anv: For pinned BOs, skip relocations, but track bo usage
Scott D Phillips
2018-06-01
1
-0
/
+63
*
anv: Use a separate pool for binding tables when soft pinning
Scott D Phillips
2018-06-01
1
-10
/
+16
*
anv/blorp: Write relocated values into surface states
Scott D Phillips
2018-05-31
1
-16
/
+0
*
anv: move canonical_address calculation into a separate function
Scott D Phillips
2018-05-27
1
-11
/
+1
*
Get rid of a bunch of KHR suffixes
Jason Ekstrand
2018-03-07
1
-1
/
+1
*
anv: Drop I915_EXEC_CONSTANTS_REL_GENERAL from execbuf.
Kenneth Graunke
2018-02-12
1
-2
/
+1
*
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
[next]