summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/polygon.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-301-7/+6
| | | | | | | | | | | | | | 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.
* polygon offset changes; added Visual->MRD fieldBrian Paul2000-10-211-1/+2
|
* First batch of OpenGL SI related changes:Brian Paul2000-09-261-3/+3
| | | | | | | Renamed struct gl_context to struct __GLcontextRec. Include glcore.h, setup GL imports/exports. Replaced gl_ prefix with _mesa_ prefix in context.[ch] functions. GLcontext's Visual field is no longer a pointer.
* removed old commentBrian Paul2000-03-131-5/+2
|
* fixed polygon stipple packing/unpackingBrian Paul2000-03-131-7/+6
|
* runtime selectable depth buffer depthBrian Paul2000-03-031-2/+4
|
* add callbacks for stippleKeith Whitwell2000-02-271-1/+4
|
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-19/+30
|
* changes to silence MSVC warningsBrian Paul1999-11-081-2/+2
|
* clean-up of header includes (Daryll)Brian Paul1999-11-081-4/+1
|
* Fixed includes & added a few hooks for the DRI.kw-mesa-1Keith Whitwell1999-10-081-1/+7
|
* Bugfix for ctx->backface_sign calculationKeith Whitwell1999-09-201-1/+3
|
* various pipeline bugsKeith Whitwell1999-08-261-4/+1
|
* Initial revisionjtg1999-08-191-0/+177