summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast_setup/ss_triangle.c
Commit message (Expand)AuthorAgeFilesLines
* swrast: remove unneeded #include of colormac.hBrian Paul2015-04-011-1/+0
* mesa: replace FABSF with fabsfBrian Paul2015-02-241-0/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-151-6/+6
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-8/+8
* swrast: fix incorrect specular highlights on backfacesTim Evans2010-06-211-1/+1
* swrast_setup: Remove more color-index rendering supportIan Romanick2010-03-031-63/+11
* swrast: Silence compiler warnings, give better structure to the code as a res...Michal Krol2009-03-191-59/+60
* mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-4/+4
* simplify update two-side lighting test (follow-on to previous front/back-face...Brian2007-12-181-3/+1
* fix broken two-sided stencilBrian2007-11-301-4/+6
* Overhaul/simplify SWvertex and SWspan attribute handling.Brian2007-05-201-26/+26
* Implement gl_FrontFacing for fragment shaders.Brian2007-03-101-1/+3
* OpenGL 2.0's two-sided stencil feature wasn't implemented correctly.Brian Paul2005-09-131-1/+1
* Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell2004-07-011-2/+2
* Fix minor warnings found with g++.Brian Paul2004-05-041-2/+2
* Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragmentBrian Paul2004-04-231-3/+3
* another tweak to two-sided detection testBrian Paul2004-02-041-1/+1
* fix two-sided lighting / vertex program bug (#887330)Brian Paul2004-02-041-4/+4
* Merge vtx-0-2-branchKeith Whitwell2003-11-241-2/+2
* Move away from using the ctx->_TriangleCaps bitfield.Brian Paul2003-09-181-5/+9
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* fix culling problem (bug 630649)Brian Paul2002-10-291-3/+21
* updated email addressesBrian Paul2002-10-291-2/+2
* multiple GL_POINTS can now be rendered together into one fragment spanBrian Paul2002-10-041-3/+4
* finished up GL_EXT_stencil_two_sideBrian Paul2002-10-021-2/+8
* removed ctx->Polygon._OffsetAny - not really neededBrian Paul2002-10-021-2/+4
* Lighting now emits colors as CHAN_TYPE, as it used to. This will requireKeith Whitwell2001-07-171-3/+3
* Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make itKeith Whitwell2001-07-121-6/+6
* Support for floating point color representation in tnl module.Keith Whitwell2001-04-281-3/+3
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-22/+23
* More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.Brian Paul2001-03-081-2/+2
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-6/+7
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-1/+1
* Fix several conformance problems. Hack solution to line stipple problem.Keith Whitwell2001-01-161-0/+95
* Fixed conform feedback and drawelements tests.Keith Whitwell2001-01-141-2/+2
* Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell2001-01-051-89/+12
* Major rework of tnl moduleKeith Whitwell2000-12-261-58/+72
* Committing in .Jouk Jansen2000-11-221-7/+7
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-0/+2
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-1/+88
* A new module to provide RasterSetup and advanced triangle/line/pointKeith Whitwell2000-11-051-0/+161