summaryrefslogtreecommitdiff
path: root/src/video/android/SDL_androidvulkan.c
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright for 2021Sam Lantinga2021-01-021-1/+1
* Fixed bug 5235 - All internal sources should include SDL_assert.hSam Lantinga2020-12-091-1/+0
* Updated copyright date for 2020Sam Lantinga2020-01-161-1/+1
* Android: some readability: redundant casts, deads stores, redundant control flowSylvain Becker2019-10-311-1/+1
* Updated copyright for 2019Sam Lantinga2019-01-041-1/+1
* revert the recent typecast assignment changes (see bug #4079)sezero2018-02-121-3/+3
* Fixed ISO C99 compatibilitySam Lantinga2018-01-301-4/+5
* Updated copyright for 2018Sam Lantinga2018-01-031-1/+1
* Fixed bug 3799 - SDL_CreateWindow fails with SDL_WINDOW_VULKAN (libvulkan.so....Sam Lantinga2017-09-061-1/+1
* Be clear that disabling Vulkan surface support disables the entire SDL Vulkan...Sam Lantinga2017-08-281-1/+1
* Fixed Android build with Vulkan supportSam Lantinga2017-08-271-2/+2
* Fixed Android buildSam Lantinga2017-08-271-3/+3
* vulkan: Initial Vulkan support!Ryan C. Gordon2017-08-271-0/+174