[PATCH] glx: Revert part of 9838b703

Eric Anholt eric at anholt.net
Mon Jul 2 18:29:18 PDT 2012


Ian Romanick <idr at freedesktop.org> writes:

> From: Ian Romanick <ian.d.romanick at intel.com>
>
> The server does not want GL extension prototypes.  It never links with
> anything that could possibly provide implementations of these functions.  It
> *is* the provide, and it does not provde these symbols.  All this does is
> create hundreds of warnings like:
>
> incude/GL/glext.h:5570:45: warning: redundant redeclaration of 'glMultTransposeMatrixd' [-Wredundant-decls]
> include/GL/gl.h:1940:45: note: previous declaration of 'glMultTransposeMatrixd' was here


Huh?  When I look at the commit quoted, I see:

-#define GL_GLEXT_PROTOTYPES /* we want prototypes */
+#define GL_GLEXT_PROTOTYPES     /* we want prototypes */


The #define has actually been present since:

commit 9508a382f8a9f241dab097d921b6d290c1c3a776
Author: Kaleb Keithley <kaleb at freedesktop.org>
Date:   Fri Nov 14 16:48:57 2003 +0000

    Initial revision
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://lists.x.org/archives/xorg-devel/attachments/20120702/24de38b5/attachment.pgp>


More information about the xorg-devel mailing list