| Commit message (Expand) | Author | Age | Files | Lines |
* | vulkan: Update the XML and headers to 1.1.119 | Jason Ekstrand | 2019-08-12 | 1 | -13/+162 |
* | meson: replace last uses of libxmlconfig with idep_xmlconfig | Eric Engestrom | 2019-08-03 | 1 | -2/+1 |
* | meson: replace libmesa_util with idep_mesautil | Eric Engestrom | 2019-08-03 | 1 | -2/+1 |
* | vulkan: Bump headers to 1.1.117 | Lionel Landwerlin | 2019-07-29 | 1 | -21/+145 |
* | vulkan/wsi/wayland: implement acquire timeout | Lionel Landwerlin | 2019-07-29 | 1 | -25/+51 |
* | vulkan/wsi/x11: Increase the effective min. images for mailbox. | Bas Nieuwenhuizen | 2019-07-26 | 1 | -2/+5 |
* | vulkan/wsi/x11: Wait for GPU work before present with mailbox. | Bas Nieuwenhuizen | 2019-07-26 | 1 | -1/+12 |
* | vulkan/wsi/x11: Allow using thread present-only. | Bas Nieuwenhuizen | 2019-07-26 | 1 | -34/+51 |
* | vulkan/wsi: Use one fence per image. | Bas Nieuwenhuizen | 2019-07-26 | 2 | -20/+26 |
* | vulkan: Update the XML and headers to 1.1.116 | Jason Ekstrand | 2019-07-24 | 1 | -18/+55 |
* | vulkan/wsi: update swapchain status on vkQueuePresent | Lionel Landwerlin | 2019-07-17 | 1 | -0/+21 |
* | vulkan: add symbols file | Eric Engestrom | 2019-07-10 | 2 | -0/+15 |
* | android: vulkan/util: fix generating vk_enum_to_str.* | Chih-Wei Huang | 2019-07-10 | 1 | -2/+4 |
* | android: vulkan/util: fix export path | Chih-Wei Huang | 2019-07-10 | 1 | -2/+1 |
* | vulkan/overlay: use a single macro to lookup objects | Lionel Landwerlin | 2019-07-09 | 1 | -37/+54 |
* | vulkan/overlay: add queue present timing measurement | Lionel Landwerlin | 2019-07-09 | 2 | -1/+15 |
* | vulkan/overlay: fix crash on freeing NULL command buffer | Lionel Landwerlin | 2019-07-08 | 1 | -0/+4 |
* | vulkan: bump headers & registry to 1.1.114 | Lionel Landwerlin | 2019-07-09 | 1 | -5/+55 |
* | vulkan/overlay: fix command buffer stats | Lionel Landwerlin | 2019-07-07 | 1 | -0/+2 |
* | vulkan: Update the XML and headers to 1.1.113 | Jason Ekstrand | 2019-07-02 | 1 | -8/+63 |
* | meson: drop duplicate source & inc_dir | Eric Engestrom | 2019-07-01 | 1 | -2/+0 |
* | vulkan: Update the XML and headers to 1.1.110 | Jason Ekstrand | 2019-06-04 | 1 | -21/+249 |
* | vk/util: suppress warning about out-of-enum android value | Eric Engestrom | 2019-05-23 | 1 | -2/+4 |
* | vk/util: drop no-op compiler warning workaround | Eric Engestrom | 2019-05-23 | 1 | -19/+5 |
* | vulkan: fix build dependency issue with generated files | Lionel Landwerlin | 2019-05-22 | 4 | -6/+17 |
* | vulkan/overlay: update remaining manual error checks | Lionel Landwerlin | 2019-05-21 | 1 | -42/+24 |
* | vulkan/overlay: fix timestamp query emission with no pipeline stats | Lionel Landwerlin | 2019-05-21 | 1 | -4/+0 |
* | vulkan/wsi: Set X11 minImageCount to 3. | Bas Nieuwenhuizen | 2019-05-19 | 1 | -6/+18 |
* | 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 |