summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_vb_render.c
Commit message (Expand)AuthorAgeFilesLines
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-51/+57
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-21/+21
* Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR whenKeith Whitwell2001-02-161-17/+3
* Fixed conform problems with recent material tracking change.Keith Whitwell2001-02-161-19/+28
* Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell2001-01-291-397/+70
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-4/+3
* Fix several conformance problems. Hack solution to line stipple problem.Keith Whitwell2001-01-161-5/+3
* Fixed 'IRound' to 'IROUND' in mmath.hKeith Whitwell2001-01-081-1/+3
* Add call to Driver.RenderPrimitive()Keith Whitwell2001-01-081-1/+2
* Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out driversKeith Whitwell2001-01-081-1/+2
* Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell2001-01-051-187/+229
* More color macro clean-ups.Brian Paul2001-01-031-4/+4
* Add render stage for unclipped vb's to fx driver.Keith Whitwell2000-12-281-2/+4
* fix sproingies bugKeith Whitwell2000-12-271-1/+4
* Fixes for compiling assembly (disable unused 'masked' versions)Keith Whitwell2000-12-271-1/+2
* Major rework of tnl moduleKeith Whitwell2000-12-261-0/+698