Sam Lantinga
|
3c45544a14
Added a slow blit function to handle large pixel formats and colorspace conversion
|
1 year ago |
Amun
|
4a759b340f
Fixes in SDL_ColorSpace (SDL_pixels.h)
|
1 year ago |
Sam Lantinga
|
f257eb4481
Added the concept of colorspace to the SDL renderer
|
1 year ago |
Sam Lantinga
|
554f0625d3
Renderer colors now have floating point precision
|
1 year ago |
Sam Lantinga
|
61a3a163db
Fixed typo (thanks @Akaricchi!)
|
1 year ago |
Sam Lantinga
|
61b5c38e6e
Added the initial concept of colorspace to SDL
|
1 year ago |
Sam Lantinga
|
aeac8774f7
Missed one
|
1 year ago |
Sam Lantinga
|
d0dd60c8ba
Updated new pixel format names to be more consistent with the others
|
1 year ago |
Sam Lantinga
|
0f78aa7c30
Add some high bit-depth pixel formats
|
1 year ago |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
1 year ago |
Sam Lantinga
|
30a2291d59
Fixed compatibility with sdl2-compat (thanks @sezero!)
|
1 year ago |
Cameron Cawley
|
753bbd199e
Add SDL_PIXELFORMAT_INDEX2LSB and SDL_PIXELFORMAT_INDEX2MSB
|
1 year ago |
Ryan C. Gordon
|
c53843a961
docs: Remove Doxygen `\brief` tags.
|
1 year ago |
Sam Lantinga
|
f7d40b7594
Added 10-bit pixel formats in addition to SDL_PIXELFORMAT_ARGB2101010
|
1 year ago |
Simon McVittie
|
3698630bbc
pixels: Document the naming convention
|
1 year ago |
Sam Lantinga
|
a2d594269c
Fixed pixel format compatibility with SDL2
|
2 years ago |
Starbuck5
|
666f81bace
Add more endian-specific aliases for 32 bit pixelformats
|
2 years ago |
Sam Lantinga
|
e264bb5178
Rename SDL_PIXELFORMAT_RGB888 and SDL_PIXELFORMAT_BGR888 to SDL_PIXELFORMAT_XRGB8888 and SDL_PIXELFORMAT_XBGR8888 for clarity
|
2 years ago |
Sam Lantinga
|
0f4679102c
Fixed pedantic warning: comma at end of enumerator list
|
2 years ago |
Anonymous Maarten
|
549cedfa88
include: add \brief to includes
|
2 years ago |
Sylvain
|
49e47b523a
Update `\returns` to the generic form
|
2 years ago |
Sylvain
|
e2e5e670bf
Remove returns int from Destroy/Close/Unlock functions
|
2 years ago |
Sylvain
|
c5c94a6be6
Change return type from void to int, for functions that set an error
|
2 years ago |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
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 |
Ryan C. Gordon
|
3197632347
include: Renamed begin_code.h and close_code.h to have SDL_ prefixes.
|
2 years ago |
Sylvain Becker
|
932f61348d
Remove mask versions of SDL_CreateRGBSurface* #6701 (#6711)
|
2 years ago |
Sam Lantinga
|
a08f517069
Removed unused SDL_ArrayOrder enumeration values
|
2 years ago |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
2 years ago |