Sam Lantinga
|
2aa9569b3e
Replaced SDL_SIMDAlloc(), SDL_SIMDRealloc(), and SDL_SIMDFree() with SDL_aligned_alloc() and SDL_aligned_free()
|
3 lat temu |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
3 lat temu |
Sam Lantinga
|
cc0296c934
SDL API renaming: SDL_surface.h
|
3 lat temu |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
3 lat temu |
Pierre Wendling
|
3c501b963d
Clang-Tidy fixes (#6725)
|
3 lat temu |
Sam Lantinga
|
5750bcb174
Update for SDL3 coding style (#6717)
|
3 lat temu |
Sam Lantinga
|
c5790359fd
Added precompiled header support for Visual Studio and Xcode (#6710)
|
3 lat temu |
Sylvain Becker
|
6a2200823c
Cleanup add brace (#6545)
|
3 lat temu |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
3 lat temu |
Sam Lantinga
|
6da99d4a6c
Don't use SDL_SIMDFree() if the pixels haven't been allocated with SDL_SIMDAlloc()
|
4 lat temu |
Eddy Jansson
|
6c2928b4be
Switch uses of MIN() to SDL_min()
|
4 lat temu |
Sam Lantinga
|
120c76c84b
Updated copyright for 2022
|
4 lat temu |
Sylvain
|
5a7a7ba570
Don't use "realloc" in comment so that it doesn't show up
|
4 lat temu |
Sylvain
|
1f3df900f9
Error missing 'flags' initialization (see bug #2881)
|
5 lat temu |
Sylvain
|
c93e3b3607
Fixed bug #2881 - SDL_RLEsurface may encode RGB888 if it has no color key (Thanks Simon Hug)
|
5 lat temu |
Sam Lantinga
|
9130f7c377
Updated copyright for 2021
|
5 lat temu |
Sam Lantinga
|
723d76c8ec
Fixed bug 5333 - Replace character of legacy code page with utf-8 one.
|
5 lat temu |
Sam Lantinga
|
b5e3d264f2
Added a single SDL_LEAN_AND_MEAN define to turn on minimal SDL builds
|
6 lat temu |
Sylvain Becker
|
7df22cf2c2
A few #defines to reduce SDL2 footprint.
|
6 lat temu |
Sam Lantinga
|
a8780c6a28
Updated copyright date for 2020
|
6 lat temu |
Sam Lantinga
|
981e0d367c
Fixed bug 4903 - Lack of color multiply with alpha (SDL_BLENDMODE_MOD + SDL_BLENDMODE_BLEND) blending mode for all renderers
|
6 lat temu |
Sylvain Becker
|
f16e51068b
Fix const warning in RLE getpix functions
|
6 lat temu |
Sylvain Becker
|
d4a67e2541
Readability: change some pointer parameter to be pointer to const
|
6 lat temu |
Ozkan Sezer
|
9c8e403f6b
use 'U' suffix on constants instead of (unsigned int) cast.
|
6 lat temu |
Sylvain Becker
|
70dc8d1648
Android: fix corresponding warnings
|
6 lat temu |
Sam Lantinga
|
8728ce4448
Fixed bug 4557 - SDL_SIMDAlloc and *Free should be in the public interface
|
6 lat temu |
Sylvain Becker
|
670f3d3327
Fixed bug 4484 - use SIMD aligned memory for SDL_Surface
|
7 lat temu |
Sam Lantinga
|
5e13087b0f
Updated copyright for 2019
|
7 lat temu |
Sylvain Becker
|
252dc85e95
Fix warnings detected on Android build
|
7 lat temu |
Sam Lantinga
|
e3cc5b2c6b
Updated copyright for 2018
|
8 lat temu |