summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast_setup/ss_vb.c
Commit message (Expand)AuthorAgeFilesLines
* Beef up t_vertex.c:Keith Whitwell2004-01-051-448/+0
* Update NEED_SECONDARY_COLOR macro to test if either vertex/fragmentBrian Paul2003-12-091-0/+1
* Merge vtx-0-2-branchKeith Whitwell2003-11-241-11/+12
* Assorted casts to silence g++ warnings.Brian Paul2003-09-191-1/+1
* Move away from using the ctx->_TriangleCaps bitfield.Brian Paul2003-09-181-2/+4
* Added ctx->Texture._EnabledCoordUnits bitfield.Brian Paul2003-04-081-6/+4
* updated email addressesBrian Paul2002-10-291-2/+2
* Header file clean-up:Brian Paul2002-10-241-2/+2
* Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul2002-06-291-2/+3
* Implemented GL_NV_texture_rectangle extension.Brian Paul2002-06-151-5/+5
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-23/+27
* more removal of fprintf() callsBrian Paul2002-06-131-5/+5
* replaced 0xf and 0xf0 with TEXTURE0_ANY and TEXTURE1_ANYBrian Paul2002-06-061-3/+3
* implemented vertex program point size controlBrian Paul2002-01-061-2/+3
* Lighting now emits colors as CHAN_TYPE, as it used to. This will requireKeith Whitwell2001-07-171-11/+59
* Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make itKeith Whitwell2001-07-121-65/+153
* Remove ENABLE_* flags, ctx->_Enabled.Keith Whitwell2001-03-291-2/+2
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-11/+12
* More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.Brian Paul2001-03-081-1/+2
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-3/+3
* Fixes for performance bug on compiled array element paths.Keith Whitwell2001-01-171-0/+15
* Major rework of tnl moduleKeith Whitwell2000-12-261-64/+162
* Compute attenuated point size in a new pipeline stage.Brian Paul2000-12-081-9/+9
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-1/+4
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-6/+6
* fixed very obvious fog bugKeith Whitwell2000-11-071-0/+3
* added a setup function for selection/feedbackBrian Paul2000-11-061-19/+29
* A new module to provide RasterSetup and advanced triangle/line/pointKeith Whitwell2000-11-051-0/+173