summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl_dd/t_dd_vbtmp.h
Commit message (Collapse)AuthorAgeFilesLines
* tnl: Replace deprecated FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG]Eric Anholt2009-11-191-3/+3
|
* tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt2009-11-191-9/+9
|
* tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt2009-11-191-32/+32
|
* fixed compilation errorDaniel Borca2004-11-011-1/+2
|
* make sure we don't generate random alphaDaniel Borca2004-10-291-3/+12
|
* Updates to tnl_dd_dmatmp.hKeith Whitwell2003-12-111-18/+4
| | | | | | | | | | | | | | - 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-286/+131
|
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-0/+834