SDL/src/dynapi
Sam Lantinga 44087f9b2f Updated SDL's YUV support, many thanks to Adrien Descamps
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.
2017-11-12 22:51:12 -08:00
..
gendynapi.pl Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_dynapi_overrides.h Updated SDL's YUV support, many thanks to Adrien Descamps 2017-11-12 22:51:12 -08:00
SDL_dynapi_procs.h Updated SDL's YUV support, many thanks to Adrien Descamps 2017-11-12 22:51:12 -08:00
SDL_dynapi.c Fixed typedef redefinition errors when including both SDL_vulkan.h and vulkan.h 2017-08-27 23:13:15 -07:00
SDL_dynapi.h SDL_dynapi.h: revert commit a6da0a386f68 in order to enable dynapi 2017-08-27 18:49:36 -07:00