summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/glheader.h
Commit message (Collapse)AuthorAgeFilesLines
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-3/+3
|
* minor updates to sync w/ XFree86 changesBrian Paul2001-02-091-17/+10
|
* Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out driversKeith Whitwell2001-01-081-2/+2
| | | | | | | | | | that used to require a 'ReducedPrimitiveChange' callback. Various compilation fixes for XFree86. Reverted to the older version of glcore.h used internally in XFree86, and moved it to 'Mesa/include/GL/internal/glcore.h', for compatibility with XFree86.
* First batch of OpenGL SI related changes:Brian Paul2000-09-261-1/+7
| | | | | | | Renamed struct gl_context to struct __GLcontextRec. Include glcore.h, setup GL imports/exports. Replaced gl_ prefix with _mesa_ prefix in context.[ch] functions. GLcontext's Visual field is no longer a pointer.
* use cpml.h on Alpha (AlanH)Brian Paul2000-09-151-1/+6
|
* Win32 update (Chris Morley)Brian Paul2000-09-121-3/+3
|
* define GL_GLEXT_PROTOTYPES before including mesa_wgl.hBrian Paul2000-08-021-4/+7
|
* define GL_GLEXT_PROTOTYPES for glext.hBrian Paul2000-06-121-1/+2
|
* applied Eero Pajarre's patch for WindowsBrian Paul2000-05-261-4/+9
|
* replaced __CYGWIN32__ with __CYGWIN__, misc clean-upBrian Paul2000-05-221-10/+5
|
* added Window-isms previously in gl.hBrian Paul2000-05-221-1/+94
|
* added code to die on FP exceptions if DEBEG env var set to FPBrian Paul2000-03-221-1/+4
|
* use quotes for gl.h and glext.h includesBrian Paul2000-02-241-3/+3
|
* include GL/glext.hBrian Paul2000-02-231-1/+2
|
* always include <float.h>Brian Paul2000-02-121-3/+4
|
* moved assembly-related macros from types.h to glheader.hBrian Paul1999-11-121-2/+40
|
* . More Watcom C++ warnings fixed in Mesa.Kendall Bennett1999-11-121-1/+7
|
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-0/+65