summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl_dd/t_dd_vbtmp.h
Commit message (Collapse)AuthorAgeFilesLines
* mesa/tnl_dd: Remove unused header file t_dd_vbtmp.hIan Romanick2011-08-261-675/+0
| | | | | | | | | | Acked-by: Kristian Høgsberg <krh@bitplanet.net> Acked-by: Marek Olšák <maraeo@gmail.com> Acked-by: Alan Coopersmith <alan.coopersmith@oracle.com> Acked-by: Jakob Bornecrantz <jakob@vmware.com> Acked-by: Dave Airlie <airlied@redhat.com> Build-Tested-by: Jakob Bornecrantz <jakob@vmware.com> Tested-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-5/+5
|
* 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