Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -5/+5 |
| | |||||
* | tnl: Replace deprecated FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG] | Eric Anholt | 2009-11-19 | 1 | -3/+3 |
| | |||||
* | tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr. | Eric Anholt | 2009-11-19 | 1 | -9/+9 |
| | |||||
* | tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*] | Eric Anholt | 2009-11-19 | 1 | -32/+32 |
| | |||||
* | fixed compilation error | Daniel Borca | 2004-11-01 | 1 | -1/+2 |
| | |||||
* | make sure we don't generate random alpha | Daniel Borca | 2004-10-29 | 1 | -3/+12 |
| | |||||
* | Updates to tnl_dd_dmatmp.h | Keith Whitwell | 2003-12-11 | 1 | -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-branch | Keith Whitwell | 2003-11-24 | 1 | -286/+131 |
| | |||||
* | patch to import Jon Smirl's work from Bitkeeper | Brian Paul | 2003-08-22 | 1 | -0/+834 |