kc3-lang/SDL/src/video/SDL_vulkan_utils.c

Branch :


Log

Author Commit Date CI Message
120c76c8 2022-01-03 09:40:00 Updated copyright for 2022
a74f888f 2021-04-29 22:25:00 Fixed bug #4337 - compilation of 'SDL_vulkan_utils' fails with 'VK_ERROR_INCOMPATIBLE_VERSION_KHR' undeclared
549bc133 2021-02-03 09:51:42 SDL_vulkan_utils: minor code clean-up
9130f7c3 2021-01-02 10:25:38 Updated copyright for 2021
5dc6c3c9 2020-10-24 10:46:18 Updated Vulkan headers to version 1.2.158 https://github.com/KhronosGroup/Vulkan-Headers
b6afbe63 2020-04-07 09:38:57 Added SDL_log.h to SDL_internal.h so logging is available everywhere
a8780c6a 2020-01-16 20:49:25 Updated copyright date for 2020
32ead2cb 2019-06-12 15:37:07 vulkan: Fixed use-after-free bug.
5fb20b30 2019-06-11 02:14:59 video: fixed compiler warning on Visual Studio.
4bd80834 2019-05-20 00:41:18 vulkan: Swapped out a free() that should have been an SDL_free(). Fixes (for real this time!) the Visual Studio builds.
ebbb295e 2019-05-19 23:29:50 vulkan: Patched to compile on Visual Studio.
d778b26d 2019-05-19 20:25:02 Patched to compile in C89 mode.
29f34453 2019-05-19 10:36:44 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.
5e13087b 2019-01-04 22:01:14 Updated copyright for 2019
5febdfce 2018-09-24 11:49:25 Fixed whitespace
509db8af 2018-01-17 13:12:39 Fixed formatting, added actual count to SDL error message
f9bdce61 2018-01-14 13:34:50 Vulkan: Allow SDL_Vulkan_GetInstanceExtensions to be called with a larger array than necessary.
e3cc5b2c 2018-01-03 10:03:25 Updated copyright for 2018
59d17bde 2017-09-22 22:30:02 Avoid hitting ERR_MAX_STRLEN limit.
93415899 2017-08-28 13:40:32 Removed unneeded Vulkan symbol definitions
edaa0ef5 2017-08-28 00:54:02 Fixed analyzer warning "Call to 'calloc' has an allocation size of 0 bytes"
ce2b1644 2017-08-28 00:11:38 Be clear that disabling Vulkan surface support disables the entire SDL Vulkan integration
25e3a1ec 2017-08-27 22:15:57 vulkan: Initial Vulkan support! This work was done by Jacob Lifshay and Mark Callow; I'm just merging it into revision control.