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-03-07 | minor clean-up | Brian Paul | |
1999-12-10 | removed gl_get_proc_address() | Brian Paul | |
1999-11-12 | added gl_extension_is_enabled() | Brian Paul | |
1999-10-16 | removed GL_EXT_get_proc_address | Brian Paul | |
1999-10-08 | Fixed includes & added a few hooks for the DRI. | Keith Whitwell | |
1999-09-11 | GL_EXT_get_proc_address clean-up | Brian Paul | |
1999-09-11 | added GL_EXT_get_proc_address | Brian Paul | |
1999-08-19 | Initial revision | jtg | |