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_private.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv: Drop unneeded struct keywords
Jason Ekstrand
2020-01-03
1
-4
/
+4
*
anv: Use BO fences/semaphores for AcquireNextImage
Jason Ekstrand
2019-12-06
1
-4
/
+14
*
anv: Add a fence_reset_reset_temporary helper
Jason Ekstrand
2019-12-06
1
-0
/
+3
*
anv: Add allocator support for client-visible addresses
Jason Ekstrand
2019-12-05
1
-2
/
+16
*
anv: Add an explicit_address parameter to anv_device_alloc_bo
Jason Ekstrand
2019-12-05
1
-1
/
+5
*
anv: Stop advertising two heaps just for the VF cache WA
Jason Ekstrand
2019-12-05
1
-4
/
+0
*
anv: Set up VMA heaps independently from memory heaps
Jason Ekstrand
2019-12-05
1
-2
/
+1
*
anv: Stop tracking VMA allocations
Jason Ekstrand
2019-12-05
1
-2
/
+0
*
anv: Use PIPE_CONTROL flushes to implement the gen8 VF cache WA
Jason Ekstrand
2019-12-05
1
-0
/
+26
*
anv: Add a has_softpin boolean
Jason Ekstrand
2019-12-05
1
-1
/
+3
*
anv: Drop bo_flags from anv_bo_pool
Jason Ekstrand
2019-12-05
1
-4
/
+1
*
anv: Respect the always_flush_cache driconf option
Jason Ekstrand
2019-12-03
1
-0
/
+2
*
anv: Use an anv_state for the next binding table
Jason Ekstrand
2019-11-18
1
-1
/
+1
*
anv: More carefully dirty state in BindPipeline
Jason Ekstrand
2019-11-18
1
-1
/
+15
*
anv: More carefully dirty state in BindDescriptorSets
Jason Ekstrand
2019-11-18
1
-0
/
+3
*
anv: Rework push constant handling
Jason Ekstrand
2019-11-18
1
-8
/
+3
*
anv: Re-arrange push constant data a bit
Jason Ekstrand
2019-11-18
1
-5
/
+18
*
anv: Pre-compute push ranges for graphics pipelines
Jason Ekstrand
2019-11-18
1
-0
/
+20
*
anv: Flatten descriptor bindings in anv_nir_apply_pipeline_layout
Jason Ekstrand
2019-11-18
1
-14
/
+20
*
anv: Use mocs settings from isl_dev.
Rafael Antognolli
2019-11-12
1
-55
/
+2
*
anv: implement VK_KHR_timeline_semaphore
Lionel Landwerlin
2019-11-11
1
-1
/
+49
*
anv: Plumb timeline semaphore signal/wait values through from the API
Jason Ekstrand
2019-11-11
1
-0
/
+2
*
anv: prepare the driver for delayed submissions
Lionel Landwerlin
2019-11-11
1
-3
/
+51
*
anv: refcount semaphores
Lionel Landwerlin
2019-11-11
1
-0
/
+2
*
anv: prepare driver to report submission error through queues
Lionel Landwerlin
2019-11-11
1
-8
/
+16
*
anv: move queue init/finish to anv_queue.c
Lionel Landwerlin
2019-11-11
1
-0
/
+4
*
anv: expose timeout helpers outside of anv_queue.c
Lionel Landwerlin
2019-11-11
1
-0
/
+5
*
anv: implement VK_KHR_separate_depth_stencil_layouts
Lionel Landwerlin
2019-11-06
1
-0
/
+7
*
anv: Use a bitset for tracking residency
Jason Ekstrand
2019-10-31
1
-2
/
+3
*
anv: Drop anv_bo_init and anv_bo_init_new
Jason Ekstrand
2019-10-31
1
-18
/
+0
*
anv: Allocate misc BOs from the cache
Jason Ekstrand
2019-10-31
1
-3
/
+3
*
anv: Allocate scratch BOs from the cache
Jason Ekstrand
2019-10-31
1
-6
/
+1
*
anv: Allocate batch and fence buffers from the cache
Jason Ekstrand
2019-10-31
1
-6
/
+9
*
anv: Allocate descriptor buffers from the BO cache
Jason Ekstrand
2019-10-31
1
-1
/
+1
*
anv: Allocate query pool BOs from the cache
Jason Ekstrand
2019-10-31
1
-1
/
+1
*
anv: Allocate block pool BOs from the cache
Jason Ekstrand
2019-10-31
1
-2
/
+4
*
anv: Choose BO flags internally in anv_block_pool
Jason Ekstrand
2019-10-31
1
-6
/
+3
*
anv: Rework the internal BO allocation API
Jason Ekstrand
2019-10-31
1
-19
/
+66
*
anv: Handle state pool relocations using "wrapper" BOs
Jason Ekstrand
2019-10-31
1
-0
/
+30
*
anv: Replace ANV_BO_EXTERNAL with anv_bo::is_external
Jason Ekstrand
2019-10-31
1
-5
/
+6
*
anv: Declare the bo in the anv_block_pool_foreach_bo loop
Jason Ekstrand
2019-10-31
1
-1
/
+1
*
anv: Fix a relocation race condition
Jason Ekstrand
2019-10-31
1
-1
/
+1
*
anv: Use a util_sparse_array for the GEM handle -> BO map
Jason Ekstrand
2019-10-31
1
-1
/
+2
*
anv: Move refcount to anv_bo
Jason Ekstrand
2019-10-31
1
-0
/
+3
*
anv: Add Tile Cache Flush for Unified Cache.
Rafael Antognolli
2019-10-30
1
-1
/
+3
*
anv: Implement new way for setting streamout buffers.
Plamena Manolova
2019-10-29
1
-0
/
+9
*
anv: add a couple printflike() annotations
Eric Engestrom
2019-10-28
1
-2
/
+4
*
anv/private: Modify aux slice helpers for Gen12 CCS
Nanley Chery
2019-10-28
1
-3
/
+17
*
anv: Properly allocate aux-tracking space for CCS_E
Nanley Chery
2019-10-28
1
-0
/
+2
*
anv: Add support for depth bounds testing.
Plamena Manolova
2019-10-28
1
-0
/
+1
[next]