Sam Lantinga
|
a90ad3b0e2
Removed SDL_bool in favor of plain bool
|
7 months ago |
Petar Popovic
|
d2ef15d8e6
Fix warnings: calloc-transposed-args
|
7 months ago |
Sam Lantinga
|
9ff3446f03
Use SDL_bool instead an int return code in the SDL API
|
8 months ago |
Sam Lantinga
|
5bf6bc4d7d
Renamed SDL_Get/SetProperty() to SDL_Get/SetPointerProperty()
|
9 months ago |
Sam Lantinga
|
8165e96514
Fixed whitespace
|
9 months ago |
Ryan C. Gordon
|
982feb7a65
vulkan: SDL_Vulkan_CreateSurface now returns the usual int (0=ok, -1=error).
|
9 months ago |
Sam Lantinga
|
d51b53ef8f
Add final Vulkan AV1 ext and VVC support
|
1 year ago |
Anonymous Maarten
|
c493b40cc3
testffmpeg_vulkan: fix -Wincompatible-pointer-types warning
|
1 year ago |
Sam Lantinga
|
fcb132b8e8
Allow building testffmpeg without Vulkan support
|
1 year ago |
Sam Lantinga
|
9db68f97f9
Reverted SDL_Vulkan_GetInstanceExtensions() API change
|
1 year ago |
Sylvain
|
cea717e5d3
Removed some uneeded 'unsigned': renderer.num_texture_format and SDL_Vulkan_GetInstanceExtensions() prototype
|
1 year ago |
Sam Lantinga
|
d4f4aa745a
Use C++ style comments in new code
|
1 year ago |
Sam Lantinga
|
180dd0bb39
testffmpeg: don't free the instance extensions, we hold onto them in the context
|
1 year ago |
Sam Lantinga
|
97f97109d1
testffmpeg: fixed Vulkan validation errors
|
1 year ago |
Sam Lantinga
|
dbec2150d0
testffmpeg: added support for Vulkan rendering
|
1 year ago |