summaryrefslogtreecommitdiff
path: root/src/mesa/swrast_setup/ss_tritmp.h
AgeCommit message (Expand)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-03-03swrast_setup: Remove more color-index rendering supportIan Romanick
2010-02-13mesa: Fix compiler warningsKarl Schultz
2010-02-10swrast: Silence uninitialized variable warnings in ss_tritmp.h.Vinson Lee
2009-12-21Merge branch 'mesa_7_7_branch'Brian Paul
2009-11-19tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt
2009-11-19tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtrEric Anholt
2009-12-12swrast: Silence uninitialized variable warnings in ss_tritmp.h.Vinson Lee
2009-03-19swrast: Silence compiler warnings, give better structure to the code as a res...Michal Krol
2007-11-30fix broken two-sided stencilBrian
2007-11-05Check for NULL VB->EdgeFlag array.Brian
2007-07-11Minor clean-up of polygon offset logic. Properly compute _MRD field.Brian
2007-05-23Fix problem w/ two-sided lighting and fragment programs (depth-peel regression)Brian
2007-05-20Overhaul/simplify SWvertex and SWspan attribute handling.Brian
2007-04-18fig segment fault issue in TAG(triangle), (see bug 10589)Xiang, Haihao
2007-03-10Implement gl_FrontFacing for fragment shaders.Brian
2005-05-11Fix valgrind complaint, conform vertex order test.Keith Whitwell
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2004-05-04Fix minor warnings found with g++.Brian Paul
2004-03-03added clamping to polygon offset to prevent potential negative Z values and F...Brian Paul
2003-11-28Save and restore front colors on backfacing triangles rather than trying toKeith Whitwell
2003-11-25fix assorted g++ warningsBrian Paul
2003-11-24Merge vtx-0-2-branchKeith Whitwell
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2002-11-13init facing to zeroBrian Paul
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
2001-09-14more warning fixes (Karl Schultz)Brian 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-21* src/swrast_setup/ss_tritmp.h (quad): Changed name of this function topesco
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-01-24Lots of GLchan datatype changes.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-05Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell
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