summaryrefslogtreecommitdiff
path: root/src/vulkan
Commit message (Expand)AuthorAgeFilesLines
* vulkan/pipeline_cache: don't log warnings for client-invisible cachesDaniel Schürmann2023-05-172-9/+1
* vulkan/wsi: add feedback loop usage to swapchain caps if supportedMike Blumenkrantz2023-05-175-0/+21
* vulkan: Win32 sync import/export supportJesse Natalie2023-05-153-14/+245
* vulkan: add vk_image_format_to_ahb_formatChia-I Wu2023-05-113-2/+47
* anv,hasvk,radv: do not fall back to AHARDWAREBUFFER_FORMAT_BLOBChia-I Wu2023-05-111-4/+4
* vulkan: add vk_ahb_format_to_image_formatChia-I Wu2023-05-112-0/+46
* vulkan: define inline stubs when android api level < 26Chia-I Wu2023-05-112-3/+18
* vulkan: rename vk_image::ahardware_buffer_formatChia-I Wu2023-05-113-4/+4
* vulkan: make sure vk_image_view::format is never UNDEFINEDChia-I Wu2023-05-112-9/+13
* vulkan: make sure vk_image::format is never UNDEFINEDChia-I Wu2023-05-112-6/+7
* vulkan/pipeline_cache: don't log warnings for internal cachesDaniel Schürmann2023-05-112-13/+22
* vulkan/wsi/wayland: add 16-bit formatsSimon Ser2023-05-101-0/+29
* vulkan/runtime: add VK_DYNAMIC_STATE_ATTACHMENT_FEEDBACK_LOOP_ENABLE_EXTMike Blumenkrantz2023-05-092-0/+2
* vulkan: Update XML and headers to 1.3.250Samuel Pitoiset2023-05-091-1/+39
* vulkan: Document vk_physical_device::supported_featuresFaith Ekstrand2023-05-041-2/+12
* vulkan: bump headers to 1.3.249Lionel Landwerlin2023-05-041-117/+149
* vulkan: write beta extensions into generator scripts.Dave Airlie2023-05-0412-31/+50
* vulkan/cmd_queue: handle beta extensions.Dave Airlie2023-05-041-0/+3
* device_select_layer: log selectable devices if MESA_VK_DEVICE_SELECT_DEBUG or...Luna Nova2023-05-031-10/+12
* device_select_layer: add MESA_VK_DEVICE_SELECT_DEBUG which logs why default s...Luna Nova2023-05-031-3/+33
* device_select_layer: pick a default device before applying DRI_PRIMELuna Nova2023-05-031-1/+10
* device_select_layer: apply DRI_PRIME even if default device is > 1 to match o...Luna Nova2023-05-031-2/+1
* device_select_layer: fix inverted strcmp in device_select_find_dri_prime_tag_...Luna Nova2023-05-031-1/+1
* wsi/wayland: Do not assert that all present IDs have been waited on.Hans-Kristian Arntzen2023-05-031-1/+11
* wsi/wayland: Simplify wait logic for present wait.Hans-Kristian Arntzen2023-05-031-21/+22
* wsi/wayland: Support VK_KHR_present_waitDaniel Stone2023-05-032-0/+291
* wayland: generalize wayland-protocols code generationSimon Ser2023-05-031-4/+1
* vulkan: rename vk_physical_device_features.py to vk_physical_device_features_...Constantine Shablya2023-05-032-1/+1
* vulkan: put TEMPLATE_H before TEMPLATE_CConstantine Shablya2023-05-031-30/+30
* vulkan: put interesting code before boring codeConstantine Shablya2023-05-031-32/+32
* vulkan: inline vk_get_physical_device_features into vk_common_GetPhysicalDevi...Constantine Shablya2023-05-032-18/+8
* vulkan: introduce supported_features parameter to vk_physical_device_initConstantine Shablya2023-05-032-0/+7
* vulkan: add common implementation of vkGetPhysicalDeviceFeatures2Constantine Shablya2023-05-032-0/+12
* vulkan: Actually increment the count of objects in GetPipelineCacheData.Emma Anholt2023-05-031-0/+2
* vulkan: Handle alignment failure in the pipeline cache.Emma Anholt2023-05-031-1/+4
* vulkan/pipeline_cache: expose vk_raw_data_cache_objectDaniel Schürmann2023-05-022-51/+60
* vulkan/pipeline_cache: use vk_pipeline_cache_insert_object() to replace raw d...Daniel Schürmann2023-05-021-42/+2
* vulkan/pipeline_cache: replace raw data objects on cache insertion of real ob...Daniel Schürmann2023-05-021-0/+9
* wsi/x11: Fix present ID signal when IDLE comes before COMPLETE.Hans-Kristian Arntzen2023-04-211-2/+8
* vk/entry_points:: fix mingw buildMichel Zou2023-04-201-1/+1
* vulkan/wsi: fix -Wnarrowing warningMichel Zou2023-04-201-1/+1
* vk/util: fix buggy usage of unreachable()Eric Engestrom2023-04-181-1/+1
* vulkan: Fix GetPhysicalDeviceSparseImageFormatProperties definitionMichel Dänzer2023-04-181-1/+1
* vulkan/overlay: deal with unknown pNext structuresLionel Landwerlin2023-04-171-54/+79
* vulkan: ignore rasterizationSamples when the state is dynamicSamuel Pitoiset2023-04-141-2/+7
* vulkan/runtime: discard unused graphics stages in librariesLionel Landwerlin2023-04-141-7/+43
* wsi: remove get_sorted_vk_formats duplicationOleksii Bozhenko2023-04-121-2/+4
* wsi: add rgb_component_bits_are_equalOleksii Bozhenko2023-04-121-6/+10
* vulkan: Sanitize pSampleMask in CmdSetSampleMaskEXTDanylo Piliaiev2023-04-111-1/+2
* vulkan/pipeline_cache: move vk_log on failed deserialization to vk_pipeline_c...Daniel Schürmann2023-04-101-5/+8