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 | -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 field | Brian Paul | 2000-10-21 | 1 | -1/+2 |
| | |||||
* | First batch of OpenGL SI related changes: | Brian Paul | 2000-09-26 | 1 | -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 comment | Brian Paul | 2000-03-13 | 1 | -5/+2 |
| | |||||
* | fixed polygon stipple packing/unpacking | Brian Paul | 2000-03-13 | 1 | -7/+6 |
| | |||||
* | runtime selectable depth buffer depth | Brian Paul | 2000-03-03 | 1 | -2/+4 |
| | |||||
* | add callbacks for stipple | Keith Whitwell | 2000-02-27 | 1 | -1/+4 |
| | |||||
* | first big check-in of new Mesa 3.3 code | Brian Paul | 1999-11-11 | 1 | -19/+30 |
| | |||||
* | changes to silence MSVC warnings | Brian Paul | 1999-11-08 | 1 | -2/+2 |
| | |||||
* | clean-up of header includes (Daryll) | Brian Paul | 1999-11-08 | 1 | -4/+1 |
| | |||||
* | Fixed includes & added a few hooks for the DRI.kw-mesa-1 | Keith Whitwell | 1999-10-08 | 1 | -1/+7 |
| | |||||
* | Bugfix for ctx->backface_sign calculation | Keith Whitwell | 1999-09-20 | 1 | -1/+3 |
| | |||||
* | various pipeline bugs | Keith Whitwell | 1999-08-26 | 1 | -4/+1 |
| | |||||
* | Initial revision | jtg | 1999-08-19 | 1 | -0/+177 |