Ryan C. Gordon
|
122cd4db2b
include: Added `\threadsafety` notes to all SDL_render.h functions.
|
6 months ago |
SDL Wiki Bot
|
276969cd58
Sync SDL3 wiki -> header
|
6 months ago |
Ryan C. Gordon
|
4c48ff51f8
render: SDL_RenderPresent now behaves when a render target is currently set.
|
6 months ago |
Ryan C. Gordon
|
7a6a0becb8
render: Fixed a FIXME for SDL_SetRenderViewport with a negative size.
|
6 months ago |
Ryan C. Gordon
|
54459def69
render: Remove the logical presentation render target.
|
7 months ago |
Ryan C. Gordon
|
bf7a48cdcc
render/gpu: Change some memcpy calls to SDL_memcpy.
|
6 months ago |
Ryan C. Gordon
|
b48f29dd9b
examples: Fix name of renderer/17-read-pixels binary.
|
6 months ago |
cosmonaut
|
925e47a077
GPU: Fix backwards LogError and SetError calls
|
6 months ago |
Anonymous Maarten
|
1561d7c089
Fix warnings in build-scripts/check_stdlib_usage.py
|
6 months ago |
Anonymous Maarten
|
2070adb262
android: add python script checking Android JNI bindings
|
6 months ago |
Anonymous Maarten
|
cf4049cfde
ci: check versioning on ci
|
6 months ago |
cosmonaut
|
557c6dfb18
GPU: call SDL_SetError where appropriate
|
6 months ago |
Cameron Gutman
|
6ec8b1a173
Throttle tickle reports to PS4/PS5 controllers
|
6 months ago |
Anthony
|
53bf2baac3
Change JNI calls to comply with recent Boolean changes
|
6 months ago |
Ryan C. Gordon
|
fcab6c99fb
examples: Fixed some window titles.
|
6 months ago |
Ryan C. Gordon
|
9881c4e582
examples: Added renderer/17-read-pixels
|
6 months ago |
Ryan C. Gordon
|
62389ada6f
examples/renderer/02-primitives: seed the RNG.
|
6 months ago |
Ryan C. Gordon
|
95134f6d58
examples: Added renderer/15-cliprect
|
6 months ago |
Frank Praznik
|
ad3a4c677b
wayland: Clean up cursor scaling
|
6 months ago |
Petar Popovic
|
e5d3a1b6f5
Remove casts from typed pointer to void * for printf %p in test projects
|
6 months ago |
Cameron Gutman
|
57418475ce
kmsdrm: Keep fd around if we can drop master
|
6 months ago |
Cameron Gutman
|
13f88df190
kmsdrm: Fix KMSDRM_Vulkan_CreateSurface() return value
|
6 months ago |
Cameron Gutman
|
8f55f48337
kmsdrm: Move property initialization a bit further down
|
6 months ago |
Ryan C. Gordon
|
1ed3dac021
examples: Added renderer/14-viewport
|
6 months ago |
Ryan C. Gordon
|
e00ea27d25
examples/renderer/01-clear: No longer needs vsync.
|
6 months ago |
Petar Popovic
|
004ac40226
Fix warning: no function prototype
|
6 months ago |
Ethan Lee
|
4a3faf20ac
gpu: Replace high-level logs with SetError
|
6 months ago |
Petar Popovic
|
043c876a15
Move default colorspace aliases into enum
|
6 months ago |
mausimus
|
0685b96469
GPU: fix build when SDL_GPU_DISABLED is set
|
6 months ago |
Ryan C. Gordon
|
e973b687cd
examples: Added renderer/11-color-mods
|
6 months ago |