index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vulkan
/
wsi
/
wsi_common_x11.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vulkan/wsi: fix pointer-integer conversion warnings
Grazvydas Ignotas
2018-08-23
1
-1
/
+1
*
vulkan/wsi: initialise image_index to 0 in x11_manage_fifo_queues
Kai Wasserbäch
2018-08-18
1
-1
/
+1
*
vulkan/wsi: Get rid of the get_capabilities hook
Jason Ekstrand
2018-06-20
1
-1
/
+0
*
vulkan/wsi: Destroy swapchain images after terminating FIFO queues
Cameron Kumar
2018-06-08
1
-3
/
+3
*
vulkan: don't free uninitialised memory
Eric Engestrom
2018-05-29
1
-1
/
+1
*
vulkan/wsi: Only use LINEAR modifier for prime if supported.
Bas Nieuwenhuizen
2018-05-08
1
-1
/
+2
*
dri3: Don't fail on version mismatch
Daniel Stone
2018-03-20
1
-0
/
+4
*
dri3: allow building against older xcb (v3)
Dave Airlie
2018-03-16
1
-2
/
+10
*
vulkan/wsi/x11: correct DRI3 version in comment
Emil Velikov
2018-03-16
1
-1
/
+1
*
vulkan/wsi/x11: use ARRAY_SIZE where applicable
Emil Velikov
2018-03-16
1
-2
/
+2
*
vulkan/wsi/x11: Return VK_SUBOPTIMAL_KHR for X11
Louis-Francis Ratté-Boulianne
2018-03-09
1
-3
/
+60
*
vulkan/wsi/x11: Add support for DRI3 v1.2
Daniel Stone
2018-03-09
1
-17
/
+161
*
vulkan/wsi/x11: Consistently update and return swapchain status
Daniel Stone
2018-02-21
1
-19
/
+63
*
vulkan/wsi/x11: Set OUT_OF_DATE if wait_for_special_event fails
Jason Ekstrand
2018-02-21
1
-1
/
+3
*
vulkan/wsi: Add modifiers support to wsi_create_native_image
Jason Ekstrand
2018-02-21
1
-1
/
+2
*
vulkan/wsi: Add multiple planes to wsi_image
Daniel Stone
2018-02-21
1
-4
/
+7
*
vulkan/wsi: Drop the can_handle_different_gpu parameter from get_support
Jason Ekstrand
2017-12-04
1
-5
/
+0
*
vulkan/wsi: Move prime blitting into queue_present
Jason Ekstrand
2017-12-04
1
-22
/
+3
*
vulkan/wsi: Move get_images into common code
Jason Ekstrand
2017-12-04
1
-24
/
+5
*
vulkan/wsi: Do image creation in common code
Jason Ekstrand
2017-12-04
1
-17
/
+3
*
vulkan/wsi: Implement prime in a completely generic way
Jason Ekstrand
2017-12-04
1
-48
/
+39
*
vulkan/wsi: Add wsi_swapchain_init/finish functions
Jason Ekstrand
2017-12-04
1
-2
/
+11
*
vulkan/wsi/x11: Handle the geometry check earlier in create_swapchain
Jason Ekstrand
2017-12-04
1
-9
/
+10
*
vulkan/wsi: Add a wsi_image structure
Daniel Stone
2017-12-04
1
-32
/
+20
*
vulkan/wsi: Free the event in x11_manage_fifo_queues().
Henri Verbeet
2017-10-17
1
-0
/
+1
*
util/vulkan: Move Vulkan utilities to src/vulkan/util
Alex Smith
2017-06-06
1
-1
/
+1
*
vulkan/wsi/x11: Add support for VK_KHR_get_surface_capabilities2
Jason Ekstrand
2017-05-16
1
-0
/
+32
*
vulkan/wsi: Use vk_outarray for surface_get_formats
Jason Ekstrand
2017-05-16
1
-11
/
+12
*
vulkan/wsi: Plumb present regions through the common code
Jason Ekstrand
2017-04-03
1
-1
/
+2
*
vulkan/wsi: Improve the DRI3 error message
Jacob Lifshay
2017-03-01
1
-10
/
+41
*
vulkan/wsi/radv: add initial prime support (v1.1)
Dave Airlie
2017-02-27
1
-5
/
+55
*
vulkan/wsi: move image count to shared structure.
Dave Airlie
2017-02-23
1
-15
/
+14
*
vulkan/wsi/x11: add support to detect if we can support rendering (v3)
Dave Airlie
2017-02-20
1
-1
/
+70
*
vulkan/wsi: Lower the maximum image sizes
Jason Ekstrand
2017-01-25
1
-1
/
+2
*
vulkan/wsi: clarify the severity of lack of DRI3 v2
Andres Rodriguez
2017-01-19
1
-2
/
+4
*
vulkan: Add new cast macros for VkIcd types
Chad Versace
2017-01-12
1
-2
/
+2
*
vulkan/wsi/x11: don't crash on null wsi x11 connection
Arda Coskunses
2016-12-22
1
-0
/
+3
*
vulkan/wsi/x11: don't crash on null visual
Arda Coskunses
2016-12-22
1
-0
/
+3
*
vulkan: use STATIC_ASSERT instead of static_assert
Edward O'Callaghan
2016-12-07
1
-1
/
+1
*
vulkan/wsi/x11: Destroy Present event context when destroying swapchain
Michel Dänzer
2016-11-30
1
-0
/
+6
*
wsi: fix VK_INCOMPLETE for vkGetSwapchainImagesKHR
Dave Airlie
2016-11-16
1
-5
/
+11
*
vulkan/wsi/x11: Implement FIFO mode.
Jason Ekstrand
2016-11-10
1
-10
/
+164
*
vulkan/wsi: Report the correct min/maxImageCount
Jason Ekstrand
2016-11-10
1
-11
/
+10
*
vulkan/wsi/x11: Clean up connections in finish_wsi
Jason Ekstrand
2016-11-02
1
-0
/
+4
*
vulkan/wsi/x11: Better handle wsi_x11_connection_create failure
Jason Ekstrand
2016-11-02
1
-0
/
+2
*
vulkan/wsi/x11: Smplify implementation of vkGetPhysicalDeviceSurfaceFormatsKHR
Eduardo Lima Mitev
2016-10-28
1
-8
/
+3
*
vulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurfacePresentModesKHR
Eduardo Lima Mitev
2016-10-28
1
-3
/
+3
*
vulkan/wsi/x11: add support for IMMEDIATE present mode
Dave Airlie
2016-10-27
1
-1
/
+3
*
vulkan/wsi: store present mode in swapchain base class
Dave Airlie
2016-10-27
1
-0
/
+1
*
vulkan/wsi/x11: handle timeouts properly in next image acquire (v1.1)
Dave Airlie
2016-10-27
1
-5
/
+57
[next]