summaryrefslogtreecommitdiff
path: root/include/GL/glxext.h
AgeCommit message (Collapse)AuthorFilesLines
2014-08-12mesa: update glxext.h to version 20140810Brian Paul1-2/+9
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
2014-08-05mesa: update glxext.h to version 20140725Brian Paul1-5/+32
Reviewed-by: Matt Turner <mattst88@gmail.com>
2014-03-07glx: Update glxext.h to revision 25407Adel Gadllah1-3/+29
Signed-off-by: Adel Gadllah <adel.gadllah@gmail.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
2014-01-27glx: Update glxext.h to revision 24777.Matt Turner1-2/+11
It readds the GLXContextID typedef, but under #ifndef GLX_VERSION_1_3 and glx.h already defines GLX_VERSION_1_3. Bugzilla: https://cvs.khronos.org/bugzilla/show_bug.cgi?id=11454 Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
2014-01-06mesa: Remove GLXContextID typedef from glxext.h.Vinson Lee1-1/+0
This patch fixes this build error with gcc <= 4.5 and clang <= 3.1. CC clientattrib.lo In file included from ../../include/GL/glx.h:333:0, from glxclient.h:45, from clientattrib.c:32: ../../include/GL/glxext.h:275:13: error: redefinition of typedef 'GLXContextID' ../../include/GL/glx.h:171:13: note: previous declaration of 'GLXContextID' was here Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=70591 Signed-off-by: Vinson Lee <vlee@freedesktop.org> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2013-10-16mesa: update glxext.h to version 20131008Brian Paul1-800/+637
The diff is huge but the actual changes are few: * Whitespace changes * Items are reordered * extern qualifiers dropped
2012-06-27mesa: update glxext.h to version 33Brian Paul1-5/+13
2010-09-14mesa: upgrade glxext.h to version 32Brian Paul1-2/+47
2010-04-26glxext.h: upgraded to 2010/02/10 versionBrian Paul1-0/+4
2010-04-04gl: updated glxext.h to version 27Ian Romanick1-103/+106
2010-01-25mesa: misc GLX_INTEL_swap_event fixesRobert Bragg1-4/+4
Fixup a few issues found through testing: - update GLX names to match glproto - register DRI2WireToEvent so it actually gets called Signed-off-by: Robert Bragg <robert@linux.intel.com>
2010-01-08DRI2/GLX: add INTEL_swap_event supportJesse Barnes1-0/+8
Add event support for the GLX swap buffers event, along with DRI2 protocol support for generating GLX swap buffers events in the direct rendered case. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
2009-10-23gl: updated glxext.h to version 25Brian Paul1-4/+92
2009-08-03gl: upgrade glxext.h to version 23Brian Paul1-3/+15
2009-01-08mesa: latest glxext.h header, no version changeBrian Paul1-16/+16
2008-10-23mesa: version 21 of glxext.hBrian Paul1-13/+29
2008-08-11version 20 of glxext.hBrian Paul1-2/+34
2008-07-15additional preprocessor checks for stdint.h, inttypes.h, etcBlair Sadewitz1-3/+3
The patches to glext.h and glxext.h have been sent to Khronos/bugzilla.
2007-04-22import glxext.h version 19Brian1-2/+2
2007-04-13patch for Digital/Tru64 (bug 10635) - forwarded to OpenGL ARB as wellBrian1-1/+1
2007-02-26updated version with new Khronos license/copyrightBrian1-23/+17
2007-02-20updated to version 18Brian1-3/+70
2006-08-30latest version from OpenGL ARBBrian Paul1-11/+42
2006-02-23include inttypes.h if __osf__ defined (Randall Hand)Brian Paul1-1/+1
2005-08-15include stdint.h if WIN32 and GNUC (Colin Harrison). Patch forwarded to SGI.Brian Paul1-0/+2
2005-07-28Fix SPARC assembly for 64-bitIan Romanick1-1/+10
- The test for whether or not we're building for 64-bit is '#ifdef __arch64__'. This appears to be correct on both Linux and Solaris. - The test for Solaris is now '#if defined(SVR4) || defined(__SVR4) || defined(__svr4__)'. GCC 3.4.0 has all three defined on Solaris 9. - Enables assembly language clip routines. - Fixes to make GLSL code build on Solaris. - Update gl_SPARC_asm.py.
2004-12-17VMS updateBrian Paul1-3/+3
2004-12-14uint*t -> u_int*t changesAlan Hourihane1-8/+9
2004-07-28version 6 from oss.sgi.comBrian Paul1-12/+86
2002-03-23latest extension headers from SGIBrian Paul1-8/+45
2001-11-18added missing const to glXGetContextIDEXT() prototypeBrian Paul1-1/+1
2001-10-17updated extensionsBrian Paul1-2/+38
2001-05-25added void to __GLXextFuncPtrBrian Paul1-1/+2
2001-05-25added missing GLX_SGIS_multisample tokensBrian Paul1-3/+6
2000-12-11disabled GLX_SGIS_multisample (temporarily) since its tokens aren't definedBrian Paul1-0/+3
2000-12-08standardized GLX extensions headerBrian Paul1-0/+527