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