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: Always add in EXEC_OBJECT_WRITE when specified in extra_flags
Jason Ekstrand
2019-12-06
1
-0
/
+5
*
anv: Fix error message format string
Ian Romanick
2019-12-04
1
-5
/
+2
*
anv: Use an anv_state for the next binding table
Jason Ekstrand
2019-11-18
1
-11
/
+14
*
anv: implement VK_KHR_timeline_semaphore
Lionel Landwerlin
2019-11-11
1
-30
/
+26
*
anv: prepare the driver for delayed submissions
Lionel Landwerlin
2019-11-11
1
-235
/
+92
*
anv: prepare driver to report submission error through queues
Lionel Landwerlin
2019-11-11
1
-2
/
+3
*
anv: detach batch emission allocation from device
Lionel Landwerlin
2019-11-11
1
-56
/
+40
*
anv: remove list items on batch fini
Lionel Landwerlin
2019-11-11
1
-1
/
+4
*
anv: invalidate file descriptor of semaphore sync fd at vkQueueSubmit
Lionel Landwerlin
2019-11-11
1
-2
/
+4
*
anv: Use a bitset for tracking residency
Jason Ekstrand
2019-10-31
1
-77
/
+84
*
anv: Add a device parameter to anv_execbuf_add_bo
Jason Ekstrand
2019-10-31
1
-19
/
+32
*
anv: Allocate misc BOs from the cache
Jason Ekstrand
2019-10-31
1
-1
/
+1
*
anv: Allocate batch and fence buffers from the cache
Jason Ekstrand
2019-10-31
1
-49
/
+48
*
anv: Handle state pool relocations using "wrapper" BOs
Jason Ekstrand
2019-10-31
1
-5
/
+14
*
anv: Replace ANV_BO_EXTERNAL with anv_bo::is_external
Jason Ekstrand
2019-10-31
1
-1
/
+1
*
anv: Declare the bo in the anv_block_pool_foreach_bo loop
Jason Ekstrand
2019-10-31
1
-1
/
+0
*
anv: Stop storing the GEM handle in anv_reloc_list_add
Jason Ekstrand
2019-10-31
1
-1
/
+1
*
anv: Fix a relocation race condition
Jason Ekstrand
2019-10-31
1
-4
/
+13
*
anv: Reduce the minimum number of relocations
Jason Ekstrand
2019-10-29
1
-1
/
+1
*
anv: Delay allocation of relocation lists
Jason Ekstrand
2019-10-29
1
-67
/
+71
*
anv: Fix output of INTEL_DEBUG=bat for chained batches
Caio Marcelo de Oliveira Filho
2019-10-28
1
-1
/
+1
*
util: rename list_empty() to list_is_empty()
Timothy Arceri
2019-10-28
1
-2
/
+2
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
1
-1
/
+1
*
intel: drop incorrect MAYBE_UNUSED
Eric Engestrom
2019-07-31
1
-1
/
+1
*
anv: only resort to sync fds internally with no syncobj support
Lionel Landwerlin
2019-06-20
1
-0
/
+8
*
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
[next]