Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added support for EXT_texture_mirror_clamp and the single wrap mode | Ian Romanick | 2003-09-02 | 1 | -0/+12 |
| | | | | | that it addes to ATI_texture_mirror_once. This includes updating the texwrap test to exercise the new mode. | ||||
* | Updates from Daniel Borca | Brian Paul | 2003-08-28 | 1 | -1/+1 |
| | |||||
* | remove a bunch of the extension definitions from the legacy section | Brian Paul | 2003-08-28 | 1 | -431/+1 |
| | |||||
* | fix PFNGLMULTIMODEDRAWARRAYSIBMPROC | Brian Paul | 2003-08-24 | 1 | -1/+1 |
| | |||||
* | Fix compile problems with `glMultiModeDrawArraysIBM' | Jon Smirl | 2003-08-24 | 1 | -3/+3 |
| | | | | | Adjust makefiles to create depends and not store it in CVS Remove dependency on kernel pci_ids.h | ||||
* | Add file miniglx.h | Jon Smirl | 2003-08-23 | 1 | -0/+400 |
| | |||||
* | DOS and glide driver updates from Daniel Borca | Brian Paul | 2003-08-19 | 3 | -5/+7 |
| | |||||
* | Fix glPixelMap: s/GLint/GLsizei/ | Brian Paul | 2003-08-19 | 1 | -3/+3 |
| | |||||
* | tokens, functions for GL_MESA_program_debug | Brian Paul | 2003-07-21 | 1 | -0/+27 |
| | |||||
* | more DOS updates from Daniel Borca | Brian Paul | 2003-07-17 | 1 | -0/+1 |
| | |||||
* | DOS updates for new tree (Daniel Borca) | Brian Paul | 2003-06-16 | 1 | -147/+147 |
| | |||||
* | Implemented GL_ARB_occlusion_query (not 100% finalized). | Brian Paul | 2003-06-13 | 1 | -0/+33 |
| | |||||
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 16 | -97/+2 |
| | |||||
* | updated with new glext.h stuff | Brian Paul | 2003-05-10 | 1 | -1/+79 |
| | |||||
* | version 18 of glext.h | Brian Paul | 2003-05-10 | 1 | -79/+538 |
| | |||||
* | remove temporary stuff | Brian Paul | 2003-05-10 | 1 | -91/+0 |
| | |||||
* | updated for glIsBufferARB | Brian Paul | 2003-04-29 | 1 | -0/+1 |
| | |||||
* | fix glIsBufferARB() prototype | Brian Paul | 2003-04-28 | 1 | -1/+1 |
| | |||||
* | updated with newest functions | Brian Paul | 2003-04-23 | 1 | -195/+213 |
| | |||||
* | fix function prototypes for manging (Bill Hoffman) | Brian Paul | 2003-04-23 | 2 | -45/+22 |
| | |||||
* | added GL_EXT_depth_bounds_test | Brian Paul | 2003-04-21 | 1 | -0/+14 |
| | |||||
* | more GL_ARB_fragment_program tokens | Brian Paul | 2003-04-18 | 1 | -0/+2 |
| | |||||
* | temporary GL_ARB_fragment_program tokens | Brian Paul | 2003-04-17 | 1 | -0/+23 |
| | |||||
* | Added function pointer typedefs for GL_NV_fragment_program | Brian Paul | 2003-04-09 | 1 | -2/+7 |
| | |||||
* | Added GL_ARB_vertex_buffer_object tokens | Brian Paul | 2003-04-09 | 1 | -0/+32 |
| | |||||
* | added GL_ARB_vertex_buffer_object functions | Brian Paul | 2003-03-29 | 1 | -0/+22 |
| | |||||
* | DOS update (Daniel Borca) | Brian Paul | 2003-03-08 | 1 | -1/+1 |
| | |||||
* | updated version | Brian Paul | 2003-02-28 | 1 | -3/+3 |
| | |||||
* | latest DOS updates (Daniel Borca) | Brian Paul | 2003-02-20 | 1 | -13/+16 |
| | |||||
* | fix fragment_program for Windows | Alan Hourihane | 2003-02-10 | 1 | -13/+13 |
| | |||||
* | DOS updates (Daniel Borca) | Brian Paul | 2003-02-04 | 1 | -5/+12 |
| | |||||
* | updated with new functions (Bill Hoffman) | Brian Paul | 2003-02-04 | 1 | -57/+190 |
| | |||||
* | GL_ATI_texture_env_combine3 extension | Brian Paul | 2003-01-21 | 1 | -0/+8 |
| | |||||
* | GL_NV_fragment_program | Brian Paul | 2003-01-14 | 1 | -1/+64 |
| | |||||
* | prototype render-to-texture | Brian Paul | 2003-01-14 | 1 | -1/+14 |
| | |||||
* | DOS updates from Daniel Borca. | Brian Paul | 2002-12-18 | 1 | -12/+70 |
| | |||||
* | Updates for DOS driver from Daniel Borca. | Brian Paul | 2002-11-05 | 1 | -8/+10 |
| | |||||
* | Put back the include of windows.h so we are back to version 17 of the file. | Karl Schultz | 2002-10-17 | 1 | -0/+5 |
| | |||||
* | Change for Windows only: Make demos and examples build again. | Karl Schultz | 2002-10-17 | 2 | -6/+14 |
| | | | | | | | | | | | | | | | Move the inclusion of windows.h from glext.h to gl.h. There are a few good reasons for this: - Including it in gl.h is more strightforward and makes it easier to troubleshoot include file problems. It was sometimes hard to find it in glext.h. - Needed to define APIENTRY correctly. APIENTRY is used in gl.h. - glut.h needs windows.h but does not include it, expecting the app to include it. Including it in gl.h if not already included by the app makes glut.h happy. This allows one to write a gl/glut app without explictly including windows.h, which may only be really important for toy apps like our samples and demos. But a "real" app can still include windows.h if it wants. | ||||
* | disable wsPriv field in __GLdrawablePrivateRec to match XFree86/DRI | Brian Paul | 2002-10-14 | 1 | -0/+2 |
| | |||||
* | added missing GLX_TRANSPARENT_RGB | Brian Paul | 2002-10-14 | 1 | -2/+3 |
| | |||||
* | disable wscx field in __GLimportsRec to be consistant with XFree86 | Brian Paul | 2002-10-09 | 1 | -0/+5 |
| | |||||
* | GLX_NV_vertex_array_range and GLX_MESA_agp_offset extensions | Brian Paul | 2002-10-08 | 1 | -11/+33 |
| | |||||
* | added XMesaCreatePBuffer() | Brian Paul | 2002-10-05 | 1 | -3/+13 |
| | |||||
* | merge updates from 4.0.4 | Brian Paul | 2002-09-21 | 1 | -1/+40 |
| | |||||
* | Updated BeOS support (Philippe Houdoin) | Brian Paul | 2002-09-19 | 1 | -4/+9 |
| | |||||
* | removed glext.h fix-ups corrected in glext.h version 17 | Brian Paul | 2002-09-06 | 1 | -17/+1 |
| | |||||
* | version 17 | Brian Paul | 2002-09-06 | 1 | -24/+385 |
| | |||||
* | fix up stuff accidentaly checked in a few days ago | Brian Paul | 2002-08-29 | 1 | -107/+231 |
| | |||||
* | define GLAPIENTRY and GLAPI if not defined in gl.h | Brian Paul | 2002-08-27 | 1 | -0/+8 |
| |