aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan
Commit message (Expand)AuthorAgeFilesLines
...
* anv: Add allocator support for client-visible addressesJason Ekstrand2019-12-056-10/+107
* anv: Add an explicit_address parameter to anv_device_alloc_boJason Ekstrand2019-12-056-7/+26
* anv: Stop advertising two heaps just for the VF cache WAJason Ekstrand2019-12-052-67/+6
* anv: Set up VMA heaps independently from memory heapsJason Ekstrand2019-12-052-31/+16
* anv: Stop tracking VMA allocationsJason Ekstrand2019-12-052-13/+5
* anv: Disallow allocating above heap sizesJason Ekstrand2019-12-051-9/+27
* anv: Don't leak when set_tiling failsJason Ekstrand2019-12-051-3/+4
* anv: Use PIPE_CONTROL flushes to implement the gen8 VF cache WAJason Ekstrand2019-12-056-20/+245
* anv: Apply cache flushes after setting index/draw VBsJason Ekstrand2019-12-051-2/+35
* anv: Always invalidate the VF cache in BeginCommandBufferJason Ekstrand2019-12-051-2/+1
* blorp: Pass the VB size to the VF cache workaroundJason Ekstrand2019-12-051-0/+1
* anv: Add a has_softpin booleanJason Ekstrand2019-12-052-3/+6
* anv: Drop bo_flags from anv_bo_poolJason Ekstrand2019-12-053-14/+3
* anv: Fix error message format stringIan Romanick2019-12-041-5/+2
* anv: Use 3DSTATE_CONSTANT_ALL when possible.Rafael Antognolli2019-12-041-3/+90
* anv: Move code for emitting push constants into its own function.Rafael Antognolli2019-12-041-43/+57
* anv: Add get_push_range_address() helper.Rafael Antognolli2019-12-041-59/+70
* anv: Move gen8+ push constant packet workaround.Rafael Antognolli2019-12-042-21/+31
* anv: Respect the always_flush_cache driconf optionJason Ekstrand2019-12-033-0/+12
* anv: Set up SBE_SWIZ properly for gl_ViewportJason Ekstrand2019-12-031-2/+2
* anv: Push constants are relative to dynamic state on IVBJason Ekstrand2019-11-261-0/+17
* anv/entrypoints: Better handle promoted extensionsJason Ekstrand2019-11-261-9/+25
* nir: move data.image.access to data.accessMarek Olšák2019-11-191-2/+2
* anv: add missing "fall-through" annotationEric Engestrom2019-11-191-0/+1
* intel: Add workaround for stencil state.Rafael Antognolli2019-11-191-0/+14
* anv: Emit a NULL vertex for zero base_vertex/instanceJason Ekstrand2019-11-181-11/+16
* anv: Use an anv_state for the next binding tableJason Ekstrand2019-11-182-12/+15
* anv: More carefully dirty state in BindPipelineJason Ekstrand2019-11-187-25/+101
* anv: More carefully dirty state in BindDescriptorSetsJason Ekstrand2019-11-184-22/+51
* anv: Use a switch statement for binding table setupJason Ekstrand2019-11-181-117/+127
* anv: Rework push constant handlingJason Ekstrand2019-11-1810-227/+176
* anv: Re-arrange push constant data a bitJason Ekstrand2019-11-183-23/+46
* intel/compiler: Add a flag to avoid compacting push constantsJason Ekstrand2019-11-181-0/+1
* anv: Pre-compute push ranges for graphics pipelinesJason Ekstrand2019-11-187-64/+136
* anv: Stop bounds-checking pushed UBOsJason Ekstrand2019-11-181-28/+10
* anv: Delete dead shader constant pushing codeJason Ekstrand2019-11-182-13/+7
* anv: Flatten descriptor bindings in anv_nir_apply_pipeline_layoutJason Ekstrand2019-11-186-76/+54
* anv: Input attachments are always single-planeJason Ekstrand2019-11-181-2/+3
* anv/pipeline: Assume layout != NULLJason Ekstrand2019-11-181-21/+19
* anv: Initialize depth_bounds_test_enable when not explicitly setCaio Marcelo de Oliveira Filho2019-11-131-2/+1
* anv: Use mocs settings from isl_dev.Rafael Antognolli2019-11-126-74/+15
* anv: implement VK_KHR_timeline_semaphoreLionel Landwerlin2019-11-115-72/+734
* anv: Plumb timeline semaphore signal/wait values through from the APIJason Ekstrand2019-11-112-3/+22
* anv/wsi: signal the semaphore in the acquireNextImageLionel Landwerlin2019-11-111-4/+20
* anv: Lock around fetching sync file FDs from semaphoresJason Ekstrand2019-11-111-13/+26
* anv: prepare the driver for delayed submissionsLionel Landwerlin2019-11-114-376/+616
* anv: refcount semaphoresLionel Landwerlin2019-11-112-6/+26
* anv: prepare driver to report submission error through queuesLionel Landwerlin2019-11-115-24/+60
* anv: allow NULL batch parameter to anv_queue_submit_simple_batchLionel Landwerlin2019-11-112-19/+17
* anv: move queue init/finish to anv_queue.cLionel Landwerlin2019-11-113-22/+30