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 | -3/+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. | ||||
* | initial work for GL_ARB_texture_compression | Brian Paul | 2000-05-23 | 1 | -3/+13 |
| | |||||
* | fixed GL_PGI_misc_hints identifiers | Brian Paul | 2000-04-10 | 1 | -7/+7 |
| | |||||
* | added missing error checks | Brian Paul | 2000-03-17 | 1 | -71/+82 |
| | |||||
* | functions from old glmisc.c file | Brian Paul | 2000-02-02 | 1 | -0/+176 |