aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_private.h
Commit message (Expand)AuthorAgeFilesLines
* anv: Drop unneeded struct keywordsJason Ekstrand2020-01-031-4/+4
* anv: Use BO fences/semaphores for AcquireNextImageJason Ekstrand2019-12-061-4/+14
* anv: Add a fence_reset_reset_temporary helperJason Ekstrand2019-12-061-0/+3
* anv: Add allocator support for client-visible addressesJason Ekstrand2019-12-051-2/+16
* anv: Add an explicit_address parameter to anv_device_alloc_boJason Ekstrand2019-12-051-1/+5
* anv: Stop advertising two heaps just for the VF cache WAJason Ekstrand2019-12-051-4/+0
* anv: Set up VMA heaps independently from memory heapsJason Ekstrand2019-12-051-2/+1
* anv: Stop tracking VMA allocationsJason Ekstrand2019-12-051-2/+0
* anv: Use PIPE_CONTROL flushes to implement the gen8 VF cache WAJason Ekstrand2019-12-051-0/+26
* anv: Add a has_softpin booleanJason Ekstrand2019-12-051-1/+3
* anv: Drop bo_flags from anv_bo_poolJason Ekstrand2019-12-051-4/+1
* anv: Respect the always_flush_cache driconf optionJason Ekstrand2019-12-031-0/+2
* anv: Use an anv_state for the next binding tableJason Ekstrand2019-11-181-1/+1
* anv: More carefully dirty state in BindPipelineJason Ekstrand2019-11-181-1/+15
* anv: More carefully dirty state in BindDescriptorSetsJason Ekstrand2019-11-181-0/+3
* anv: Rework push constant handlingJason Ekstrand2019-11-181-8/+3
* anv: Re-arrange push constant data a bitJason Ekstrand2019-11-181-5/+18
* anv: Pre-compute push ranges for graphics pipelinesJason Ekstrand2019-11-181-0/+20
* anv: Flatten descriptor bindings in anv_nir_apply_pipeline_layoutJason Ekstrand2019-11-181-14/+20
* anv: Use mocs settings from isl_dev.Rafael Antognolli2019-11-121-55/+2
* anv: implement VK_KHR_timeline_semaphoreLionel Landwerlin2019-11-111-1/+49
* anv: Plumb timeline semaphore signal/wait values through from the APIJason Ekstrand2019-11-111-0/+2
* anv: prepare the driver for delayed submissionsLionel Landwerlin2019-11-111-3/+51
* anv: refcount semaphoresLionel Landwerlin2019-11-111-0/+2
* anv: prepare driver to report submission error through queuesLionel Landwerlin2019-11-111-8/+16
* anv: move queue init/finish to anv_queue.cLionel Landwerlin2019-11-111-0/+4
* anv: expose timeout helpers outside of anv_queue.cLionel Landwerlin2019-11-111-0/+5
* anv: implement VK_KHR_separate_depth_stencil_layoutsLionel Landwerlin2019-11-061-0/+7
* anv: Use a bitset for tracking residencyJason Ekstrand2019-10-311-2/+3
* anv: Drop anv_bo_init and anv_bo_init_newJason Ekstrand2019-10-311-18/+0
* anv: Allocate misc BOs from the cacheJason Ekstrand2019-10-311-3/+3
* anv: Allocate scratch BOs from the cacheJason Ekstrand2019-10-311-6/+1
* anv: Allocate batch and fence buffers from the cacheJason Ekstrand2019-10-311-6/+9
* anv: Allocate descriptor buffers from the BO cacheJason Ekstrand2019-10-311-1/+1
* anv: Allocate query pool BOs from the cacheJason Ekstrand2019-10-311-1/+1
* anv: Allocate block pool BOs from the cacheJason Ekstrand2019-10-311-2/+4
* anv: Choose BO flags internally in anv_block_poolJason Ekstrand2019-10-311-6/+3
* anv: Rework the internal BO allocation APIJason Ekstrand2019-10-311-19/+66
* anv: Handle state pool relocations using "wrapper" BOsJason Ekstrand2019-10-311-0/+30
* anv: Replace ANV_BO_EXTERNAL with anv_bo::is_externalJason Ekstrand2019-10-311-5/+6
* anv: Declare the bo in the anv_block_pool_foreach_bo loopJason Ekstrand2019-10-311-1/+1
* anv: Fix a relocation race conditionJason Ekstrand2019-10-311-1/+1
* anv: Use a util_sparse_array for the GEM handle -> BO mapJason Ekstrand2019-10-311-1/+2
* anv: Move refcount to anv_boJason Ekstrand2019-10-311-0/+3
* anv: Add Tile Cache Flush for Unified Cache.Rafael Antognolli2019-10-301-1/+3
* anv: Implement new way for setting streamout buffers.Plamena Manolova2019-10-291-0/+9
* anv: add a couple printflike() annotationsEric Engestrom2019-10-281-2/+4
* anv/private: Modify aux slice helpers for Gen12 CCSNanley Chery2019-10-281-3/+17
* anv: Properly allocate aux-tracking space for CCS_ENanley Chery2019-10-281-0/+2
* anv: Add support for depth bounds testing.Plamena Manolova2019-10-281-0/+1