Sam Lantinga <slouken@libsdl.org> [Tue, 20 Jun 2006 05:57:50 +0000] rev 1693
Fixed bug #251
Sam Lantinga <slouken@libsdl.org> [Tue, 20 Jun 2006 05:50:12 +0000] rev 1692
Bug #250, pkg-config support contributed by Mikael Eriksson
Sam Lantinga <slouken@libsdl.org> [Tue, 20 Jun 2006 05:40:57 +0000] rev 1691
I think this fixes bug #244
Sam Lantinga <slouken@libsdl.org> [Tue, 20 Jun 2006 05:27:03 +0000] rev 1690
Fixed bug #241
Sam Lantinga <slouken@libsdl.org> [Tue, 20 Jun 2006 05:23:22 +0000] rev 1689
Fixed bug #232
------- Comment #2 From Matthias Geissert 2006-05-24 07:54 [reply] -------
See http://dri.sourceforge.net/doc/DRIuserguide.html, section 11.5. There is written that you need to use RTLD_GLOBAL, since, otherwise, nested open of dynamic libraries doesn't work. However, This is necassary in this case, since libGL opens the hardware-specific driver/library. I hope this helps you.
Sam Lantinga <slouken@libsdl.org> [Tue, 20 Jun 2006 03:29:30 +0000] rev 1688
Fixed bug #232
Sam Lantinga <slouken@libsdl.org> [Sun, 18 Jun 2006 13:54:27 +0000] rev 1687
This trick only works for English
Sam Lantinga <slouken@libsdl.org> [Sun, 18 Jun 2006 13:47:19 +0000] rev 1686
Added the unicode keysym memory again for backwards compatibility.
Sam Lantinga <slouken@libsdl.org> [Sun, 18 Jun 2006 07:31:45 +0000] rev 1685
Fixed YUV overlay crash
Sam Lantinga <slouken@libsdl.org> [Sun, 18 Jun 2006 06:35:41 +0000] rev 1684
Software YUV texture support in progress...