summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast_setup/ss_context.c
Commit message (Expand)AuthorAgeFilesLines
* fix array index error in _swsetup_Translate (Felix)Brian Paul2004-03-211-2/+2
* fix two-sided lighting / vertex program bug (#887330)Brian Paul2004-02-041-4/+6
* change type of loop index var to remove compiler warning.Karl Schultz2004-01-131-1/+1
* Fixes for _swsetup_Translate()Keith Whitwell2004-01-061-2/+9
* Beef up t_vertex.c:Keith Whitwell2004-01-051-39/+74
* Re-commit t_vertex.[ch] changes to fd.o server.Keith Whitwell2004-01-051-0/+40
* Initial work for bounds checking of vertex arrays and vertex buffer objects.Brian Paul2003-10-221-2/+2
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* updated email addressesBrian Paul2002-10-291-2/+2
* Header file clean-up:Brian Paul2002-10-241-2/+2
* multiple GL_POINTS can now be rendered together into one fragment spanBrian Paul2002-10-041-2/+12
* pull-in changes from DRI/Mesa-4.0.4Brian Paul2002-09-171-10/+2
* initialize SWvertex array to zerosBrian Paul2002-08-081-2/+2
* Lighting now emits colors as CHAN_TYPE, as it used to. This will requireKeith Whitwell2001-07-171-5/+13
* Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make itKeith Whitwell2001-07-121-67/+36
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-30/+29
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-2/+2
* Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR whenKeith Whitwell2001-02-161-12/+2
* Fixed conform problems with recent material tracking change.Keith Whitwell2001-02-161-1/+11
* Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell2001-01-291-2/+30
* Fix several conformance problems. Hack solution to line stipple problem.Keith Whitwell2001-01-161-98/+40
* Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out driversKeith Whitwell2001-01-081-1/+7
* Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell2001-01-051-14/+13
* Major rework of tnl moduleKeith Whitwell2000-12-261-43/+27
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-1/+2
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-3/+2
* minor changes to silence compiler warningsBrian Paul2000-11-101-4/+4
* A new module to provide RasterSetup and advanced triangle/line/pointKeith Whitwell2000-11-051-0/+230