aboutsummaryrefslogtreecommitdiffstats
path: root/src/vulkan
Commit message (Expand)AuthorAgeFilesLines
* vulkan: Update the XML and headers to 1.1.110Jason Ekstrand2019-06-041-21/+249
* 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-224-6/+17
* vulkan/overlay: update remaining manual error checksLionel Landwerlin2019-05-211-42/+24
* vulkan/overlay: fix timestamp query emission with no pipeline statsLionel Landwerlin2019-05-211-4/+0
* vulkan/wsi: Set X11 minImageCount to 3.Bas Nieuwenhuizen2019-05-191-6/+18
* vulkan: Update the XML and headers to 1.1.108Jason Ekstrand2019-05-131-40/+129
* vulkan/overlay: keep allocating draw data until it can be reusedLionel Landwerlin2019-05-101-113/+135
* vulkan/overlay: fix truncating error on 32bit platformsLionel Landwerlin2019-05-101-40/+36
* vulkan/overlay-layer: fix cast errorsLionel Landwerlin2019-05-071-7/+7
* vulkan/overlay: add TODO listLionel Landwerlin2019-05-021-0/+3
* vulkan/overlay: make overriden functions staticLionel Landwerlin2019-05-021-25/+26
* vulkan/overlay: make overlay size configurableLionel Landwerlin2019-05-023-1/+18
* vulkan/overlay: add a frame counter optionLionel Landwerlin2019-05-022-1/+5
* vulkan/overlay: record all select metrics into output fileLionel Landwerlin2019-05-022-1/+48
* vulkan/overlay: add a margin to the size of the windowLionel Landwerlin2019-05-021-5/+6
* vulkan/overlay: add no display optionLionel Landwerlin2019-05-023-25/+50
* vulkan/overlay: add pipeline statistic & timestamps supportLionel Landwerlin2019-05-022-55/+383
* vulkan/overlay: record stats in command buffers and accumulate on exec/submitLionel Landwerlin2019-05-022-141/+238
* vulkan/overlay: update help printoutLionel Landwerlin2019-05-021-2/+2
* vulkan/util: generate a helper function to return pNext struct sizesLionel Landwerlin2019-05-022-4/+54
* wsi/wayland: document lack of vkAcquireNextImageKHR timeout supportEric Engestrom2019-05-021-0/+10
* vulkan/wsi/wayland: Respect non-blocking AcquireNextImageDaniel Stone2019-05-021-2/+7
* delete autotools .gitignore filesEric Engestrom2019-04-292-3/+0
* vulkan/wsi: don't use DUMB_CLOSE for normal GEM handlesEmil Velikov2019-04-261-2/+2
* vulkan/wsi: check if the display_fd given is masterEmil Velikov2019-04-261-0/+27
* vulkan/wsi: Add X11 adaptive sync support based on dri options.Bas Nieuwenhuizen2019-04-234-2/+52
* Delete autotoolsDylan Baker2019-04-151-124/+0
* vulkan: Update the XML and headers to 1.1.106Jason Ekstrand2019-04-151-18/+64
* wsi: allow to override the present mode with MESA_VK_WSI_PRESENT_MODESamuel Pitoiset2019-04-106-3/+78
* vulkan/wsi: make wl_drm optionalChia-I Wu2019-04-091-19/+32
* vulkan/wsi: add wsi_wl_display_dmabufChia-I Wu2019-04-091-22/+28
* vulkan/wsi: add wsi_wl_display_drmChia-I Wu2019-04-091-14/+18
* vulkan/wsi: refactor drm_handle_formatChia-I Wu2019-04-091-53/+75
* vulkan/wsi: create wl_drm wrapper as neededChia-I Wu2019-04-091-7/+20
* vulkan/wsi: move modifier array into wsi_wl_swapchainChia-I Wu2019-04-091-20/+32
* anv: implement VK_KHR_swapchain revision 70Lionel Landwerlin2019-04-081-0/+12
* vk/util: remove unneeded array indexEric Engestrom2019-04-081-1/+1
* vulkan/overlay: improve error reportingLionel Landwerlin2019-03-221-125/+89
* vulkan/overlay: check return value of swapchain get imagesLionel Landwerlin2019-03-221-8/+11
* vulkan/overlay: silence validation layer warningsLionel Landwerlin2019-03-221-5/+5
* vulkan/overlay: properly register layer object with loaderLionel Landwerlin2019-03-221-9/+24
* anv,radv: Implement VK_KHR_surface_capability_protectedJason Ekstrand2019-03-183-7/+59
* vulkan: Update the XML and headers to 1.1.104Bas Nieuwenhuizen2019-03-181-27/+177
* vulkan/util: Handle enums that are in platform-specific headers.Bas Nieuwenhuizen2019-03-181-0/+23
* vulkan: factor out wsi dependenciesLionel Landwerlin2019-03-184-24/+15
* android: Build fixes for OMR1Tapani Pälli2019-03-181-0/+8
* vulkan/util: meson build - add wayland client includeTobias Klausmann2019-03-171-0/+7
* wsi/x11: use WSI_FROM_HANDLE() instead of pointer castsEric Engestrom2019-03-111-1/+2