summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vb_render.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-4/+4
2010-08-07tnl: Reduce header file inclusion in t_context.h.Vinson Lee1-0/+1
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-6/+6
2006-10-29Changes for new vbo-building module.Keith Whitwell1-1/+1
2006-06-13remove debug printfBrian Paul1-1/+0
2006-04-06Rename CLIP_ALL_BITS to CLIP_FRUSTUM_BITS to reflect the fact that the valueBrian Paul1-1/+3
2005-11-16change an assertionBrian Paul1-1/+1
2005-11-05remove unneeded #includesBrian Paul1-3/+0
2005-08-25removed GL_HP_occlusion_test extensionBrian Paul1-5/+2
2005-04-22Simplify the pipeline_stage structureKeith Whitwell1-33/+4
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul1-0/+1
2004-07-01Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell1-8/+8
2004-05-10Add EXT_vertex_cull support to mesaKeith Whitwell1-4/+7
2004-01-05Re-commit t_vertex.[ch] changes to fd.o server.Keith Whitwell1-32/+1
2003-12-09Update NEED_SECONDARY_COLOR macro to test if either vertex/fragmentBrian Paul1-1/+1
2003-11-25fix assorted g++ warningsBrian Paul1-1/+1
2003-11-24Merge vtx-0-2-branchKeith Whitwell1-28/+25
2003-09-18Move away from using the ctx->_TriangleCaps bitfield.Brian Paul1-4/+4
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2003-04-08Added ctx->Texture._EnabledCoordUnits bitfield.Brian Paul1-3/+3
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul1-16/+3
2002-10-29updated email addressesBrian Paul1-2/+2
2002-10-24Header file clean-up:Brian Paul1-2/+2
2002-06-29Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul1-2/+2
2002-06-15Implemented GL_NV_texture_rectangle extension.Brian Paul1-2/+2
2002-04-09bring in changes from dri tcl branchKeith Whitwell1-1/+8
2002-02-13More suport for t&l driversKeith Whitwell1-3/+3
2002-01-22Clean-up/renaming of the per-vertex attribute bits, specifically, theBrian Paul1-10/+10
2001-12-17remove conditional in RESET_STIPPLE to fix conformance failureBrian Paul1-4/+4
2001-12-14vertex program check-inBrian Paul1-11/+12
2001-12-03guard ResetStipple callsKeith Whitwell1-3/+4
2001-11-19possible fix for cva ignore start index bugKeith Whitwell1-2/+2
2001-07-12Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make itKeith Whitwell1-44/+58
2001-06-15Added fi_type union typedef to glheader.h.Brian Paul1-3/+3
2001-05-11Clean up _tnl_Begin/begin/hard_begin.Keith Whitwell1-2/+3
2001-04-28Support for floating point color representation in tnl module.Keith Whitwell1-22/+1
2001-04-26first pass at eval fixesKeith Whitwell1-1/+2
2001-03-29Removed DD_Z_NEVER.Brian Paul1-3/+3
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell1-51/+57
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-21/+21
2001-02-16Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR whenKeith Whitwell1-17/+3
2001-02-16Fixed conform problems with recent material tracking change.Keith Whitwell1-19/+28
2001-01-29Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell1-397/+70
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul1-4/+3
2001-01-16Fix several conformance problems. Hack solution to line stipple problem.Keith Whitwell1-5/+3
2001-01-08Fixed 'IRound' to 'IROUND' in mmath.hKeith Whitwell1-1/+3