summaryrefslogtreecommitdiff
path: root/src/vulkan
AgeCommit message (Expand)AuthorFilesLines
2019-11-26vulkan: Update the XML and headers to 1.1.129Jason Ekstrand1-48/+273
2019-11-26vulkan/enum_to_str: Handle out-of-order aliasesJason Ekstrand1-3/+21
2019-11-25meson: only build imgui when neededSamuel Pitoiset1-1/+1
2019-11-21vk_util: drop duplicate formats in vk_format_map[]Eric Engestrom1-2/+0
2019-11-21util: add missing R8G8B8A8_SRGB format to vk_format_mapJonathan Marek1-0/+1
2019-11-19util: Add a mapping from VkFormat to PIPE_FORMAT.Eric Anholt3-0/+262
2019-11-04vulkan: bump headers/registry to 1.1.127Lionel Landwerlin1-4/+49
2019-10-28util: rename list_empty() to list_is_empty()Timothy Arceri2-3/+3
2019-10-28util: remove LIST_INITHEAD macroTimothy Arceri1-1/+1
2019-10-14vulkan: Update the XML and headers to 1.1.125Caio Marcelo de Oliveira Filho1-5/+11
2019-10-07vulkan: Update the XML and headers to 1.1.124Caio Marcelo de Oliveira Filho1-8/+119
2019-09-17vulkan: Update the XML and headers to 1.1.123Jason Ekstrand1-42/+64
2019-09-15vulkan: add vk_x11_strict_image_count optionLionel Landwerlin2-1/+12
2019-09-06wsi: add minImageCount overrideEric Engestrom4-3/+22
2019-09-03vulkan/overlay: bounce image back to present layoutLionel Landwerlin1-2/+30
2019-08-12vulkan: Update the XML and headers to 1.1.119Jason Ekstrand1-13/+162
2019-08-03meson: replace last uses of libxmlconfig with idep_xmlconfigEric Engestrom1-2/+1
2019-08-03meson: replace libmesa_util with idep_mesautilEric Engestrom1-2/+1
2019-07-29vulkan: Bump headers to 1.1.117Lionel Landwerlin1-21/+145
2019-07-29vulkan/wsi/wayland: implement acquire timeoutLionel Landwerlin1-25/+51
2019-07-26vulkan/wsi/x11: Increase the effective min. images for mailbox.Bas Nieuwenhuizen1-2/+5
2019-07-26vulkan/wsi/x11: Wait for GPU work before present with mailbox.Bas Nieuwenhuizen1-1/+12
2019-07-26vulkan/wsi/x11: Allow using thread present-only.Bas Nieuwenhuizen1-34/+51
2019-07-26vulkan/wsi: Use one fence per image.Bas Nieuwenhuizen2-20/+26
2019-07-24vulkan: Update the XML and headers to 1.1.116Jason Ekstrand1-18/+55
2019-07-17vulkan/wsi: update swapchain status on vkQueuePresentLionel Landwerlin1-0/+21
2019-07-10vulkan: add symbols fileEric Engestrom2-0/+15
2019-07-10android: vulkan/util: fix generating vk_enum_to_str.*Chih-Wei Huang1-2/+4
2019-07-10android: vulkan/util: fix export pathChih-Wei Huang1-2/+1
2019-07-09vulkan/overlay: use a single macro to lookup objectsLionel Landwerlin1-37/+54
2019-07-09vulkan/overlay: add queue present timing measurementLionel Landwerlin2-1/+15
2019-07-08vulkan/overlay: fix crash on freeing NULL command bufferLionel Landwerlin1-0/+4
2019-07-09vulkan: bump headers & registry to 1.1.114Lionel Landwerlin1-5/+55
2019-07-07vulkan/overlay: fix command buffer statsLionel Landwerlin1-0/+2
2019-07-02vulkan: Update the XML and headers to 1.1.113Jason Ekstrand1-8/+63
2019-07-01meson: drop duplicate source & inc_dirEric Engestrom1-2/+0
2019-06-04vulkan: Update the XML and headers to 1.1.110Jason Ekstrand1-21/+249
2019-05-23vk/util: suppress warning about out-of-enum android valueEric Engestrom1-2/+4
2019-05-23vk/util: drop no-op compiler warning workaroundEric Engestrom1-19/+5
2019-05-22vulkan: fix build dependency issue with generated filesLionel Landwerlin4-6/+17
2019-05-21vulkan/overlay: update remaining manual error checksLionel Landwerlin1-42/+24
2019-05-21vulkan/overlay: fix timestamp query emission with no pipeline statsLionel Landwerlin1-4/+0
2019-05-19vulkan/wsi: Set X11 minImageCount to 3.Bas Nieuwenhuizen1-6/+18
2019-05-13vulkan: Update the XML and headers to 1.1.108Jason Ekstrand1-40/+129
2019-05-10vulkan/overlay: keep allocating draw data until it can be reusedLionel Landwerlin1-113/+135
2019-05-10vulkan/overlay: fix truncating error on 32bit platformsLionel Landwerlin1-40/+36
2019-05-07vulkan/overlay-layer: fix cast errorsLionel Landwerlin1-7/+7
2019-05-02vulkan/overlay: add TODO listLionel Landwerlin1-0/+3
2019-05-02vulkan/overlay: make overriden functions staticLionel Landwerlin1-25/+26
2019-05-02vulkan/overlay: make overlay size configurableLionel Landwerlin3-1/+18