sdl2_frt/src/video/vivante
Wladimir J. van der Laan 29f3445316 video: Add Vulkan support for vivante fb
Vivante drivers use the VK_KHR_display extension for rendering directly
to the frame buffer. This patch adds support to the video driver for
Vulkan rendering using that method.

- Add an utility function SDL_Vulkan_Display_CreateSurface that creates
a surface using this extension. The display to use (if there are
multiple) can be overridden using the environment variable
"SDL_VULKAN_DISPLAY".

- Use this function in a new compilation unit SDL_vivantevideo.c,
which implements the SDL_VIDEO_VULKAN methods of the driver structure.
2019-05-19 10:36:44 -07:00
..
SDL_vivanteopengles.c Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_vivanteopengles.h Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_vivanteplatform.c Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_vivanteplatform.h Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_vivantevideo.c video: Add Vulkan support for vivante fb 2019-05-19 10:36:44 -07:00
SDL_vivantevideo.h Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_vivantevulkan.c video: Add Vulkan support for vivante fb 2019-05-19 10:36:44 -07:00
SDL_vivantevulkan.h video: Add Vulkan support for vivante fb 2019-05-19 10:36:44 -07:00