summaryrefslogtreecommitdiffstats
path: root/src/vulkan/anv_wsi_x11.c
Commit message (Expand)AuthorAgeFilesLines
* anv/wsi/x11: Expose SRGB all the timeJason Ekstrand2016-02-011-1/+1
* wsi/x11: Remove B8G8R8_UNORMJason Ekstrand2016-02-011-1/+0
* anv/wsi: Set the platform field of VkIcdSurfaceBaseJason Ekstrand2016-01-301-0/+1
* anv/wsi/x11: Actually pull information from the window's visualJason Ekstrand2016-01-301-7/+143
* anv/wsi/x11: Actually check for DRI3Jason Ekstrand2016-01-301-15/+173
* anv/WSI: Support more usage bitsJason Ekstrand2016-01-291-0/+2
* anv/wsi: Rework to be compatable with the loaderJason Ekstrand2016-01-291-31/+33
* WIP: Partially upgrade to vulkan v0.221.0BogDan Vatra2016-01-141-6/+7
* anv: Use isl_tiling_flags in anv_image_create_infoChad Versace2015-12-071-2/+1
* anv: Embed isl_surf into anv_surfaceChad Versace2015-12-031-2/+2
* vk: Add new WSI support and bump the API to 0.210.1Jason Ekstrand2015-12-031-84/+112
* vk/0.210.0: Rework allocation to use the new pAllocator'sJason Ekstrand2015-12-031-13/+15
* vk/0.210.0: More structure field renamingJason Ekstrand2015-12-031-1/+1
* vk/0.210.0: A pile of minor enum updatesJason Ekstrand2015-11-301-1/+1
* anv: Use enum isl_tiling everywhereChad Versace2015-11-131-2/+2
* anv/x11: Only advertise VK_FORMAT_B8R8G8A8_UNORMJason Ekstrand2015-10-151-2/+0
* anv/x11: Treat the pPlatformWindow as a xcb_window_t* instead of xcb_window_tJason Ekstrand2015-10-151-2/+2
* anv/x11: Do something sensible if get_geometry fails in GetSurfacePropertiesJason Ekstrand2015-10-131-8/+14
* vk/0.170.2: Update to the new VK_EXT_KHR_swapchain extensionsJason Ekstrand2015-10-081-120/+106
* vk/0.170.2: Update VkResultChad Versace2015-10-071-23/+17
* vk/wsi/x11: Send OUT_OF_DATE if the X drawable goes awayJason Ekstrand2015-10-021-2/+13
* anv/wsi_x11: Properly report BadDrawable errors to the clientJason Ekstrand2015-09-281-1/+11
* vk/error: Handle ERROR_OUT_OF_DATE_WSIJason Ekstrand2015-09-081-1/+1
* vk/wsi/x11: Actually block on X so we don't re-use busy buffersJason Ekstrand2015-09-081-18/+62
* vk: Fix size return value handling in a couple plcesJason Ekstrand2015-09-041-1/+7
* vk/wsi: Move to a clallback system for the entire WSI implementationJason Ekstrand2015-09-041-9/+46
* vk/WSI: Use a callback mechanism instead of explicit switchingJason Ekstrand2015-09-041-84/+92
* vk: Add an initial implementation of the actual Khronos WSI extensionJason Ekstrand2015-09-041-87/+114
* vk: Move anv_x11.c to anv_wsi_x11.cJason Ekstrand2015-09-041-0/+302