| Commit message (Expand) | Author | Age | Files | Lines |
* | vulkan: Update the XML and headers to 1.1.108 | Jason Ekstrand | 2019-05-13 | 1 | -40/+129 |
* | vulkan/overlay: keep allocating draw data until it can be reused | Lionel Landwerlin | 2019-05-10 | 1 | -113/+135 |
* | vulkan/overlay: fix truncating error on 32bit platforms | Lionel Landwerlin | 2019-05-10 | 1 | -40/+36 |
* | vulkan/overlay-layer: fix cast errors | Lionel Landwerlin | 2019-05-07 | 1 | -7/+7 |
* | vulkan/overlay: add TODO list | Lionel Landwerlin | 2019-05-02 | 1 | -0/+3 |
* | vulkan/overlay: make overriden functions static | Lionel Landwerlin | 2019-05-02 | 1 | -25/+26 |
* | vulkan/overlay: make overlay size configurable | Lionel Landwerlin | 2019-05-02 | 3 | -1/+18 |
* | vulkan/overlay: add a frame counter option | Lionel Landwerlin | 2019-05-02 | 2 | -1/+5 |
* | vulkan/overlay: record all select metrics into output file | Lionel Landwerlin | 2019-05-02 | 2 | -1/+48 |
* | vulkan/overlay: add a margin to the size of the window | Lionel Landwerlin | 2019-05-02 | 1 | -5/+6 |
* | vulkan/overlay: add no display option | Lionel Landwerlin | 2019-05-02 | 3 | -25/+50 |
* | vulkan/overlay: add pipeline statistic & timestamps support | Lionel Landwerlin | 2019-05-02 | 2 | -55/+383 |
* | vulkan/overlay: record stats in command buffers and accumulate on exec/submit | Lionel Landwerlin | 2019-05-02 | 2 | -141/+238 |
* | vulkan/overlay: update help printout | Lionel Landwerlin | 2019-05-02 | 1 | -2/+2 |
* | vulkan/util: generate a helper function to return pNext struct sizes | Lionel Landwerlin | 2019-05-02 | 2 | -4/+54 |
* | wsi/wayland: document lack of vkAcquireNextImageKHR timeout support | Eric Engestrom | 2019-05-02 | 1 | -0/+10 |
* | vulkan/wsi/wayland: Respect non-blocking AcquireNextImage | Daniel Stone | 2019-05-02 | 1 | -2/+7 |
* | delete autotools .gitignore files | Eric Engestrom | 2019-04-29 | 2 | -3/+0 |
* | vulkan/wsi: don't use DUMB_CLOSE for normal GEM handles | Emil Velikov | 2019-04-26 | 1 | -2/+2 |
* | vulkan/wsi: check if the display_fd given is master | Emil Velikov | 2019-04-26 | 1 | -0/+27 |
* | vulkan/wsi: Add X11 adaptive sync support based on dri options. | Bas Nieuwenhuizen | 2019-04-23 | 4 | -2/+52 |
* | Delete autotools | Dylan Baker | 2019-04-15 | 1 | -124/+0 |
* | vulkan: Update the XML and headers to 1.1.106 | Jason Ekstrand | 2019-04-15 | 1 | -18/+64 |
* | wsi: allow to override the present mode with MESA_VK_WSI_PRESENT_MODE | Samuel Pitoiset | 2019-04-10 | 6 | -3/+78 |
* | vulkan/wsi: make wl_drm optional | Chia-I Wu | 2019-04-09 | 1 | -19/+32 |
* | vulkan/wsi: add wsi_wl_display_dmabuf | Chia-I Wu | 2019-04-09 | 1 | -22/+28 |
* | vulkan/wsi: add wsi_wl_display_drm | Chia-I Wu | 2019-04-09 | 1 | -14/+18 |
* | vulkan/wsi: refactor drm_handle_format | Chia-I Wu | 2019-04-09 | 1 | -53/+75 |
* | vulkan/wsi: create wl_drm wrapper as needed | Chia-I Wu | 2019-04-09 | 1 | -7/+20 |
* | vulkan/wsi: move modifier array into wsi_wl_swapchain | Chia-I Wu | 2019-04-09 | 1 | -20/+32 |
* | anv: implement VK_KHR_swapchain revision 70 | Lionel Landwerlin | 2019-04-08 | 1 | -0/+12 |
* | vk/util: remove unneeded array index | Eric Engestrom | 2019-04-08 | 1 | -1/+1 |
* | vulkan/overlay: improve error reporting | Lionel Landwerlin | 2019-03-22 | 1 | -125/+89 |
* | vulkan/overlay: check return value of swapchain get images | Lionel Landwerlin | 2019-03-22 | 1 | -8/+11 |
* | vulkan/overlay: silence validation layer warnings | Lionel Landwerlin | 2019-03-22 | 1 | -5/+5 |
* | vulkan/overlay: properly register layer object with loader | Lionel Landwerlin | 2019-03-22 | 1 | -9/+24 |
* | anv,radv: Implement VK_KHR_surface_capability_protected | Jason Ekstrand | 2019-03-18 | 3 | -7/+59 |
* | vulkan: Update the XML and headers to 1.1.104 | Bas Nieuwenhuizen | 2019-03-18 | 1 | -27/+177 |
* | vulkan/util: Handle enums that are in platform-specific headers. | Bas Nieuwenhuizen | 2019-03-18 | 1 | -0/+23 |
* | vulkan: factor out wsi dependencies | Lionel Landwerlin | 2019-03-18 | 4 | -24/+15 |
* | android: Build fixes for OMR1 | Tapani Pälli | 2019-03-18 | 1 | -0/+8 |
* | vulkan/util: meson build - add wayland client include | Tobias Klausmann | 2019-03-17 | 1 | -0/+7 |
* | wsi/x11: use WSI_FROM_HANDLE() instead of pointer casts | Eric Engestrom | 2019-03-11 | 1 | -1/+2 |
* | wsi/wayland: fix pointer casting warning on 32bit | Eric Engestrom | 2019-03-11 | 1 | -1/+2 |
* | wsi/display: s/#if/#ifdef/ to fix -Wundef | Eric Engestrom | 2019-03-11 | 1 | -1/+1 |
* | wsi: deduplicate get_current_time() functions between display and x11 | Eric Engestrom | 2019-03-11 | 4 | -24/+18 |
* | vulkan/overlay: fix missing var rename in previous commit | Eric Engestrom | 2019-03-07 | 1 | -1/+1 |
* | vulkan/util: use the platform defines in vk.xml instead of hard-coding them | Eric Engestrom | 2019-03-07 | 1 | -9/+10 |
* | vulkan/overlay: drop dependency on validation layer headers | Lionel Landwerlin | 2019-03-06 | 4 | -213/+40 |
* | vulkan/util: generate instance/device dispatch tables | Lionel Landwerlin | 2019-03-06 | 5 | -24/+148 |