Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace the flags Mesa was using for ctx->NewState with a new set | Keith Whitwell | 2000-10-30 | 1 | -6/+3 |
| | | | | | | | | | | | | | | 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. | ||||
* | minor clean-up | Brian Paul | 2000-03-07 | 1 | -8/+8 |
| | |||||
* | removed gl_get_proc_address() | Brian Paul | 1999-12-10 | 1 | -4/+2 |
| | |||||
* | added gl_extension_is_enabled() | Brian Paul | 1999-11-12 | 1 | -1/+2 |
| | |||||
* | removed GL_EXT_get_proc_address | Brian Paul | 1999-10-16 | 1 | -2/+2 |
| | |||||
* | Fixed includes & added a few hooks for the DRI.kw-mesa-1 | Keith Whitwell | 1999-10-08 | 1 | -3/+3 |
| | |||||
* | GL_EXT_get_proc_address clean-up | Brian Paul | 1999-09-11 | 1 | -2/+2 |
| | |||||
* | added GL_EXT_get_proc_address | Brian Paul | 1999-09-11 | 1 | -7/+4 |
| | |||||
* | Initial revision | jtg | 1999-08-19 | 1 | -0/+56 |