summaryrefslogtreecommitdiff
path: root/src/mesa/main/extensions.h
AgeCommit message (Collapse)Author
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-03-07minor clean-upBrian Paul
1999-12-10removed gl_get_proc_address()Brian Paul
1999-11-12added gl_extension_is_enabled()Brian Paul
1999-10-16removed GL_EXT_get_proc_addressBrian Paul
1999-10-08Fixed includes & added a few hooks for the DRI.Keith Whitwell
1999-09-11GL_EXT_get_proc_address clean-upBrian Paul
1999-09-11added GL_EXT_get_proc_addressBrian Paul
1999-08-19Initial revisionjtg