summaryrefslogtreecommitdiff
path: root/src/intel/vulkan
AgeCommit message (Expand)AuthorFilesLines
2020-12-15anv: Add DRM_RDWR flag in anv_gem_handle_to_fdRobin Ole Heinemann1-1/+1
2020-12-10anv: fix calculation of buffer size in case dynamic size is usedTapani Pälli1-4/+15
2020-12-02anv: Avoid a couple of warnings related to vk_error macrosCaio Marcelo de Oliveira Filho1-3/+9
2020-12-01intel/anv: Build gen 12.5Jordan Justen6-5/+25
2020-12-01vulkan/util: Consolidate typed_memcpyJames Park1-5/+0
2020-11-26anv: fix descriptor pool leak in VMA objectLionel Landwerlin1-1/+3
2020-11-17Revert "anv/image: Define anv_image_get_aux_addr (v3)"Jason Ekstrand4-25/+10
2020-11-17anv/image: Define anv_image_get_aux_addr (v3)Chad Versace4-10/+25
2020-11-17anv/image: Check surface offsets after adding each surfaceChad Versace1-1/+2
2020-11-17anv/image: Rewrite check_surfaces() [v2]Chad Versace2-19/+27
2020-11-17anv/image: Further split add_*_surface funcs (v2)Chad Versace1-70/+97
2020-11-17anv/image: Define add_all_surfaces()Chad Versace1-14/+30
2020-11-17anv/image: Add more asserts to choose_isl_tiling_flagsChad Versace1-2/+6
2020-11-17anv/image: Move some DRM code in anv_get_image_format_properties()Chad Versace1-22/+22
2020-11-17anv/image: Emit error message for non-2D DRM imagesChad Versace1-2/+10
2020-11-17anv/image: Drop redundant rejection of YCbCr formats with modifiersChad Versace1-5/+0
2020-11-17anv/image: Respect VkImageFormatListCreateInfo for VkImageFormatProperties (v2)Chad Versace1-12/+24
2020-11-17anv/image: Fail earlier in anv_get_image_format_propertiesChad Versace1-0/+2
2020-11-17anv/image: Minor refactor of VkImageFormatProperties::sampleCountsChad Versace1-2/+4
2020-11-17anv/image: Rename get_wsi_format_modifier_properties_list()Chad Versace1-2/+2
2020-11-17anv/image: Fix VkExternalMemoryProperties for images (v5)Chad Versace1-7/+115
2020-11-17anv/image: Delete the list of modifier-compatible formatsChad Versace1-6/+0
2020-11-17anv/image: Refactor iteration over modifiersChad Versace1-14/+1
2020-11-17anv/image: Fill drmFormatModifierTilingFeatures (v2)Chad Versace1-12/+18
2020-11-17anv/image: Teach anv_get_image_format_features() about modifiers (v3)Chad Versace3-27/+132
2020-11-17anv/image: Use isl_drm_modifier_get_score()Chad Versace2-18/+5
2020-11-17anv/image: Fix isl_surf_usage_flags for stencil imagesChad Versace1-4/+4
2020-11-17anv/image: Check DISJOINT in vkGetPhysicalDeviceImageFormatProperties2 (v2)Chad Versace1-0/+25
2020-11-12anv: fix a build race between generating a header and using itAlexander Kanavin1-0/+1
2020-11-09intel: Pointer to SCISSOR_RECT array should be 64B aligned20.3-branchpointAnuj Phogat1-1/+9
2020-11-05anv: restrict number of subgroups per groupIván Briano1-1/+2
2020-11-05anv: remove dead code from anv_create_cmd_bufferMarcin Ślusarz1-8/+1
2020-11-03nir: Add and use some deref mode helpersJason Ekstrand1-1/+1
2020-11-03nir/builder: Add a nir_ieq_imm helperJason Ekstrand1-1/+1
2020-11-02anv: always annotate memory returned from anv_gem_mmapMarcin Ślusarz1-5/+9
2020-10-27anv: Drop warning about gen12 not being supportedJordan Justen1-4/+2
2020-10-25anv: report latest extension spec versionsLionel Landwerlin1-13/+13
2020-10-22anv: Enable stencil buffer compression on Gen12+Sagar Ghuge1-0/+10
2020-10-22anv: Pass correct stencil aux usage during MSAA resolveSagar Ghuge1-1/+4
2020-10-22anv: Return optimal aux state for stencil buffer compressionSagar Ghuge1-3/+5
2020-10-22anv: Don't track clear bo for stencil buffer compressionSagar Ghuge1-1/+1
2020-10-22anv: Get aux usage from plane while clearing stencil bufferSagar Ghuge1-1/+3
2020-10-22anv: Set stencil_aux_usage flagSagar Ghuge1-0/+1
2020-10-22anv: Handle compressed stencil buffer transition on Gen12+Sagar Ghuge1-5/+57
2020-10-22anv: Return number of layers/levels attached to anv_imageSagar Ghuge1-15/+3
2020-10-22anv: fix source/destination layers for 3D blitsLionel Landwerlin1-5/+10
2020-10-20anv,iris: Use the data cache for UBO pulls on Gen12+Jason Ekstrand1-1/+1
2020-10-19anv: Advertise VK_KHR_shader_terminate_invocationCaio Marcelo de Oliveira Filho2-0/+8
2020-10-19isl, anv, iris: Add a centralized helper to select MOCS based on usageKenneth Graunke11-49/+89
2020-10-19anv: Set only one ISL usage bit (RT/texture) for CopyBuffer sourcesKenneth Graunke1-6/+7