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 | -3/+9 |
| | | | | | | | | | | | | | | 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. | ||||
* | More GLchan color channel changes. | Brian Paul | 2000-10-29 | 1 | -1/+2 |
| | | | | | | Some header file re-org: Move matrix, vertex buffer structs to types.h to fix #include mess. Remove typedef, extern declarations from config.h | ||||
* | New colormac.h file for color-related macros. | Brian Paul | 2000-10-28 | 1 | -4/+5 |
| | | | | Lot's of clean-up in macros.h and mmath.h | ||||
* | Removed immediate struct's maybe_transform_vb pointer. | Brian Paul | 2000-09-11 | 1 | -5/+5 |
| | | | | Call _mesa_maybe_transform_vb() directly. | ||||
* | fix for eval regression | Keith Whitwell | 2000-07-20 | 1 | -5/+6 |
| | |||||
* | Fix for gloss and sgl eval bugs. | Keith Whitwell | 2000-07-17 | 1 | -12/+34 |
| | |||||
* | clean up of eval_coord1/2f() | Brian Paul | 2000-01-13 | 1 | -10/+12 |
| | |||||
* | first big check-in of new Mesa 3.3 code | Brian Paul | 1999-11-11 | 1 | -164/+343 |
| | |||||
* | header includes clean-up (Daryll) | Brian Paul | 1999-11-08 | 1 | -4/+1 |
| | |||||
* | Changes to reduce the memory footprint of display lists | Keith Whitwell | 1999-10-19 | 1 | -74/+112 |
| | |||||
* | removed GL_ prefix from memory macros | Brian Paul | 1999-10-13 | 1 | -28/+28 |
| | |||||
* | now using GL_MALLOC, GL_FREE | Brian Paul | 1999-10-10 | 1 | -32/+28 |
| | |||||
* | Fixed includes & added a few hooks for the DRI.kw-mesa-1 | Keith Whitwell | 1999-10-08 | 1 | -45/+49 |
| | |||||
* | Initial revision | jtg | 1999-08-19 | 1 | -0/+2725 |