aboutsummaryrefslogtreecommitdiffstats
path: root/src/vulkan/util
Commit message (Expand)AuthorAgeFilesLines
* vulkan: Adds helpers for vk_object (de)alloation and (de)initialization.Hyunjun Ko2020-07-142-0/+59
* Switch from cElementTree to ElementTree.Vinson Lee2020-06-053-3/+3
* meson: use gnu_symbol_visibility argumentDylan Baker2020-06-011-1/+2
* util/format: Add more multi-planar formats.Bas Nieuwenhuizen2020-05-301-0/+16
* util/format: Use correct pipe format for VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM.Bas Nieuwenhuizen2020-05-301-1/+1
* util/format: Add VK_FORMAT_D16_UNORM_S8_UINT.Bas Nieuwenhuizen2020-05-301-1/+1
* util/format: translate 422_UNORM and 420_UNORM vulkan formatsJonathan Marek2020-05-201-2/+14
* vulkan: import common code for generating extensionsSamuel Pitoiset2020-05-132-0/+370
* vulkan: Handle vkGet/SetPrivateDataEXT on Android swapchainsJason Ekstrand2020-05-122-9/+107
* anv,vulkan: Implement VK_EXT_private_dataJason Ekstrand2020-05-122-1/+123
* vulkan/object: Always include the typeJason Ekstrand2020-05-082-4/+0
* vulkan: Add run-time object type asserts in handle castsJason Ekstrand2020-05-042-2/+22
* vulkan,anv: Move the DEFINE_HANDLE_CASTS macros to vk_object.hJason Ekstrand2020-05-041-0/+31
* vulkan,anv: Add a base object struct typeJason Ekstrand2020-05-042-2/+28
* vulkan,anv: Add a common base object type for VkDeviceJason Ekstrand2020-05-043-0/+94
* vulkan: Allow destroying NULL debug report callbacksJason Ekstrand2020-05-041-0/+3
* vulkan: drop unused include directoriesEric Engestrom2020-03-281-1/+1
* meson: inline `inc_common`Eric Engestrom2020-03-281-1/+1
* util/format: add missing BC4/BC5 vulkan formatsJonathan Marek2020-02-281-0/+4
* util/format: add missing vulkan formatsJonathan Marek2019-12-191-4/+27
* vulkan/enum_to_str: Handle out-of-order aliasesJason Ekstrand2019-11-261-3/+21
* vk_util: drop duplicate formats in vk_format_map[]Eric Engestrom2019-11-211-2/+0
* util: add missing R8G8B8A8_SRGB format to vk_format_mapJonathan Marek2019-11-211-0/+1
* util: Add a mapping from VkFormat to PIPE_FORMAT.Eric Anholt2019-11-193-0/+262
* util: rename list_empty() to list_is_empty()Timothy Arceri2019-10-281-1/+1
* meson: drop duplicate source & inc_dirEric Engestrom2019-07-011-2/+0
* vk/util: suppress warning about out-of-enum android valueEric Engestrom2019-05-231-2/+4
* vk/util: drop no-op compiler warning workaroundEric Engestrom2019-05-231-19/+5
* vulkan: fix build dependency issue with generated filesLionel Landwerlin2019-05-221-0/+12
* vulkan/util: generate a helper function to return pNext struct sizesLionel Landwerlin2019-05-022-4/+54
* delete autotools .gitignore filesEric Engestrom2019-04-291-1/+0
* anv: implement VK_KHR_swapchain revision 70Lionel Landwerlin2019-04-081-0/+12
* vk/util: remove unneeded array indexEric Engestrom2019-04-081-1/+1
* vulkan/util: Handle enums that are in platform-specific headers.Bas Nieuwenhuizen2019-03-181-0/+23
* vulkan: factor out wsi dependenciesLionel Landwerlin2019-03-181-7/+1
* vulkan/util: meson build - add wayland client includeTobias Klausmann2019-03-171-0/+7
* vulkan/overlay: fix missing var rename in previous commitEric Engestrom2019-03-071-1/+1
* vulkan/util: use the platform defines in vk.xml instead of hard-coding themEric Engestrom2019-03-071-9/+10
* vulkan/util: generate instance/device dispatch tablesLionel Landwerlin2019-03-062-6/+114
* vulkan/util: make header available from c++Lionel Landwerlin2019-03-061-1/+9
* meson: remove unused include_directories(vulkan)Eric Engestrom2019-03-061-1/+1
* vulkan: use VkBase{In,Out}Structure instead of a custom structEric Engestrom2019-02-281-7/+2
* vulkan: make generated enum to strings helpers available from c++Lionel Landwerlin2019-01-221-0/+8
* vulkan/utils: s/VERSION/PACKAGE_VERSION/Eric Engestrom2018-11-261-3/+3
* vulkan/alloc: Add a vk_strdup helperJason Ekstrand2018-08-281-0/+17
* meson: Build with Python 3Mathieu Bridon2018-08-101-1/+1
* vulkan: utils: handle hexadecimal values in registryLionel Landwerlin2018-07-061-1/+1
* vulkan/util: Add a helper to get a version overrideJason Ekstrand2018-03-072-0/+22
* vulkan/enum_to_str: Add support for aliases and new Vulkan versionsJason Ekstrand2018-03-071-5/+20
* vulkan/enum_to_str: Add a add_value_from_xml helper to VkEnumJason Ekstrand2018-03-071-13/+15