summaryrefslogtreecommitdiff
path: root/src/mesa/swrast_setup/ss_triangle.c
AgeCommit message (Expand)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-06-21swrast: fix incorrect specular highlights on backfacesTim Evans
2010-03-03swrast_setup: Remove more color-index rendering supportIan Romanick
2009-03-19swrast: Silence compiler warnings, give better structure to the code as a res...Michal Krol
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul
2007-12-18simplify update two-side lighting test (follow-on to previous front/back-face...Brian
2007-11-30fix broken two-sided stencilBrian
2007-05-20Overhaul/simplify SWvertex and SWspan attribute handling.Brian
2007-03-10Implement gl_FrontFacing for fragment shaders.Brian
2005-09-13OpenGL 2.0's two-sided stencil feature wasn't implemented correctly.Brian Paul
2004-07-01Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell
2004-05-04Fix minor warnings found with g++.Brian Paul
2004-04-23Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragmentBrian Paul
2004-02-04another tweak to two-sided detection testBrian Paul
2004-02-04fix two-sided lighting / vertex program bug (#887330)Brian Paul
2003-11-24Merge vtx-0-2-branchKeith Whitwell
2003-09-18Move away from using the ctx->_TriangleCaps bitfield.Brian Paul
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2002-10-29fix culling problem (bug 630649)Brian Paul
2002-10-29updated email addressesBrian Paul
2002-10-04multiple GL_POINTS can now be rendered together into one fragment spanBrian Paul
2002-10-02finished up GL_EXT_stencil_two_sideBrian Paul
2002-10-02removed ctx->Polygon._OffsetAny - not really neededBrian Paul
2001-07-17Lighting now emits colors as CHAN_TYPE, as it used to. This will requireKeith Whitwell
2001-07-12Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make itKeith Whitwell
2001-04-28Support for floating point color representation in tnl module.Keith Whitwell
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-08More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.Brian Paul
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul
2001-01-16Fix several conformance problems. Hack solution to line stipple problem.Keith Whitwell
2001-01-14Fixed conform feedback and drawelements tests.Keith Whitwell
2001-01-05Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-11-22 Committing in .Jouk Jansen
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell
2000-11-13Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell
2000-11-05A new module to provide RasterSetup and advanced triangle/line/pointKeith Whitwell