summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast_setup/ss_tritmp.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: Avoid double promotion.Matt Turner2015-07-291-2/+2
* mesa: replace FABSF with fabsfBrian Paul2015-02-241-2/+2
* 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-46/+46
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* swrast_setup: Remove more color-index rendering supportIan Romanick2010-03-031-81/+63
* mesa: Fix compiler warningsKarl Schultz2010-02-131-6/+6
* swrast: Silence uninitialized variable warnings in ss_tritmp.h.Vinson Lee2010-02-101-1/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2009-12-211-3/+3
|\
| * swrast: Silence uninitialized variable warnings in ss_tritmp.h.Vinson Lee2009-12-121-3/+3
* | tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt2009-11-191-8/+8
* | tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtrEric Anholt2009-11-191-1/+1
|/
* swrast: Silence compiler warnings, give better structure to the code as a res...Michal Krol2009-03-191-2/+2
* fix broken two-sided stencilBrian2007-11-301-2/+0
* Check for NULL VB->EdgeFlag array.Brian2007-11-051-8/+10
* 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