summaryrefslogtreecommitdiff
path: root/src/vulkan
AgeCommit message (Expand)AuthorFilesLines
2023-12-17vulkan/wsi/wayland: ensure drm modifiers stored in chain are immutableYiwei Zhang1-1/+12
2023-12-17vulkan: Fix dynamic graphics state enum usageGeorge Ouzounoudis1-1/+1
2023-12-17vulkan/wsi: fix build when platform headers are installed in non-standard loc...Eric Engestrom1-0/+1
2023-11-15vulkan: Don't use set_foreach_remove when destroying pipeline cachesFriedrich Vock1-1/+1
2023-11-13vulkan: use instance allocator for `object_name` in some objectsantonino6-9/+51
2023-11-10vulkan: fix potential memory leak in create_rect_list_pipeline()Paulo Zanoni1-0/+1
2023-10-25util/vl: Fix vl_rbsp parser with bitstreams without emulation bytesDavid Rosca1-1/+1
2023-10-16vulkan/wsi: Allow for larger linear imagesFaith Ekstrand2-6/+7
2023-10-16vulkan/wsi/wayland: Fix detection of tearing control protocolHannes Mann1-1/+1
2023-10-12vulkan: Add `vk_subpass_dependency_is_fb_local()` helperKarmjit Mahil1-0/+35
2023-10-11vulkan add 3D texture support for compute astc decoderYogesh Mohan Marimuthu1-1/+1
2023-10-11vulkan/runtime: add compute astc decoder helper functionsYogesh Mohan Marimuthu3-0/+768
2023-10-11vulkan/formats,zink: move vk_format_from_pipe_format() functionYogesh Mohan Marimuthu2-0/+197
2023-10-11vulkan: bump headers/registry to 1.3.267Lionel Landwerlin1-96/+454
2023-10-09vulkan/runtime: add internal parameter to vk_spirv_to_nirIván Briano3-1/+7
2023-10-06vulkan/runtime, radv: remove 1D support from ETC2 emulationChia-I Wu1-2/+0
2023-10-06vulkan/runtime: fix a harmless typo for ETC2 emulationChia-I Wu1-2/+2
2023-10-06vulkan/runtime: fix image type check for ETC2 emulationChia-I Wu1-1/+1
2023-10-06vulkan/runtime: add a helper for ETC2 emulationChia-I Wu3-0/+696
2023-09-28vulkan: Handle vkSetDebugUtilsObjectNameEXT on WSI objectsantonino2-0/+52
2023-09-28vulkan: Extend vkGet/SetPrivateDataEXT handling to VkSurfaceantonino1-3/+8
2023-09-28vulkan: Extend vkGet/SetPrivateDataEXT handling to all platformsantonino2-7/+1
2023-09-27vulkan: Remove vk_get_physical_device_core_1_*_feature_extKonstantin Seurer2-282/+0
2023-09-22compiler: Use a meson dependency for libcompilerCaio Oliveira1-2/+0
2023-09-18vulkan/android: drop vk_buffer dependency from common AHB implYiwei Zhang1-8/+2
2023-09-18vulkan/android: add missing AHARDWAREBUFFER_USAGE_GPU_DATA_BUFFER usageYiwei Zhang1-2/+4
2023-09-18vulkan/android: add missed STACK_ARRAY_FINISH()Ryan Neph1-1/+4
2023-09-18device_select: add shortcut for MESA_VK_DEVICE_SELECT_FORCE_DEFAULT_DEVICEPierre-Eric Pelloux-Prayer1-9/+41
2023-09-18device_select_layer: support DRI_PRIME=nPierre-Eric Pelloux-Prayer1-13/+25
2023-09-15vulkan/android: improve vkQueueSignalReleaseImageANDROIDYiwei Zhang3-39/+72
2023-09-15vulkan: remove a dup entry from vk_image_usage_to_ahb_usageYiwei Zhang1-3/+0
2023-09-13vk/enum2str: add more max enum vendorsMike Blumenkrantz1-1/+1
2023-09-12wsi/x11: Don't allow signal_present_id to rewind.Hans-Kristian Arntzen1-1/+2
2023-09-12wsi/x11: Fix potential deadlock in present ID.Hans-Kristian Arntzen1-1/+1
2023-09-11vulkan/properties: Handle unsized arrays properlyKonstantin Seurer1-3/+41
2023-09-11vulkan wsi: add support for PresentOptionAsyncMayTearXaver Hugl1-0/+21
2023-09-11meson: support installation tagsAlba Mendez2-0/+2
2023-09-08nir: replace use of nir_src_copy()Timothy Arceri1-1/+1
2023-09-06vulkan/runtime: add helper to name dirty statesLionel Landwerlin2-0/+74
2023-09-06vulkan/wsi: add `vk_wsi_force_swapchain_to_current_extent` driconfantonino2-1/+18
2023-09-05vk/graphics_state: Fix copying MS locations pipeline stateConnor Abbott1-4/+4
2023-08-31vk/graphic_state, tu: Use dynamic blend count from subpassConnor Abbott2-0/+27
2023-08-30vulkan/wsi: warn about unset present_mode in PresentModeCompatibilityExtDerek Foreman4-7/+32
2023-08-29vulkan/wsi/wayland: fix unset present_modeSimon Ser1-2/+3
2023-08-29vulkan: Add trace points for more Vulkan waiting functions.Bas Nieuwenhuizen3-0/+9
2023-08-26vk/wsi/x11: Remove dead codeVinson Lee1-2/+0
2023-08-25vulkan/wsi/x11: Implement capture hotkey using the keymapKonstantin Seurer2-32/+25
2023-08-25vulkan/video: add helper to derive H264 scaling listsBenjamin Cheng2-0/+175
2023-08-24vulkan/wsi/wayland: add support for IMMEDIATESimon Ser2-15/+74
2023-08-19vulkan: Add CPU tracing for vkWaitForFences.Bas Nieuwenhuizen2-0/+6