aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl_dd/t_dd_dmatmp.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix loop for quads-as-triangles.Keith Whitwell2005-01-131-2/+2
|
* Improve some quad paths, gives gears a little boost.Keith Whitwell2005-01-051-16/+39
|
* Removed two unnecessary variables.Ville Syrjala2004-10-161-4/+2
|
* fix compare w/ zero warnings (bug 988766)Brian Paul2004-07-201-5/+4
|
* Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell2004-07-011-2/+2
|
* Add EXT_vertex_cull support to mesaKeith Whitwell2004-05-101-1/+1
|
* Fix off-by-one in calculations for wrapped trifan, polygon primitivesKeith Whitwell2004-02-041-4/+4
|
* Don't evaluate GET_CURRENT_VB_MAX_VERTS() until after calling INIT()Keith Whitwell2003-12-111-10/+19
|
* Updates to tnl_dd_dmatmp.hKeith Whitwell2003-12-111-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-branchKeith Whitwell2003-11-241-12/+0
|
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-0/+1105