summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_vb_render.c
Commit message (Expand)AuthorAgeFilesLines
* Changes for new vbo-building module.Keith Whitwell2006-10-291-1/+1
* remove debug printfBrian Paul2006-06-131-1/+0
* Rename CLIP_ALL_BITS to CLIP_FRUSTUM_BITS to reflect the fact that the valueBrian Paul2006-04-061-1/+3
* change an assertionBrian Paul2005-11-161-1/+1
* remove unneeded #includesBrian Paul2005-11-051-3/+0
* removed GL_HP_occlusion_test extensionBrian Paul2005-08-251-5/+2
* Simplify the pipeline_stage structureKeith Whitwell2005-04-221-33/+4
* Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul2004-08-251-0/+1
* Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell2004-07-011-8/+8
* Add EXT_vertex_cull support to mesaKeith Whitwell2004-05-101-4/+7
* Re-commit t_vertex.[ch] changes to fd.o server.Keith Whitwell2004-01-051-32/+1
* Update NEED_SECONDARY_COLOR macro to test if either vertex/fragmentBrian Paul2003-12-091-1/+1
* fix assorted g++ warningsBrian Paul2003-11-251-1/+1
* Merge vtx-0-2-branchKeith Whitwell2003-11-241-28/+25
* Move away from using the ctx->_TriangleCaps bitfield.Brian Paul2003-09-181-4/+4
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* Added ctx->Texture._EnabledCoordUnits bitfield.Brian Paul2003-04-081-3/+3
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-16/+3
* 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/+2
* Implemented GL_NV_texture_rectangle extension.Brian Paul2002-06-151-2/+2
* bring in changes from dri tcl branchKeith Whitwell2002-04-091-1/+8
* More suport for t&l driversKeith Whitwell2002-02-131-3/+3
* Clean-up/renaming of the per-vertex attribute bits, specifically, theBrian Paul2002-01-221-10/+10
* remove conditional in RESET_STIPPLE to fix conformance failureBrian Paul2001-12-171-4/+4
* vertex program check-inBrian Paul2001-12-141-11/+12
* guard ResetStipple callsKeith Whitwell2001-12-031-3/+4
* possible fix for cva ignore start index bugKeith Whitwell2001-11-191-2/+2
* Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make itKeith Whitwell2001-07-121-44/+58
* Added fi_type union typedef to glheader.h.Brian Paul2001-06-151-3/+3
* Clean up _tnl_Begin/begin/hard_begin.Keith Whitwell2001-05-111-2/+3
* Support for floating point color representation in tnl module.Keith Whitwell2001-04-281-22/+1
* first pass at eval fixesKeith Whitwell2001-04-261-1/+2
* Removed DD_Z_NEVER.Brian Paul2001-03-291-3/+3
* 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