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
*
anv: Make all VkDeviceMemory BOs resident permanently
Jason Ekstrand
2019-04-19
1
-12
/
+7
*
intel/decoders: handle decoding MI_BBS from ring
Lionel Landwerlin
2019-03-07
1
-1
/
+1
*
anv: add support for INTEL_DEBUG=bat
Lionel Landwerlin
2019-03-02
1
-2
/
+12
*
Revert "anv: add support for INTEL_DEBUG=bat"
Lionel Landwerlin
2019-02-24
1
-49
/
+0
*
anv: add support for INTEL_DEBUG=bat
Lionel Landwerlin
2019-02-23
1
-0
/
+49
*
anv: Implement VK_EXT_buffer_device_address
Jason Ekstrand
2019-02-01
1
-0
/
+14
*
anv: Validate the list of BOs from the block pool.
Rafael Antognolli
2019-01-17
1
-5
/
+49
*
anv: Split code to add BO dependencies to execbuf.
Rafael Antognolli
2019-01-17
1
-23
/
+39
*
anv: Update usage of block_pool->bo.
Rafael Antognolli
2019-01-17
1
-4
/
+4
*
anv/allocator: Add getter for anv_block_pool.
Rafael Antognolli
2019-01-17
1
-2
/
+2
*
src/intel: use new hash table and set creation helpers
Caio Marcelo de Oliveira Filho
2019-01-14
1
-2
/
+1
*
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
[next]