summaryrefslogtreecommitdiff
path: root/src/video/SDL_vulkan_utils.c
Commit message (Expand)AuthorAgeFilesLines
* SDL_vulkan_utils: minor code clean-upSylvain Becker2021-02-031-187/+147
* Updated copyright for 2021Sam Lantinga2021-01-021-1/+1
* Updated Vulkan headers to version 1.2.158Sam Lantinga2020-10-241-4/+29
* Added SDL_log.h to SDL_internal.h so logging is available everywhereSam Lantinga2020-04-071-1/+0
* Updated copyright date for 2020Sam Lantinga2020-01-161-1/+1
* vulkan: Fixed use-after-free bug.Ryan C. Gordon2019-06-121-3/+1
* video: fixed compiler warning on Visual Studio.Ryan C. Gordon2019-06-111-1/+3
* vulkan: Swapped out a free() that should have been an SDL_free().Ryan C. Gordon2019-05-201-1/+1
* vulkan: Patched to compile on Visual Studio.Ryan C. Gordon2019-05-191-1/+3
* Patched to compile in C89 mode.Ryan C. Gordon2019-05-191-1/+1
* video: Add Vulkan support for vivante fbWladimir J. van der Laan"2019-05-191-0/+341
* Updated copyright for 2019Sam Lantinga2019-01-041-1/+1
* Fixed whitespaceSam Lantinga2018-09-241-4/+4
* Fixed formatting, added actual count to SDL error messageSam Lantinga2018-01-171-9/+7
* Vulkan: Allow SDL_Vulkan_GetInstanceExtensions to be called with a larger arr...John Bartholomew2018-01-141-6/+3
* Updated copyright for 2018Sam Lantinga2018-01-031-1/+1
* Avoid hitting ERR_MAX_STRLEN limit.Mark Callow2017-09-221-2/+6
* Removed unneeded Vulkan symbol definitionsSam Lantinga2017-08-281-15/+0
* Fixed analyzer warning "Call to 'calloc' has an allocation size of 0 bytes"Sam Lantinga2017-08-281-7/+4
* Be clear that disabling Vulkan surface support disables the entire SDL Vulkan...Sam Lantinga2017-08-281-1/+1
* vulkan: Initial Vulkan support!Ryan C. Gordon2017-08-271-0/+191