summaryrefslogtreecommitdiff
path: root/src/mesa/main/hint.c
AgeCommit message (Collapse)Author
2001-01-24removed the unused/broken GL_PGI_misc_hints extensionBrian Paul
2000-12-26Major rework of tnl moduleKeith Whitwell
New array_cache module Support 8 texture units in core mesa (now support 8 everywhere) Rework core mesa statechange operations to avoid flushing on many noop statechanges.
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith 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-05-23initial work for GL_ARB_texture_compressionBrian Paul
2000-04-10fixed GL_PGI_misc_hints identifiersBrian Paul
2000-03-17added missing error checksBrian Paul
2000-02-02functions from old glmisc.c fileBrian Paul