mesa/include/GL
Matthew Waters ac24d17258 mesa: fix compiler warnings when including GL/gl.h with other gl headers
GL/gl.h provides some definitions (GL_FALSE, GL_ONE, etc) that have
the same value as other gl headers but are represented differently
(0 vs 0x0 and 1 vs 0x1).
This causes compiler warnings about redefining such definitions when
including GL/gl.h with other gl headers.

Fixes http://bugs.freedesktop.org/show_bug.cgi?id=57802

Signed-off-by: Brian Paul <brianp@vmware.com>
2012-12-06 09:08:52 -07:00
..
internal dri: Fix i965 build 2012-12-01 17:08:41 -08:00
gl.h mesa: fix compiler warnings when including GL/gl.h with other gl headers 2012-12-06 09:08:52 -07:00
gl_mangle.h
glext.h upgrade glext.h to version 85 2012-09-24 08:07:08 -06:00
glx.h Remove OpenVMS support 2012-11-16 10:01:46 +01:00
glx_mangle.h
glxext.h
osmesa.h
wglext.h
wmesa.h