summaryrefslogtreecommitdiff
path: root/src/vulkan
AgeCommit message (Expand)AuthorFilesLines
2021-02-23vulkan: Use typed outarray APIJames Park2-4/+4
2021-02-22vulkan/device_select: Stop using device properties 2.Bas Nieuwenhuizen1-12/+18
2021-02-22vulkan/util: add api to reset object magic + private data.Dave Airlie2-2/+16
2021-02-16meson: invalid keyword argument dependenciesMichel Zou1-1/+1
2021-02-15vulkan: document flags choice for vkGetDeviceQueueLionel Landwerlin1-0/+7
2021-02-11vulkan: Fix windows api conflictMichel Zou2-10/+13
2021-02-10vulkan: Fix windows api conflictMichel Zou1-0/+10
2021-02-09vulkan/lavapipe: add missing VKAPI_ATTR/CALLMichel Zou9-38/+38
2021-02-04anv,vulkan: Move anv_icd.py to a common locationJason Ekstrand2-0/+79
2021-02-04vulkan: Rework extension disabling on AndroidJason Ekstrand5-20/+60
2021-02-04vulkan: Add a common helper for enumerating instance extension propertiesJason Ekstrand2-0/+27
2021-02-01vulkan: Drop the type_prefix parameter from gen_extensionsJason Ekstrand1-22/+18
2021-02-01vulkan: Rework vk_device_init and friendsJason Ekstrand4-55/+43
2021-02-01anv,radv: Use common entrypoints for VK_KHR_deferred_operationJason Ekstrand3-38/+20
2021-02-01vulkan: Make the debug_report implementation internalJason Ekstrand4-116/+73
2021-02-01vulkan: Use vk_object_base::type for debug_reportJason Ekstrand2-13/+27
2021-02-01vulkan: Make vk_debug_report_callback derive from vk_object_baseJason Ekstrand2-6/+16
2021-02-01turnip: Drop some legacy wrappers in favor of common codeJason Ekstrand1-0/+98
2021-02-01vulkan: Add a truly common VK_EXT_debug_report implementationJason Ekstrand3-1/+45
2021-02-01vulkan,anv: Move VK_KHR_copy_commands2 wrappers to common codeJason Ekstrand3-0/+287
2021-02-01vulkan,anv: Move a bunch of trivial wrappers to common codeJason Ekstrand2-0/+128
2021-02-01vulkan,anv: Add common entrypoints for VK_EXT_private_dataJason Ekstrand1-0/+47
2021-02-01vulkan,anv: Move GetDeviceProcAddr to common codeJason Ekstrand1-0/+8
2021-02-01vulkan: Add framework for common entrypointsJason Ekstrand6-5/+50
2021-02-01vulkan: Add a common entrypoint table generatorJason Ekstrand3-13/+266
2021-02-01vulkan: Add common Get*ProcAddr implementationsJason Ekstrand4-0/+129
2021-02-01vulkan: Add entrypoint tables and related helpersJason Ekstrand1-0/+61
2021-02-01vulkan: Add generators for instance trampoline functionsJason Ekstrand6-1/+94
2021-02-01vulkan: Add common instance and physical device structsJason Ekstrand8-1/+307
2021-02-01vulkan: Add dispatch table lookup helpersJason Ekstrand1-1/+404
2021-02-01vulkan-overlay-layer: Use the new dispatch tablesJason Ekstrand2-102/+21
2021-02-01vulkan: Add dispatch table loading helpersJason Ekstrand4-3/+76
2021-02-01vulkan: Add common dispatch table generationJason Ekstrand4-2/+321
2021-02-01vulkan: Add common extension tablesJason Ekstrand5-25/+134
2021-02-01vulkan: Add a return code to vk_device_initJason Ekstrand2-6/+11
2021-02-01vulkan: Move vk_device to its own fileJason Ekstrand7-54/+122
2021-02-01vulkan/meson: Add missing dependencise on vk_extensions_gen.pyJason Ekstrand1-0/+2
2021-01-27vulkan: Update XML and headers to 1.2.168Caio Marcelo de Oliveira Filho1-72/+178
2021-01-25vk-device-select: add device group supportDave Airlie1-3/+57
2021-01-18anv: Add a trivial implementation of VK_KHR_deferred_host_operationJason Ekstrand4-0/+153
2021-01-18wsi/x11: Use get_screen_resources_current in wsi_x11_detect_xwaylandMichel Dänzer1-9/+10
2021-01-15device-select-layer: update for vulkan 1.2Dave Airlie1-1/+1
2021-01-12vulkan/overlay: fix vkGetInstanceProcAddr self-resolvingGeorg Lehmann1-0/+1
2021-01-11vulkan/overay: fix violation of VUID-VkDeviceCreateInfo-pNext-00373Pavel Asyutchenko2-7/+23
2021-01-11vulkan/device-select: fix vkGetInstanceProcAddr self-resolvingGeorg Lehmann1-0/+2
2021-01-11wsi/x11: Make sure wsi_x11_connection::is_xwayland is always initializedMichel Dänzer1-2/+2
2021-01-11wsi/x11: Always free randr_reply in wsi_x11_connection_createMichel Dänzer1-0/+1
2021-01-11wsi/x11: Use wsi_x11_get_connection in x11_present_to_x11_dri3Michel Dänzer1-1/+1
2021-01-07wsi/x11: Treat IMMEDIATE present mode the same as MAILBOX for XwaylandMichel Dänzer1-8/+12
2021-01-07wsi/x11: Use PresentOptionAsync for MAILBOX present mode with XwaylandMichel Dänzer1-0/+7