summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan
Commit message (Expand)AuthorAgeFilesLines
* anv: remove unused Linux-specific includeGreg V2019-08-101-1/+0
* anv: Emit a dummy MEDIA_VFE_STATE before switching from GPGPU to 3DJason Ekstrand2019-08-081-0/+19
* anv: Don't claim support for 24 and 48-bit formats on IVBJason Ekstrand2019-07-301-0/+8
* anv: Remove special allocation for anv_push_constantsCaio Marcelo de Oliveira Filho2019-07-303-79/+7
* anv: Disable transform feedback on gen7Jason Ekstrand2019-07-261-1/+1
* anv: report HOST_ALLOCATION as supported for imagesArcady Goldmints-Orlov2019-07-261-0/+4
* anv: fix use of comma operatorLionel Landwerlin2019-07-241-1/+1
* anv: fix alphaToCoverage when there is no color attachmentSamuel Iglesias Gonsálvez2019-07-181-10/+33
* anv: fix format mapping for depth/stencil formatsLionel Landwerlin2019-07-181-0/+3
* anv: report timestampComputeAndGraphics trueLionel Landwerlin2019-07-181-1/+1
* anv: Account for dynamic stencil write disables in the PMA fixJason Ekstrand2019-07-171-0/+2
* anv: Add android dependencies on android.Bas Nieuwenhuizen2019-07-161-0/+1
* anv: fix crash in vkCmdClearAttachments with unused attachmentLionel Landwerlin2019-07-161-3/+3
* anv: Fix pool allocator when first alloc needs to growCaio Marcelo de Oliveira Filho2019-07-153-3/+71
* anv: Set Stateless Data Port Access MOCSJason Ekstrand2019-07-151-0/+2
* anv: fix VkExternalBufferProperties for host allocationChia-I Wu2019-07-091-0/+10
* anv: fix VkExternalBufferProperties for unsupported handlesChia-I Wu2019-07-091-1/+7
* intel: fix wrong format usageJuan A. Suarez Romero2019-07-041-1/+1
* Revert "anv/icl: Add WA_2204188704 to disable pixel shader panic dispatch"Anuj Phogat2019-07-011-12/+0
* intel: Add and use helpers for level0 extentNanley Chery2019-06-281-6/+3
* anv/descriptor_set: Only write texture swizzles if we have an image viewJason Ekstrand2019-06-261-1/+1
* anv/cmd_buffer: Reuse gen8 Cmd{Set, Reset}Event on gen7Ville Syrjälä2019-06-253-140/+107
* anv: Add HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED in vk_formatNataraj Deshpande2019-06-253-3/+13
* anv: Fix vulkan build in meson.Bas Nieuwenhuizen2019-06-201-1/+7
* anv: Set STATE_BASE_ADDRESS upper bounds on gen7Jason Ekstrand2019-06-181-0/+17
* anv: do not parse genxml data without INTEL_DEBUG=batLionel Landwerlin2019-06-141-10/+13
* anv/cmd_buffer: Initalize the clear color struct for CNL+Nanley Chery2019-06-091-13/+7
* anv: Fix check for isl_fmt in assertNataraj Deshpande2019-06-061-1/+1
* anv: fix apply_pipeline_layout pass for arrays of YCbCr descriptorsLionel Landwerlin2019-05-281-2/+15
* anv: Do not emulate texture swizzle for INPUT_ATTACHMENT, STORAGE_IMAGEDanylo Piliaiev2019-05-272-6/+12
* vulkan: fix build dependency issue with generated filesLionel Landwerlin2019-05-231-14/+14
* anv: Only consider minSampleShading when sampleShadingEnable is setJason Ekstrand2019-05-211-2/+2
* anv: Stop forcing bindless for imagesJason Ekstrand2019-05-211-4/+5
* anv: Emulate texture swizzle in the shader when neededJason Ekstrand2019-05-214-2/+133
* anv: Fix some depth buffer sampling cases on ICL+Nanley Chery2019-05-211-1/+7
* anv: Fix limits when VK_EXT_descriptor_indexing is usedCaio Marcelo de Oliveira Filho2019-05-131-9/+14
* anv: Use corresponding type from the vector allocationLionel Landwerlin2019-05-102-10/+10
* anv: fix use after freeLionel Landwerlin2019-05-091-3/+3
* anv: rework queries writes to ensure ordering memory writesLionel Landwerlin2019-05-091-17/+84
* anv,i965: Stop warning about incomplete gen11 supportJason Ekstrand2019-05-031-4/+2
* anv: fix crash when application does not provide push constantsLionel Landwerlin2019-05-031-1/+1
* anv: Stop including POS in FS input limitsJason Ekstrand2019-05-021-1/+1
* anv: add support for VK_EXT_memory_budgetEric Engestrom2019-04-303-0/+92
* anv: enable descriptor indexing capabilitiesJuan A. Suarez Romero2019-04-301-0/+2
* delete autotools .gitignore filesEric Engestrom2019-04-292-13/+0
* Revert "anv: limit URB reconfigurations when using blorp"Lionel Landwerlin2019-04-293-11/+3
* anv: expose VK_EXT_queue_family_foreign on AndroidTapani Pälli2019-04-291-0/+1
* anv/descriptor_set: Don't fully destroy sets in pool destroy/resetJason Ekstrand2019-04-261-2/+3
* anv: Better handle 32-byte alignment of descriptor set buffersJason Ekstrand2019-04-261-3/+3
* anv/descriptor_set: Properly align descriptor buffer to a pageJason Ekstrand2019-04-241-1/+1