Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-10-30 | Replace the flags Mesa was using for ctx->NewState with a new set | Keith Whitwell | |
based on the GL attribute groups. Introduced constants describing the circumstances under which some key derived values can change: _SWRAST_NEW_RASTERMASK -- ctx->RasterMask _SWRAST_NEW_TRIANGLE -- The software rasterizer's triangle function _DD_NEW_FEEDBACK -- the 'DD_FEEDBACK' bit in ctx->TriangleCaps These are helpful in deciding whether you need to recalculate state if your recalculation involves reference to a derived value. | |||
2000-10-29 | more minor header file re-org (moved CONST, ASSERT, INLINE to config.h) | Brian Paul | |
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-17 | new comments, misc clean-up | Brian Paul | |
2000-07-31 | test against an epsilon magnitude in gl_rotation_matrix() | Brian Paul | |
2000-06-27 | added aligned memory allocations (Gareth Hughes) | Brian Paul | |
2000-04-08 | added GL_SGI_color_matrix extension | Brian Paul | |
2000-03-03 | runtime selectable depth buffer depth | Brian Paul | |
2000-02-21 | fixed off by one error in matrix stack depths (Eero Pajarre) | Brian Paul | |
2000-02-02 | include buffers.h | Brian Paul | |
2000-01-13 | commented out unused function | Brian Paul | |
1999-12-10 | implemented GL_ARB_tranpose_matrix | Brian Paul | |
1999-11-24 | added support for separate read/draw buffers per context | Brian Paul | |
1999-11-12 | restored the gl_Viewport function | Brian Paul | |
1999-11-11 | first big check-in of new Mesa 3.3 code | Brian Paul | |
1999-11-08 | clean-up of header includes (Daryll) | Brian Paul | |
1999-10-13 | removed GL_ prefix from memory macros | Brian Paul | |
1999-10-10 | now using GL_MALLOC, GL_FREE | Brian Paul | |
1999-10-08 | Fixed includes & added a few hooks for the DRI. | Keith Whitwell | |
1999-09-19 | RasterMask was set incorrectly | Keith Whitwell | |
1999-09-09 | More compliant error check. | Miklos Fazekas | |
1999-09-05 | fixes for the mga driver | Keith Whitwell | |
1999-08-19 | Initial revision | jtg | |