Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-08 | Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out drivers | Keith Whitwell | |
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. | |||
2000-09-26 | First batch of OpenGL SI related changes: | Brian Paul | |
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. | |||
2000-09-15 | use cpml.h on Alpha (AlanH) | Brian Paul | |
2000-09-12 | Win32 update (Chris Morley) | Brian Paul | |
2000-08-02 | define GL_GLEXT_PROTOTYPES before including mesa_wgl.h | Brian Paul | |
2000-06-12 | define GL_GLEXT_PROTOTYPES for glext.h | Brian Paul | |
2000-05-26 | applied Eero Pajarre's patch for Windows | Brian Paul | |
2000-05-22 | replaced __CYGWIN32__ with __CYGWIN__, misc clean-up | Brian Paul | |
2000-05-22 | added Window-isms previously in gl.h | Brian Paul | |
2000-03-22 | added code to die on FP exceptions if DEBEG env var set to FP | Brian Paul | |
2000-02-24 | use quotes for gl.h and glext.h includes | Brian Paul | |
2000-02-23 | include GL/glext.h | Brian Paul | |
2000-02-12 | always include <float.h> | Brian Paul | |
1999-11-12 | moved assembly-related macros from types.h to glheader.h | Brian Paul | |
1999-11-12 | . More Watcom C++ warnings fixed in Mesa. | Kendall Bennett | |
1999-11-11 | first big check-in of new Mesa 3.3 code | Brian Paul | |