Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix loop for quads-as-triangles. | Keith Whitwell | 2005-01-13 | 1 | -2/+2 |
| | |||||
* | Improve some quad paths, gives gears a little boost. | Keith Whitwell | 2005-01-05 | 1 | -16/+39 |
| | |||||
* | Removed two unnecessary variables. | Ville Syrjala | 2004-10-16 | 1 | -4/+2 |
| | |||||
* | fix compare w/ zero warnings (bug 988766) | Brian Paul | 2004-07-20 | 1 | -5/+4 |
| | |||||
* | Rename the various function types in t_context.h to include a tnl_ prefix. | Keith Whitwell | 2004-07-01 | 1 | -2/+2 |
| | |||||
* | Add EXT_vertex_cull support to mesa | Keith Whitwell | 2004-05-10 | 1 | -1/+1 |
| | |||||
* | Fix off-by-one in calculations for wrapped trifan, polygon primitives | Keith Whitwell | 2004-02-04 | 1 | -4/+4 |
| | |||||
* | Don't evaluate GET_CURRENT_VB_MAX_VERTS() until after calling INIT() | Keith Whitwell | 2003-12-11 | 1 | -10/+19 |
| | |||||
* | Updates to tnl_dd_dmatmp.h | Keith Whitwell | 2003-12-11 | 1 | -162/+294 |
| | | | | | | | | | | | | | | - Allocate vertices explicitly, rather than trying to talk about dma buffers. - Clean up the various Flush() operations. - Don't allow fallbacks any longer. Provide a support function to detect them ahead o ftime Updates to tnl_dd_vbtmp.h - Get rid of power-of-two vertex strides. Pack all vertices tightly. - Get texunit 2,3 emit working coorrectly. Other stuff: - Get rid of lingering Ubyte color support. - Fix a few compiler warnings. | ||||
* | Merge vtx-0-2-branch | Keith Whitwell | 2003-11-24 | 1 | -12/+0 |
| | |||||
* | patch to import Jon Smirl's work from Bitkeeper | Brian Paul | 2003-08-22 | 1 | -0/+1105 |