summaryrefslogtreecommitdiff
path: root/src/vulkan
AgeCommit message (Expand)AuthorFilesLines
2023-06-07vulkan/wsi: Remove duplicate NULL checkVinson Lee1-3/+0
2023-06-07vulkan: move nir_convert_ycbcr into vulkan runtimeYonggang Luo3-0/+520
2023-06-02vulkan/wsi: fix double free on error conditionIván Briano1-2/+2
2023-05-31vulkan: use cmd size array for queued cmd allocationsMike Blumenkrantz1-6/+1
2023-05-31vulkan/cmd_queue: expose cmd sizesMike Blumenkrantz1-0/+16
2023-05-31vulkan/cmd_queue: allocate cmds based on the size of the cmdMike Blumenkrantz1-1/+17
2023-05-31vulkan: reorder vk_cmd_queue_entryMike Blumenkrantz1-3/+3
2023-05-30vk/video: add a common function to get block alignments for profilesDave Airlie2-0/+28
2023-05-29vulkan: Update XML and headers to 1.3.251Samuel Pitoiset1-12/+52
2023-05-29vulkan: complete the usage flags for video layoutsVíctor Manuel Jáquez Leal1-1/+7
2023-05-26wsi/display: drop unused parameters from local functionsEric Engestrom1-40/+18
2023-05-25wsi/win32: Handle acquiring an image while one is already acquiredJesse Natalie1-0/+4
2023-05-25vulkan/pipeline_cache: remove a bogus assert when inserting objectsSamuel Pitoiset1-1/+1
2023-05-22vk/graphics_state: handle null pipeline state structs in creationMike Blumenkrantz1-17/+40
2023-05-19vulkan/video: add h265 reference structures and relevant util functions.Hyunjun Ko2-0/+67
2023-05-19vulkan/video: add to parse h265 slice.Hyunjun Ko2-0/+453
2023-05-17vulkan/pipeline_cache: don't log warnings for client-invisible cachesDaniel Schürmann2-9/+1
2023-05-17vulkan/wsi: add feedback loop usage to swapchain caps if supportedMike Blumenkrantz5-0/+21
2023-05-15vulkan: Win32 sync import/export supportJesse Natalie3-14/+245
2023-05-11vulkan: add vk_image_format_to_ahb_formatChia-I Wu3-2/+47
2023-05-11anv,hasvk,radv: do not fall back to AHARDWAREBUFFER_FORMAT_BLOBChia-I Wu1-4/+4
2023-05-11vulkan: add vk_ahb_format_to_image_formatChia-I Wu2-0/+46
2023-05-11vulkan: define inline stubs when android api level < 26Chia-I Wu2-3/+18
2023-05-11vulkan: rename vk_image::ahardware_buffer_formatChia-I Wu3-4/+4
2023-05-11vulkan: make sure vk_image_view::format is never UNDEFINEDChia-I Wu2-9/+13
2023-05-11vulkan: make sure vk_image::format is never UNDEFINEDChia-I Wu2-6/+7
2023-05-11vulkan/pipeline_cache: don't log warnings for internal cachesDaniel Schürmann2-13/+22
2023-05-10vulkan/wsi/wayland: add 16-bit formatsSimon Ser1-0/+29
2023-05-09vulkan/runtime: add VK_DYNAMIC_STATE_ATTACHMENT_FEEDBACK_LOOP_ENABLE_EXTMike Blumenkrantz2-0/+2
2023-05-09vulkan: Update XML and headers to 1.3.250Samuel Pitoiset1-1/+39
2023-05-04vulkan: Document vk_physical_device::supported_featuresFaith Ekstrand1-2/+12
2023-05-04vulkan: bump headers to 1.3.249Lionel Landwerlin1-117/+149
2023-05-04vulkan: write beta extensions into generator scripts.Dave Airlie12-31/+50
2023-05-04vulkan/cmd_queue: handle beta extensions.Dave Airlie1-0/+3
2023-05-03device_select_layer: log selectable devices if MESA_VK_DEVICE_SELECT_DEBUG or...Luna Nova1-10/+12
2023-05-03device_select_layer: add MESA_VK_DEVICE_SELECT_DEBUG which logs why default s...Luna Nova1-3/+33
2023-05-03device_select_layer: pick a default device before applying DRI_PRIMELuna Nova1-1/+10
2023-05-03device_select_layer: apply DRI_PRIME even if default device is > 1 to match o...Luna Nova1-2/+1
2023-05-03device_select_layer: fix inverted strcmp in device_select_find_dri_prime_tag_...Luna Nova1-1/+1
2023-05-03wsi/wayland: Do not assert that all present IDs have been waited on.Hans-Kristian Arntzen1-1/+11
2023-05-03wsi/wayland: Simplify wait logic for present wait.Hans-Kristian Arntzen1-21/+22
2023-05-03wsi/wayland: Support VK_KHR_present_waitDaniel Stone2-0/+291
2023-05-03wayland: generalize wayland-protocols code generationSimon Ser1-4/+1
2023-05-03vulkan: rename vk_physical_device_features.py to vk_physical_device_features_...Constantine Shablya2-1/+1
2023-05-03vulkan: put TEMPLATE_H before TEMPLATE_CConstantine Shablya1-30/+30
2023-05-03vulkan: put interesting code before boring codeConstantine Shablya1-32/+32
2023-05-03vulkan: inline vk_get_physical_device_features into vk_common_GetPhysicalDevi...Constantine Shablya2-18/+8
2023-05-03vulkan: introduce supported_features parameter to vk_physical_device_initConstantine Shablya2-0/+7
2023-05-03vulkan: add common implementation of vkGetPhysicalDeviceFeatures2Constantine Shablya2-0/+12
2023-05-03vulkan: Actually increment the count of objects in GetPipelineCacheData.Emma Anholt1-0/+2