aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan
Commit message (Expand)AuthorAgeFilesLines
* anv: set depth stall enabled when depth flush enabled on gen12Tapani Pälli2020-01-162-0/+19
* anv: implement another workaround for non pipelined statesLionel Landwerlin2020-01-161-0/+12
* anv: Enable Vulkan 1.2 supportIván Briano2020-01-157-19/+20
* anv: Implement the new core version property queriesJason Ekstrand2020-01-151-152/+261
* anv: Implement the new core version feature queriesJason Ekstrand2020-01-151-56/+156
* anv: Bump the patch version to 131Jason Ekstrand2020-01-151-1/+1
* anv: fix pipeline switch back for non pipelined statesLionel Landwerlin2020-01-151-13/+8
* vulkan/wsi: Add a driconf option to force WSI to advertise BGRA8_UNORM firstJason Ekstrand2020-01-141-0/+1
* anv: only use VkSamplerCreateInfo::compareOp if enabledLionel Landwerlin2020-01-141-1/+3
* anv: Implement Gen12 workaround for non pipelined stateLionel Landwerlin2020-01-141-0/+27
* anv: Memset array propertiesJason Ekstrand2020-01-131-0/+5
* anv: Don't over-advertise descriptor indexing featuresJason Ekstrand2020-01-131-15/+17
* anv: set stencil layout for input attachmentsLionel Landwerlin2020-01-131-6/+14
* anv: Drop an unused variableJason Ekstrand2020-01-131-1/+0
* anv: Re-use flush_descriptor_sets in flush_compute_stateJason Ekstrand2020-01-091-65/+25
* anv: Flag descriptors dirty when gl_NumWorkgroups is usedJason Ekstrand2020-01-091-1/+8
* anv: Don't add dynamic state base address to push constants on Gen7Jason Ekstrand2020-01-091-14/+20
* anv: fix intel perf queries availability writesLionel Landwerlin2020-01-091-14/+5
* anv: don't close invalid syncfd semaphoreLionel Landwerlin2020-01-081-1/+2
* anv: Only enable EWA LOD algorithm when doing anisotropic filtering.Kenneth Graunke2020-01-041-1/+2
* anv: Allow HiZ in TRANSFER_SRC_OPTIMAL on Gen8-9Jason Ekstrand2020-01-042-11/+18
* anv: Ignore some CreateInfo structs when rasterization is disabledCaio Marcelo de Oliveira Filho2020-01-032-18/+38
* anv: Drop unused function parameterCaio Marcelo de Oliveira Filho2020-01-031-3/+2
* anv: Drop unneeded struct keywordsJason Ekstrand2020-01-0310-18/+18
* intel: Drop Gen11 WaBTPPrefetchDisable workaroundKenneth Graunke2020-01-031-17/+7
* anv: Properly advertise sampledImageIntegerSampleCountsJason Ekstrand2019-12-241-1/+1
* anv/gen12: Temporarily disable VK_KHR_buffer_device_address (and EXT)Caio Marcelo de Oliveira Filho2019-12-171-2/+4
* anv: Export VK_KHR_buffer_device_address only when really supportedIván Briano2019-12-161-1/+1
* anv: Export filter_minmax support only when it's really supportedIván Briano2019-12-161-1/+1
* anv: drop unused parameter from apply layout passLionel Landwerlin2019-12-163-4/+1
* anv: constify pipeline layout in nir passesLionel Landwerlin2019-12-163-10/+10
* anv: drop unused #includeEric Engestrom2019-12-131-1/+0
* anv: fix assumptions about temporary fence payloadLionel Landwerlin2019-12-121-9/+14
* anv: fix fence underlying primitive checksLionel Landwerlin2019-12-121-3/+13
* anv: Bump the advertised patch version to 129Jason Ekstrand2019-12-111-1/+1
* anv: Unconditionally advertise Vulkan 1.1Jason Ekstrand2019-12-111-4/+1
* anv: Flush the queue on DeviceWaitIdleJason Ekstrand2019-12-111-3/+16
* anv: Enable Gen11 Color/Z write merging optimizationKenneth Graunke2019-12-101-0/+12
* ANV: Stop advertising smoothLines support on gen10+Jason Ekstrand2019-12-101-1/+9
* anv: fix incorrect VMA alignment for CCS main surfacesLionel Landwerlin2019-12-101-3/+14
* anv: fix missing gen12 handlingLionel Landwerlin2019-12-101-0/+3
* anv: Re-emit all compute state on pipeline switchJason Ekstrand2019-12-071-0/+7
* anv: Re-capture all batch and state buffersJason Ekstrand2019-12-071-6/+3
* anv: Return VK_ERROR_OUT_OF_DEVICE_MEMORY for too-large buffersJason Ekstrand2019-12-061-0/+9
* anv: Use BO fences/semaphores for AcquireNextImageJason Ekstrand2019-12-063-41/+86
* anv: Add a fence_reset_reset_temporary helperJason Ekstrand2019-12-062-2/+14
* anv: Use submit-time implicit sync instead of allocate-timeJason Ekstrand2019-12-062-15/+18
* anv: Always add in EXEC_OBJECT_WRITE when specified in extra_flagsJason Ekstrand2019-12-061-0/+5
* anv: Implement VK_KHR_buffer_device_addressJason Ekstrand2019-12-052-7/+53
* anv: Use a pNext loop in AllocateMemoryJason Ekstrand2019-12-051-25/+45