Sam Lantinga <slouken@libsdl.org> [Thu, 25 Jul 2013 09:51:21 -0700] rev 7517
Updated the copyright year for the test programs
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Wed, 24 Jul 2013 22:25:17 +0200] rev 7516
Corrected return value to be of correct type.
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Wed, 24 Jul 2013 22:23:19 +0200] rev 7515
Corrected internal documentation in source.
The parameter silent is no longer optional.
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Wed, 24 Jul 2013 22:20:03 +0200] rev 7514
Removed unreachable code.
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Wed, 24 Jul 2013 22:19:01 +0200] rev 7513
Removed unused variables to fix warnings in test program.
Sam Lantinga <slouken@libsdl.org> [Tue, 23 Jul 2013 19:20:03 -0700] rev 7512
Fix for recent GLX error bug
Lee Salzman
I messed up in the patch I sent you regarding gobbling up the GLX error codes signaled when trying to create a context. After reading the spec I realized those error codes are relative to a base error that needs to be queried when setting up the GLX extension...
So I have made a patch that fixes it for a user I had who was still getting the bug with my old patch.
Without this patch my previous one won't work, so it is recommended to merge this...
Sam Lantinga <slouken@libsdl.org> [Tue, 23 Jul 2013 19:18:01 -0700] rev 7511
A little cleanup on the cleanup, just for consistency.
Jørgen P. Tjernø <jorgen@valvesoftware.com> [Tue, 23 Jul 2013 17:40:18 -0700] rev 7510
= {{0}} generates a memset() in MSVC, which isn't linked. Whoops!
Jørgen P. Tjernø <jorgen@valvesoftware.com> [Tue, 23 Jul 2013 17:40:16 -0700] rev 7509
Fix build errors from last change.
Jørgen P. Tjernø <jorgen@valvesoftware.com> [Tue, 23 Jul 2013 17:40:13 -0700] rev 7508
Fix some clang analyzer warnings.
This fixes some analyzer warnings and a couple of minor memory leaks.