]> code.ossystems Code Review - openembedded-core.git/commit
libsdl2: upgrade 2.0.18 -> 2.0.20
authorwangmy <wangmy@fujitsu.com>
Mon, 17 Jan 2022 14:30:05 +0000 (22:30 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 18 Jan 2022 10:52:57 +0000 (10:52 +0000)
commit21de64185beb799aee04dc12ae84e3a60cc671a3
treee46ae825209484e3bc01336cc2c9550f8f1f5163
parentd9ff458e88fe764686e4df31faff9e74d5c490b7
libsdl2: upgrade 2.0.18 -> 2.0.20

0001-Fix-build-against-wayland-1.20.patch
removed since it is included in 2.0.20

License-Update: year updated to 2022.

Changelog:
=========
General:

SDL_RenderGeometryRaw() takes a pointer to SDL_Color, not int.
You can cast color data in SDL_PIXELFORMAT_RGBA32 format
(SDL_PIXELFORMAT_ABGR8888 on little endian systems) for this parameter.
Improved accuracy of horizontal and vertical line drawing when using OpenGL
or OpenGLES
Added the hint SDL_HINT_RENDER_LINE_METHOD to control the method of line
drawing used, to select speed, correctness, and compatibility.
Fixed hotplug controller detection, broken in 2.0.18

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/libsdl2/libsdl2/0001-Fix-build-against-wayland-1.20.patch [deleted file]
meta/recipes-graphics/libsdl2/libsdl2_2.0.20.bb [moved from meta/recipes-graphics/libsdl2/libsdl2_2.0.18.bb with 93% similarity]