Sam Lantinga
|
ea0c2f55be
SDL API renaming: *Is* functions
|
2 years ago |
Sam Lantinga
|
36d4395c97
SDL API renaming: internal functions
|
2 years ago |
Sam Lantinga
|
58aecf0a54
SDL API renaming: SDL_rect.h
|
2 years ago |
Sam Lantinga
|
cc0296c934
SDL API renaming: SDL_surface.h
|
2 years ago |
Sam Lantinga
|
0d54115235
SDL API renaming: SDL_render.h
|
2 years ago |
Sam Lantinga
|
083e436a1a
SDL API renaming: SDL_pixels.h
|
2 years ago |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
2 years ago |
Sam Lantinga
|
00f05dcf49
render: only enable clipping when the rectangle is valid
|
2 years ago |
Sam Lantinga
|
909b513c33
Made SDL_WINDOWEVENT_* and SDL_DISPLAYEVENT_* first class event types
|
2 years ago |
Ryan C. Gordon
|
5a2d0b69c8
render: Remove SDL_GetRenderDriverInfo and change SDL_CreateRenderer.
|
2 years ago |
Sylvain
|
af5bda5ef3
Fix warnings 'macro argument should be enclosed in parentheses'
|
2 years ago |
Sam Lantinga
|
f32cdfa096
Fixed presentation reset calculation (thanks @zturtleman!)
|
2 years ago |
Sylvain
|
021d0b7300
Fix wrong clang-tidy modification. This is an integer division. Thanks @meyraud705 (see PR #6725)
|
2 years ago |
Sam Lantinga
|
8121bbd083
Convert ticks to 64-bit, added nanosecond precision to the API
|
2 years ago |
Pierre Wendling
|
3c501b963d
Clang-Tidy fixes (#6725)
|
2 years ago |
Sylvain Becker
|
932f61348d
Remove mask versions of SDL_CreateRGBSurface* #6701 (#6711)
|
2 years ago |
Sam Lantinga
|
1e2dfdb019
Removed the OpenGL ES 1.0 2D render implementation
|
2 years ago |
Sam Lantinga
|
5750bcb174
Update for SDL3 coding style (#6717)
|
2 years ago |
Sam Lantinga
|
c5790359fd
Added precompiled header support for Visual Studio and Xcode (#6710)
|
2 years ago |
Sylvain Becker
|
fc4fc5295f
Remove depth field from SDL_CreateRGBSurfaceWithFormat and SDL_Create… (#6685)
|
2 years ago |
Sylvain Becker
|
6a2200823c
Cleanup add brace (#6545)
|
2 years ago |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
2 years ago |
Sam Lantinga
|
cc1f9eb983
Use Apple's nomenclature for macOS and iOS
|
2 years ago |
Ozkan Sezer
|
0b8309da0c
renamed SDL PI constants to SDL_PI_D and SDL_PI_F.
|
2 years ago |
Sam Lantinga
|
670f1df469
Removed SDL_stdinc.h dependency on HAVE_M_PI, added SDL_M_PIl (double) and SDL_M_PIf (float) instead
|
2 years ago |
Ozkan Sezer
|
34231f5ba0
reverted opengles removal.
|
2 years ago |
Ozkan Sezer
|
30b1ab2add
removed opengles.
|
2 years ago |
Ozkan Sezer
|
3aea865cdf
removed directfb support.
|
2 years ago |
Sylvain
|
1d7966df15
Remove un-needed check for NULL pointer. They were previously checked just before.
|
2 years ago |
Sam Lantinga
|
dd72f3f03d
Added comment for #endif
|
2 years ago |