aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan
Commit message (Expand)AuthorAgeFilesLines
* anv: use initialization routine for gen_device_infoMark Janes2019-08-011-15/+7
* intel/common: provide common ioctl routineMark Janes2019-08-011-50/+39
* intel: add a couple of ASSERTEDEric Engestrom2019-07-311-1/+1
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-314-7/+7
* anv: drop MAYBE_UNUSED varEric Engestrom2019-07-311-4/+1
* intel: replace MAYBE_UNUSED with UNUSEDEric Engestrom2019-07-311-1/+1
* intel: drop incorrect MAYBE_UNUSEDEric Engestrom2019-07-313-4/+4
* intel: Use a system value for gl_FragCoordJason Ekstrand2019-07-291-1/+2
* anv: implement VK_EXT_index_type_uint8Lionel Landwerlin2019-07-294-22/+66
* anv: Don't claim support for 24 and 48-bit formats on IVBJason Ekstrand2019-07-291-0/+8
* anv+tu+radv: delete unusable dev_icd.jsonEric Engestrom2019-07-261-13/+0
* anv: Disable transform feedback on gen7Jason Ekstrand2019-07-251-1/+1
* anv: Disable subgroup arithmetic on gen7Jason Ekstrand2019-07-251-3/+10
* anv: report HOST_ALLOCATION as supported for imagesArcady Goldmints-Orlov2019-07-251-0/+4
* anv: Implement VK_EXT_subgroup_size_controlJason Ekstrand2019-07-243-2/+46
* anv/pipeline: Plumb pipeline shader stage create flagsJason Ekstrand2019-07-241-12/+21
* intel/compiler: Be more conservative about subgroup sizes in GLJason Ekstrand2019-07-241-0/+2
* anv: Implement VK_KHR_imageless_framebufferSagar Ghuge2019-07-236-34/+68
* anv: fix use of comma operatorLionel Landwerlin2019-07-231-1/+1
* util: use standard name for snprintf()Eric Engestrom2019-07-191-4/+4
* anv: fix format mapping for depth/stencil formatsLionel Landwerlin2019-07-181-0/+3
* anv: report timestampComputeAndGraphics trueLionel Landwerlin2019-07-171-1/+1
* anv: Increase state allocation size limit to 2MBCaio Marcelo de Oliveira Filho2019-07-161-1/+1
* anv: Account for dynamic stencil write disables in the PMA fixJason Ekstrand2019-07-161-0/+2
* anv: Add android dependencies on android.Bas Nieuwenhuizen2019-07-151-0/+1
* anv: fix crash in vkCmdClearAttachments with unused attachmentLionel Landwerlin2019-07-151-3/+3
* anv: Fix pool allocator when first alloc needs to growCaio Marcelo de Oliveira Filho2019-07-123-3/+71
* anv: Properly compute image usage in CreateImageViewJason Ekstrand2019-07-121-2/+9
* intel/compiler: Add a "base class" for program keysJason Ekstrand2019-07-101-6/+13
* anv: Make the workaround BO a whole pageJason Ekstrand2019-07-101-1/+1
* anv: Set Stateless Data Port Access MOCSJason Ekstrand2019-07-101-0/+2
* anv: Set maxComputeSharedMemorySize to 64kCaio Marcelo de Oliveira Filho2019-07-081-1/+1
* anv: disable repacking for compression for applicable genDongwon Kim2019-07-081-0/+18
* anv: Advertise VK_EXT_shader_demote_to_helper_invocationCaio Marcelo de Oliveira Filho2019-07-083-0/+8
* radv: Make FragCoord a sysvalConnor Abbott2019-07-081-1/+1
* anv,nir: Move lower_input_attachments pass from ANV to NIR.Daniel Schürmann2019-07-084-148/+1
* anv: fix VkExternalBufferProperties for host allocationChia-I Wu2019-07-071-0/+10
* anv: fix VkExternalBufferProperties for unsupported handlesChia-I Wu2019-07-071-1/+7
* anv: manually add KHR_display to the list of platformsLionel Landwerlin2019-07-071-0/+2
* intel: fix wrong format usageJuan A. Suarez Romero2019-07-031-1/+1
* anv: Advertise a more accurate minTexelBufferOffsetAlignmentJason Ekstrand2019-07-021-1/+4
* anv: Implement VK_EXT_texel_buffer_alignmentJason Ekstrand2019-07-022-0/+38
* anv: fix indentationEric Engestrom2019-06-291-15/+14
* anv: fix typoEric Engestrom2019-06-291-1/+1
* anv: replace hard-coded platform list with vk.xml parseEric Engestrom2019-06-291-5/+11
* Revert "anv/icl: Add WA_2204188704 to disable pixel shader panic dispatch"Anuj Phogat2019-06-281-12/+0
* intel: Add and use helpers for level0 extentNanley Chery2019-06-271-6/+3
* anv/descriptor_set: Only write texture swizzles if we have an image viewJason Ekstrand2019-06-251-1/+1
* anv: Add HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED in vk_formatNataraj Deshpande2019-06-243-3/+13
* anv: Implement "pop-free" clippingJason Ekstrand2019-06-212-4/+86