Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-14 | mesa: upgrade glxext.h to version 32 | Brian Paul | |
2010-04-26 | glxext.h: upgraded to 2010/02/10 version | Brian Paul | |
2010-04-04 | gl: updated glxext.h to version 27 | Ian Romanick | |
2010-01-25 | mesa: misc GLX_INTEL_swap_event fixes | Robert Bragg | |
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-08 | DRI2/GLX: add INTEL_swap_event support | Jesse Barnes | |
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-23 | gl: updated glxext.h to version 25 | Brian Paul | |
2009-08-03 | gl: upgrade glxext.h to version 23 | Brian Paul | |
2009-01-08 | mesa: latest glxext.h header, no version change | Brian Paul | |
2008-10-23 | mesa: version 21 of glxext.h | Brian Paul | |
2008-08-11 | version 20 of glxext.h | Brian Paul | |
2008-07-15 | additional preprocessor checks for stdint.h, inttypes.h, etc | Blair Sadewitz | |
The patches to glext.h and glxext.h have been sent to Khronos/bugzilla. | |||
2007-04-22 | import glxext.h version 19 | Brian | |
2007-04-13 | patch for Digital/Tru64 (bug 10635) - forwarded to OpenGL ARB as well | Brian | |
2007-02-26 | updated version with new Khronos license/copyright | Brian | |
2007-02-20 | updated to version 18 | Brian | |
2006-08-30 | latest version from OpenGL ARB | Brian Paul | |
2006-02-23 | include inttypes.h if __osf__ defined (Randall Hand) | Brian Paul | |
2005-08-15 | include stdint.h if WIN32 and GNUC (Colin Harrison). Patch forwarded to SGI. | Brian Paul | |
2005-07-28 | Fix SPARC assembly for 64-bit | Ian Romanick | |
- 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-17 | VMS update | Brian Paul | |
2004-12-14 | uint*t -> u_int*t changes | Alan Hourihane | |
2004-07-28 | version 6 from oss.sgi.com | Brian Paul | |
2002-03-23 | latest extension headers from SGI | Brian Paul | |
2001-11-18 | added missing const to glXGetContextIDEXT() prototype | Brian Paul | |
2001-10-17 | updated extensions | Brian Paul | |
2001-05-25 | added void to __GLXextFuncPtr | Brian Paul | |
2001-05-25 | added missing GLX_SGIS_multisample tokens | Brian Paul | |
2000-12-11 | disabled GLX_SGIS_multisample (temporarily) since its tokens aren't defined | Brian Paul | |
2000-12-08 | standardized GLX extensions header | Brian Paul | |