Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge vtx-0-2-branch | Keith Whitwell | 2003-11-24 | 1 | -56/+0 |
| | |||||
* | Remove dead code. | Brian Paul | 2003-03-31 | 1 | -8/+0 |
| | | | | | Replace blocks of per-attribute code with for-loops. New comments/docs. | ||||
* | reduce memory needed for vertex attributes (allocate on demand) | Brian Paul | 2003-03-31 | 1 | -5/+5 |
| | |||||
* | Adaptor code that lets tnl convert compiled (display list) cassettes back | Keith Whitwell | 2001-06-04 | 1 | -4/+1 |
| | | | | | | | to glVertex() type calls. Allows driver-supplied tnl modules to avoid fallback on glCallList inside begin/end pairs. Still a little buggy... | ||||
* | Lots more eval fixes | Keith Whitwell | 2001-04-30 | 1 | -4/+3 |
| | |||||
* | Support for floating point color representation in tnl module. | Keith Whitwell | 2001-04-28 | 1 | -5/+7 |
| | |||||
* | first pass at eval fixes | Keith Whitwell | 2001-04-26 | 1 | -4/+18 |
| | |||||
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -4/+4 |
| | |||||
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 1 | -0/+52 |
New array_cache module Support 8 texture units in core mesa (now support 8 everywhere) Rework core mesa statechange operations to avoid flushing on many noop statechanges. |