summaryrefslogtreecommitdiff
path: root/src/vulkan
AgeCommit message (Expand)AuthorFilesLines
2024-08-29vulkan/pipeline: Handle VIEW_INDEX_FROM_DEVICE_INDEX_BITFaith Ekstrand1-0/+13
2024-08-20vulkan/runtime: fix GetBufferMemoryRequirements2 for maintenance4Lionel Landwerlin1-1/+6
2024-08-16vulkan: Add null descriptor bits to vk_pipeline_robustness_stateFaith Ekstrand3-0/+15
2024-08-14wsi/x11: Bump maximum number of outstanding COMPLETE events.Hans-Kristian Arntzen1-3/+5
2024-08-14vulkan/wsi: Refactor can_present_on_deviceValentine Burley5-8/+27
2024-08-06vulkan/runtime: allow null/empty debug namesLionel Landwerlin1-4/+6
2024-08-04wsi/common: Do not update present mode with MESA_VK_WSI_PRESENT_MODE.Hans-Kristian Arntzen1-2/+7
2024-07-19format: Generate endian-independent format aliasesDaniel Stone1-1/+1
2024-07-17vulkan/wsi: Update sw x11 wsi to only copy damage regionsLucas Fryzek1-4/+26
2024-07-16vulkan/runtime: add spirv_info_h to vulkan_lite_runtime_header_gen_depsC Stout1-0/+1
2024-07-15vulkan/util: add missing dependenciesC Stout1-0/+15
2024-07-10wsi: fix compilation on macOSAleksi Sapon1-1/+1
2024-07-08vulkan: Use u_cnd_monotonic for vk_sync_timelineFaith Ekstrand2-36/+12
2024-07-08vulkan/wsi: Delete wsi_init_pthread_cond_monotonicFaith Ekstrand3-31/+1
2024-07-08vulkan/wsi/queue: Use mtx_t and u_cnd_monotonicFaith Ekstrand1-47/+21
2024-07-08vulkan/wsi/display: Use mtx_t and u_cnd_monotonicFaith Ekstrand1-64/+67
2024-07-08vulkan/wsi/x11: Use mtx_t and u_cnd_monotonicFaith Ekstrand1-63/+64
2024-07-08vulkan/wsi/x11: Use c11/threads for thread spawningFaith Ekstrand1-15/+15
2024-07-08vulkan/wsi/wayland: Use mtx_t and u_cnd_monotonicFaith Ekstrand1-26/+26
2024-07-08vk_cmd_queue_gen: Exclude CmdDispatchGraphAMDXTatsuyuki Ishi1-0/+5
2024-07-05vk_entrypoints_gen: Apply hidden visibility to generated symbolsTatsuyuki Ishi1-3/+14
2024-07-05vk_entrypoints_gen: Rework ATTR_WEAK to unify Unix and MinGWTatsuyuki Ishi1-9/+21
2024-07-05vk_entrypoints_gen: Add missing ATTR_WEAK for instance and physdev entrypointsTatsuyuki Ishi1-2/+2
2024-07-03vulkan/meta: Use demote instead of discardFaith Ekstrand1-2/+2
2024-07-02vulkan/properties: handle LayeredApiPropertiesListKHRIván Briano1-0/+15
2024-07-02vulkan: Update XML and headers to 1.3.289Samuel Pitoiset1-62/+180
2024-06-29build: pass licensing information in SPDX formDavid Heidelberg6-108/+6
2024-06-28vulkan: Add vk_expand_(dst|src)_access_flags2Konstantin Seurer2-13/+35
2024-06-28vulkan: Handle group stages in vk_.*_access2_for_pipeline_stage_flags2Konstantin Seurer1-5/+22
2024-06-27vulkan: properly ignore unsupported feature structsYiwei Zhang2-4/+41
2024-06-26vulkan/runtime: implementaiton -> implementationErik Faye-Lund3-6/+6
2024-06-26vulkan/runtime: multiesample -> multisampleErik Faye-Lund1-1/+1
2024-06-26vulkan/runtime: abreviation -> abbreviationErik Faye-Lund1-1/+1
2024-06-26vulkan/runtime: initizlie -> initializeErik Faye-Lund1-3/+3
2024-06-26vulkan/runtime: tne -> theErik Faye-Lund1-1/+1
2024-06-21vulkan: do not access member of a NULL structureJuan A. Suarez Romero1-4/+6
2024-06-21treewide: use nir_def_replace sometimesAlyssa Rosenzweig1-2/+1
2024-06-20vulkan: handle enqueueing CmdPushDescriptorSet2KHRAlyssa Rosenzweig2-3/+134
2024-06-20vulkan: handle enqueueing CmdPushConstants2KHRAlyssa Rosenzweig2-1/+29
2024-06-20vulkan: fix potential UAF with vk_cmd_enqueue_CmdPushDescriptorSetKHRAlyssa Rosenzweig1-2/+14
2024-06-20vulkan: handle push DUT with emulated secondariesAlyssa Rosenzweig2-2/+243
2024-06-20vulkan: reference count vk_descriptor_update_templateAlyssa Rosenzweig2-3/+39
2024-06-19wsi/wayland: Use different queue names for different queriesDerek Foreman1-8/+8
2024-06-17treewide: use nir_metadata_control_flowAlyssa Rosenzweig1-2/+1
2024-06-17wsi: Call drmSyncobjQuery only once for all imagesMichel Dänzer1-27/+50
2024-06-14wsi: Make sure to return a valid wayland id stringCorentin Noël1-3/+5
2024-06-13vulkan/runtime: pColorAttachmentInputIndices is allowed to be NULLIván Briano1-6/+17
2024-06-07vulkan: Update XML and headers to 1.3.287Mike Blumenkrantz1-4/+4
2024-06-04vulkan: Update XML and headers to 1.3.286Faith Ekstrand1-18/+65
2024-05-30vulkan/android: Fix YcbcrRange for !mapper4Rob Clark1-0/+1