Sylvain
|
af5bda5ef3
Fix warnings 'macro argument should be enclosed in parentheses'
|
3 سال پیش |
Sam Lantinga
|
f32cdfa096
Fixed presentation reset calculation (thanks @zturtleman!)
|
3 سال پیش |
Sylvain
|
021d0b7300
Fix wrong clang-tidy modification. This is an integer division. Thanks @meyraud705 (see PR #6725)
|
3 سال پیش |
Sam Lantinga
|
8121bbd083
Convert ticks to 64-bit, added nanosecond precision to the API
|
3 سال پیش |
Pierre Wendling
|
3c501b963d
Clang-Tidy fixes (#6725)
|
3 سال پیش |
Sylvain Becker
|
932f61348d
Remove mask versions of SDL_CreateRGBSurface* #6701 (#6711)
|
3 سال پیش |
Sam Lantinga
|
1e2dfdb019
Removed the OpenGL ES 1.0 2D render implementation
|
3 سال پیش |
Sam Lantinga
|
5750bcb174
Update for SDL3 coding style (#6717)
|
3 سال پیش |
Sam Lantinga
|
c5790359fd
Added precompiled header support for Visual Studio and Xcode (#6710)
|
3 سال پیش |
Sylvain Becker
|
fc4fc5295f
Remove depth field from SDL_CreateRGBSurfaceWithFormat and SDL_Create… (#6685)
|
3 سال پیش |
Sylvain Becker
|
6a2200823c
Cleanup add brace (#6545)
|
3 سال پیش |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
3 سال پیش |
Sam Lantinga
|
cc1f9eb983
Use Apple's nomenclature for macOS and iOS
|
3 سال پیش |
Ozkan Sezer
|
0b8309da0c
renamed SDL PI constants to SDL_PI_D and SDL_PI_F.
|
3 سال پیش |
Sam Lantinga
|
670f1df469
Removed SDL_stdinc.h dependency on HAVE_M_PI, added SDL_M_PIl (double) and SDL_M_PIf (float) instead
|
3 سال پیش |
Ozkan Sezer
|
34231f5ba0
reverted opengles removal.
|
3 سال پیش |
Ozkan Sezer
|
30b1ab2add
removed opengles.
|
3 سال پیش |
Ozkan Sezer
|
3aea865cdf
removed directfb support.
|
3 سال پیش |
Sylvain
|
1d7966df15
Remove un-needed check for NULL pointer. They were previously checked just before.
|
3 سال پیش |
Sam Lantinga
|
dd72f3f03d
Added comment for #endif
|
3 سال پیش |
Steven Noonan
|
3d35c08585
fix a few 'unused but set variable' and 'unused function' warnings
|
3 سال پیش |
Sam Lantinga
|
aefc6b5bb5
Renamed variables, index is the singular of indices
|
3 سال پیش |
Sylvain
|
e8a4c23ce5
Revert commit 790fa3156cfee847a7c0b34986de0cd7fdd7438f.
|
3 سال پیش |
Sylvain
|
790fa3156c
Fix warning: enumeration value 'SDL_BLENDMODE_INVALID' not explicitly handled in switch
|
3 سال پیش |
Sylvain
|
3d99d31026
Fixed bug #6401 - back-end can choose the order the triangles when rendering rects, attempt to fix small glitch rendering.
|
3 سال پیش |
Sylvain
|
285cbf6fdd
Revert commit 485bb3565b6da24620e4eedde837fbfbc5cee6d2.
|
3 سال پیش |
Sylvain
|
485bb3565b
Fixed bug #6401 - change the order of triangles when using RenderCopy, RenderCopyEx and RenderFillRect
|
3 سال پیش |
Sam Lantinga
|
e2753e19e8
Calculate simulated vsync interval based on display refresh rate
|
3 سال پیش |
Sam Lantinga
|
208964f038
Reset the simulated vsync presentation timeline if it's been too long since the last present
|
3 سال پیش |
Sam Lantinga
|
1663cb4196
Reset simulated presentation timeline when vsync status changes
|
3 سال پیش |