Sam Lantinga
|
3234a3b902
Simplified internal SDL_Surface structure
|
1 年之前 |
Ryan C. Gordon
|
154452a726
winrt: Removed WinRT/Windows Phone/UWP support.
|
1 年之前 |
Sam Lantinga
|
b602c449e5
Remove SDL_SCALEMODE_BEST
|
1 年之前 |
Sam Lantinga
|
9ff3446f03
Use SDL_bool instead an int return code in the SDL API
|
1 年之前 |
Sam Lantinga
|
6501e90018
Use C++ style comments consistently in SDL source code
|
1 年之前 |
Sam Lantinga
|
c040a02d6c
Removed SDL_PROP_SURFACE_COLORSPACE_NUMBER
|
1 年之前 |
Sam Lantinga
|
2ba76dbe80
Simplified SDL_Surface
|
1 年之前 |
Sam Lantinga
|
e52603ac8f
Support format conversion and YUV surfaces in SDL_SoftStretch()
|
1 年之前 |
Sam Lantinga
|
cacac6cc34
Updated structure and field names for consistency
|
2 年之前 |
Anonymous Maarten
|
31d133db40
Define SDL_PLATFORM_* macros instead of underscored ones (#8875)
|
2 年之前 |
Sam Lantinga
|
99ce8af439
Fixed warning C4244: '=': conversion from 'Sint64' to 'int', possible loss of data
|
2 年之前 |
Sylvain
|
7b02d328fa
Fixed overflow in SDL_SoftStretch() (see #8878)
|
2 年之前 |
Sam Lantinga
|
09ba55b462
Fixed crash scaling very large surfaces
|
2 年之前 |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
2 年之前 |
Sylvain
|
ffd82fb7c4
Add scaleMode to SDL_SoftStretch(), remove SDL_SoftStretchLinear().
|
2 年之前 |
Sam Lantinga
|
ddbdd73258
Updated source to match SDL function prototype style
|
2 年之前 |
Anonymous Maarten
|
b6ae281e97
Use #ifdef/#ifndef instead of #if defined/#if \!defined
|
3 年之前 |
Sam Lantinga
|
308bcbbe76
Fixed Visual Studio warning 4244
|
3 年之前 |
Anonymous Maarten
|
3472dc11d6
Fix uses of undefined macro identifiers (-Wundef)
|
3 年之前 |
Anonymous Maarten
|
b5b9ddb205
SDL_intrin.h: define SDL_<simd>_INTRINSICS in user-visible header
|
3 年之前 |
Ozkan Sezer
|
69de6964e5
use target attributes of gcc / clang for SIMD code.
|
3 年之前 |
Anonymous Maarten
|
fc4085b54e
cmake: Allow build system to disable arm neon intrinsics
|
3 年之前 |
Anonymous Maarten
|
4681240241
cmake: Detect AVX + allow build system to disable Intel intrinsics
|
3 年之前 |
Sylvain
|
9b065bf54b
Fix various warnings: static /void / comma
|
3 年之前 |
Sam Lantinga
|
14a4ce8b59
Fixed SDL_ScaleMode values for consistency
|
3 年之前 |
Sam Lantinga
|
dc280c17a0
Moved SDL_intrin.h back into the public headers for application use
|
3 年之前 |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
3 年之前 |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
3 年之前 |
Sylvain
|
af5bda5ef3
Fix warnings 'macro argument should be enclosed in parentheses'
|
3 年之前 |
Cameron Cawley
|
ee0e9e979c
Move intrinsic includes into a private header
|
3 年之前 |