summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/extensions.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-301-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-upBrian Paul2000-03-071-8/+8
|
* removed gl_get_proc_address()Brian Paul1999-12-101-4/+2
|
* added gl_extension_is_enabled()Brian Paul1999-11-121-1/+2
|
* removed GL_EXT_get_proc_addressBrian Paul1999-10-161-2/+2
|
* Fixed includes & added a few hooks for the DRI.kw-mesa-1Keith Whitwell1999-10-081-3/+3
|
* GL_EXT_get_proc_address clean-upBrian Paul1999-09-111-2/+2
|
* added GL_EXT_get_proc_addressBrian Paul1999-09-111-7/+4
|
* Initial revisionjtg1999-08-191-0/+56