mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-12-24 14:41:34 +00:00
New functions get and set the YUV colorspace conversion mode: SDL_SetYUVConversionMode() SDL_GetYUVConversionMode() SDL_GetYUVConversionModeForResolution() SDL_ConvertPixels() converts between all supported RGB and YUV formats, with SSE acceleration for converting from planar YUV formats (YV12, NV12, etc) to common RGB/RGBA formats. Added a new test program, testyuv, to verify correctness and speed of YUV conversion functionality. |
||
|---|---|---|
| .. | ||
| direct3d | ||
| direct3d11 | ||
| opengl | ||
| opengles | ||
| opengles2 | ||
| psp | ||
| software | ||
| SDL_d3dmath.c | ||
| SDL_d3dmath.h | ||
| SDL_render.c | ||
| SDL_sysrender.h | ||
| SDL_yuv_sw.c | ||
| SDL_yuv_sw_c.h | ||