summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast_setup/ss_tritmp.h
Commit message (Expand)AuthorAgeFilesLines
* Minor clean-up of polygon offset logic. Properly compute _MRD field.Brian2007-07-111-19/+21
* Fix problem w/ two-sided lighting and fragment programs (depth-peel regression)Brian2007-05-231-14/+52
* Overhaul/simplify SWvertex and SWspan attribute handling.Brian2007-05-201-44/+44
* fig segment fault issue in TAG(triangle), (see bug 10589)Xiang, Haihao2007-04-181-19/+24
* Implement gl_FrontFacing for fragment shaders.Brian2007-03-101-2/+1
* Fix valgrind complaint, conform vertex order test.Keith Whitwell2005-05-111-6/+20
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-1/+1
* Fix minor warnings found with g++.Brian Paul2004-05-041-1/+1
* added clamping to polygon offset to prevent potential negative Z values and F...Brian Paul2004-03-031-16/+15
* Save and restore front colors on backfacing triangles rather than trying toKeith Whitwell2003-11-281-13/+28
* fix assorted g++ warningsBrian Paul2003-11-251-6/+6
* Merge vtx-0-2-branchKeith Whitwell2003-11-241-6/+6
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* init facing to zeroBrian Paul2002-11-131-4/+4
* fix culling problem (bug 630649)Brian Paul2002-10-291-3/+3
* updated email addressesBrian Paul2002-10-291-2/+2
* multiple GL_POINTS can now be rendered together into one fragment spanBrian Paul2002-10-041-2/+3
* finished up GL_EXT_stencil_two_sideBrian Paul2002-10-021-1/+2
* more warning fixes (Karl Schultz)Brian Paul2001-09-141-4/+4
* Lighting now emits colors as CHAN_TYPE, as it used to. This will requireKeith Whitwell2001-07-171-5/+5
* Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make itKeith Whitwell2001-07-121-9/+13
* Support for floating point color representation in tnl module.Keith Whitwell2001-04-281-5/+5
* * src/swrast_setup/ss_tritmp.h (quad): Changed name of this function topesco2001-03-211-3/+3
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-2/+2
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-18/+17
* Lots of GLchan datatype changes.Brian Paul2001-01-241-4/+4
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-0/+2
* Fix several conformance problems. Hack solution to line stipple problem.Keith Whitwell2001-01-161-8/+2
* Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell2001-01-051-145/+39
* Major rework of tnl moduleKeith Whitwell2000-12-261-76/+84
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-3/+3
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-60/+66
* A new module to provide RasterSetup and advanced triangle/line/pointKeith Whitwell2000-11-051-0/+286