Sam Lantinga
|
e5b9dfd181
Fixed setting SDL_PROP_TEXTURE_VULKAN_TEXTURE_NUMBER
|
6 ヶ月 前 |
Sam Lantinga
|
ad2b211f75
Fixed pitch and chroma issues with the Vulkan planar YUV texture update functions
|
6 ヶ月 前 |
Sam Lantinga
|
0aaa0321cc
Fixed warning C5286: implicit conversion from enum type 'VkFilter' to enum type 'SDL_ScaleMode'
|
8 ヶ月 前 |
Sam Lantinga
|
b32cd4f84b
Make texture scale mode a part of the 2D renderer draw state
|
1 年間 前 |
Petar Popovic
|
c70f54e28b
Remove redundant casts
|
1 年間 前 |
Sam Lantinga
|
3cfa476d3f
Added support for SDL_PIXELFORMAT_ABGR8888 textures
|
1 年間 前 |
danginsburg
|
4fd0b2a85c
Fix #12142 - the problem was if the size of the vertex buffer was exceeded, the currentVertexBuffer would be reset to zero and thus we'd leave it pointing to an in-use VB that would get overwritten on the next present before the vkQueueSubmit occurred.
|
1 年間 前 |
Petar Popovic
|
a336b62d8b
Remove newlines from error messages
|
1 年間 前 |
nightmareci
|
718034f5fa
Remove newlines from log messages
|
1 年間 前 |
Sam Lantinga
|
a036aeda3b
The Vulkan renderer doesn't actually support RGB texture formats
|
1 年間 前 |
Sam Lantinga
|
f2074d7af3
Updated copyright for 2025
|
1 年間 前 |
L zard
|
8b6d3c88cf
Fix `#ifdef`s to have config flags either defined as 1 or undefined
|
1 年間 前 |
Ryan C. Gordon
|
615c935d11
events: Added SDL_RenderEvent.
|
1 年間 前 |
Dan Ginsburg
|
4f160d69a6
Closes #10318 - implement Android prerotation in the Vulkan renderer
|
1 年間 前 |
Sam Lantinga
|
3d47877bb4
Added SDL_EVENT_RENDER_DEVICE_LOST
|
1 年間 前 |
华仔
|
5c1ccaefae
Fixed VULKAN_UpdateViewport judgment.
|
1 年間 前 |
Sam Lantinga
|
00f4cb308b
Fixed crash if the Vulkan renderer changes swapchain image count
|
1 年間 前 |
Petar Popovic
|
3246df8bd3
Remove redundant SDL_Vulkan_GetResultString() declaration
|
1 年間 前 |
Petar Popovic
|
457d0edeaf
Remove some extra semicolons
|
1 年間 前 |
Sam Lantinga
|
86e393b523
Clarify that INPUTTYPE_UNSPECIFIED is correct for RGB textures
|
1 年間 前 |
Sam Lantinga
|
667a3e40e9
Use the correct namespace for structures
|
1 年間 前 |
Petar Popovic
|
d2ef15d8e6
Fix warnings: calloc-transposed-args
|
1 年間 前 |
Anonymous Maarten
|
4c0cb94b96
vulkan: VULKAN_CreateTexture returns a boolean
|
1 年間 前 |
Anonymous Maarten
|
3eb49ac862
vulken: VULKAN_CreateTexture returns a boolean
|
1 年間 前 |
Sam Lantinga
|
387774ab8a
Build config flags are either defined or undefined, never 0
|
1 年間 前 |
Sam Lantinga
|
2010a22f44
Removed unneeded separate return statement.
|
1 年間 前 |
Sam Lantinga
|
00c409cff8
Additional cleanup exposed by building with a C++ compiler
|
1 年間 前 |
Sam Lantinga
|
9ff3446f03
Use SDL_bool instead an int return code in the SDL API
|
1 年間 前 |
Sam Lantinga
|
3e60fb4223
VULKAN_UpdateVertexBuffer() should return true if there's nothing to do
|
1 年間 前 |
Sam Lantinga
|
8f546bb3c9
Use C99 bool internally in SDL
|
1 年間 前 |