xserver-multidpi/glx
Ian Romanick 8aa6d49d46 glx: Don't request prototypes for GL extension functions
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

I believe this was necessary back before the AIGLX days, but that was a long,
long time ago.  The warnings recently showed up with the addition of
-Wredundant-decls to the CWARNFLAGS.

v2: Update the commit message, no code changes.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Cc: Adam Jackson <ajax@redhat.com>
Cc: Dave Airlie <airlied@redhat.com>
Acked-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
2012-07-05 10:08:04 -07:00
..
clientinfo.c glx: Implement GLX SetClientInfoARB protocol 2012-05-23 13:08:12 -07:00
createcontext.c glx: Implement protocol for glXCreateContextAttribsARB 2012-05-23 13:08:12 -07:00
dispatch.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
extension_string.c glx: Add tracking for GLX_ARB_create_context and GLX_ARB_create_context_profile 2012-05-23 13:08:12 -07:00
extension_string.h glx: Add tracking for GLX_ARB_create_context and GLX_ARB_create_context_profile 2012-05-23 13:08:12 -07:00
glapi_gentable.c glapi: Correct size of allocated _glapi_table struct 2012-04-23 20:20:42 -07:00
glapi.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
glapi.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
glapitable.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
glprocs.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
glthread.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
glthread.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
glxbyteorder.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
glxcmds.c glx: Make several functions available outside the glxcmds.c compilation unit 2012-05-23 13:08:12 -07:00
glxcmdsswap.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
glxcontext.h glx: Make several functions available outside the glxcmds.c compilation unit 2012-05-23 13:08:12 -07:00
glxdrawable.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
glxdri.c Merge remote-tracking branch 'idr/GLX_ARB_create_context' 2012-06-14 13:01:17 -07:00
glxdri2.c Merge remote-tracking branch 'idr/GLX_ARB_create_context' 2012-06-14 13:01:17 -07:00
glxdricommon.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
glxdricommon.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
glxdriswrast.c glx: Extend __GLXscreen::createContext to take attributes 2012-05-23 13:07:51 -07:00
glxext.c glx: Use one function to add a context to all global tables 2012-05-23 13:08:12 -07:00
glxext.h glx: Use one function to add a context to all global tables 2012-05-23 13:08:12 -07:00
glxscreens.c api: rework the X server driver API to avoid global arrays. 2012-06-05 13:22:18 +01:00
glxscreens.h Merge remote-tracking branch 'idr/GLX_ARB_create_context' 2012-06-14 13:01:17 -07:00
glxserver.h glx: Don't request prototypes for GL extension functions 2012-07-05 10:08:04 -07:00
glxutil.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
indirect_dispatch_swap.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
indirect_dispatch.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
indirect_dispatch.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
indirect_program.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
indirect_reqsize.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
indirect_reqsize.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
indirect_size_get.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
indirect_size_get.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
indirect_size.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
indirect_table.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
indirect_table.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
indirect_texture_compression.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
indirect_util.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
indirect_util.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
Makefile.am glx/glapioffsets.h is no longer part of the build, remove it 2011-12-27 14:02:39 -08:00
render2.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
render2swap.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
renderpix.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
renderpixswap.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
rensize.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
single2.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
single2swap.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
singlepix.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
singlepixswap.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
singlesize.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
singlesize.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
swap_interval.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
unpack.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
xfont.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00