Sam Lantinga
|
5f086e7623
Updated copyright for 2026
|
2 月之前 |
Sam Lantinga
|
ac0edbe9d2
Just assert that RLE encoding isn't active
|
4 月之前 |
Sam Lantinga
|
2b365983db
Save the original pixels when RLE encoding is enabled
|
4 月之前 |
Sam Lantinga
|
a2ed1a4197
Fixed blitting bitmaps with a non-zero x offset
|
4 月之前 |
Sam Lantinga
|
437d78499c
Don't set SDL_SURFACE_LOCK_NEEDED until a surface is RLE encoded
|
6 月之前 |
Sam Lantinga
|
f2074d7af3
Updated copyright for 2025
|
1 年之前 |
L zard
|
8b6d3c88cf
Fix `#ifdef`s to have config flags either defined as 1 or undefined
|
1 年之前 |
Sam Lantinga
|
3234a3b902
Simplified internal SDL_Surface structure
|
1 年之前 |
Sam Lantinga
|
345d9bfe19
A zero source rect is valid for blitting
|
1 年之前 |
Sam Lantinga
|
9ff3446f03
Use SDL_bool instead an int return code in the SDL API
|
1 年之前 |
Sam Lantinga
|
8f546bb3c9
Use C99 bool internally in SDL
|
1 年之前 |
Sam Lantinga
|
6501e90018
Use C++ style comments consistently in SDL source code
|
1 年之前 |
Sam Lantinga
|
15f68a86ff
Group the blit copy flags to simplify code
|
1 年之前 |
Sam Lantinga
|
bab982f2e0
Don't recalculate the blit mapping when changing surfaces
|
1 年之前 |
Sam Lantinga
|
c040a02d6c
Removed SDL_PROP_SURFACE_COLORSPACE_NUMBER
|
1 年之前 |
Sam Lantinga
|
e41428d259
Added full blit feature support for 8-bit surfaces
|
1 年之前 |
Sam Lantinga
|
df573391b1
Added SDL_BLENDMODE_BLEND_PREMULTIPLIED and SDL_BLENDMODE_ADD_PREMULTIPLIED
|
1 年之前 |
Sam Lantinga
|
2ba76dbe80
Simplified SDL_Surface
|
1 年之前 |
Sam Lantinga
|
4fa5196820
Revert "Switch pixel format loss fields to number of bits"
|
1 年之前 |
Sam Lantinga
|
3c90b1c1f6
Switch pixel format loss fields to number of bits
|
1 年之前 |
Anonymous Maarten
|
f030533580
SDL_blit: remove SDL_BLIT_CPU_FEATURES override
|
2 年之前 |
Sam Lantinga
|
cacac6cc34
Updated structure and field names for consistency
|
2 年之前 |
Sam Lantinga
|
6f443e2aca
Added support for the scRGB colorspace on D3D11 and D3D12
|
2 年之前 |
Sam Lantinga
|
3c45544a14
Added a slow blit function to handle large pixel formats and colorspace conversion
|
2 年之前 |
Sam Lantinga
|
61b5c38e6e
Added the initial concept of colorspace to SDL
|
2 年之前 |
Sam Lantinga
|
3b55c7d1f4
Shortened SDL property names
|
2 年之前 |
Sam Lantinga
|
8fe257b541
Added support for other HDR color primaries
|
2 年之前 |
Anonymous Maarten
|
31d133db40
Define SDL_PLATFORM_* macros instead of underscored ones (#8875)
|
2 年之前 |
Sam Lantinga
|
7cd914593f
Added HDR surface properties and tone mapping from HDR to SDR
|
2 年之前 |
Sam Lantinga
|
b566bfce07
Fixed warning C4152: nonstandard extension, function/data pointer conversion in expression
|
2 年之前 |