aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_private.h
Commit message (Expand)AuthorAgeFilesLines
* anv/block_pool: Ensure allocations have contiguous mapsJason Ekstrand2020-01-291-1/+2
* anv: Rework CCS memory handling on TGL-LPJason Ekstrand2020-01-251-7/+38
* anv: Make anv_vma_alloc/free a lot dumberJason Ekstrand2020-01-251-3/+6
* anv: Make AUX table invalidate a PIPE_* bitJason Ekstrand2020-01-251-1/+8
* anv: Add another align_down helperJason Ekstrand2020-01-251-2/+8
* anv: Replace aux_surface.isl.size_B checks with aux_usage checksJason Ekstrand2020-01-241-7/+5
* anv: Rework the meaning of anv_image::planes[]::aux_usageJason Ekstrand2020-01-241-5/+3
* anv: Add a usage parameter to anv_layout_to_aux_usageJason Ekstrand2020-01-241-0/+1
* anv: Add a layout_to_aux_state helperJason Ekstrand2020-01-241-0/+6
* anv: Allow enumerating multiple physical devicesJason Ekstrand2020-01-201-2/+5
* anv: Drop separate chipset_id fieldsJason Ekstrand2020-01-201-2/+0
* anv: Move the physical device dispatch table to anv_instanceJason Ekstrand2020-01-201-1/+1
* anv: Drop the instance pointer from anv_deviceJason Ekstrand2020-01-201-1/+0
* anv: Take a device in anv_perf_warnJason Ekstrand2020-01-201-1/+1
* anv: Take an anv_device in vk_errorfJason Ekstrand2020-01-201-5/+12
* anv: Add an anv_physical_device field to anv_deviceJason Ekstrand2020-01-201-2/+3
* anv: Support modifiers in GetImageFormatProperties2Jason Ekstrand2020-01-171-0/+6
* 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