aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl_dd
Commit message (Collapse)AuthorAgeFilesLines
...
* Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell2004-07-012-4/+4
|
* 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-113-189/+307
| | | | | | | | | | | | | | - 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.
* Fix incorrect removal of PRIM_PARITY code (ie remove the parity code, not theKeith Whitwell2003-12-091-23/+2
| | | | non-parity code).
* accomodate vtx-0-2-branchDaniel Borca2003-11-261-3/+0
|
* Merge vtx-0-2-branchKeith Whitwell2003-11-245-391/+166
|
* Add cast to remove compiler warningJon Smirl2003-09-171-4/+4
|
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-2218-0/+6994