summaryrefslogtreecommitdiff
path: root/src/mesa/swrast_setup
AgeCommit message (Expand)AuthorFilesLines
2009-03-19swrast: Silence compiler warnings, give better structure to the code as a res...Michal Krol2-61/+62
2008-10-08mesa: fix vertex format/attribute bugBrian Paul1-5/+8
2008-09-21mesa: Prefix main includes with dir to avoid conflicts.José Fonseca1-1/+1
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul4-12/+12
2008-04-23glcore: drop outdated sources files intented for xorgGeorge Sapountzis1-10/+0
2007-12-18simplify update two-side lighting test (follow-on to previous front/back-face...Brian1-3/+1
2007-11-30fix broken two-sided stencilBrian3-6/+9
2007-11-30Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesajoukj1-8/+10
2007-11-05Check for NULL VB->EdgeFlag array.Brian1-8/+10
2007-10-03 Update of OpenVMS makefiles for the use of "new" include file conventionJouk1-2/+4
2007-07-25Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesaJouk2-31/+35
2007-07-11Minor clean-up of polygon offset logic. Properly compute _MRD field.Brian1-19/+21
2007-07-06In _swsetup_Translate(), update dest->attrib[FRAG_ATTRIB_COL0].Brian1-10/+13
2007-06-28added comment, remove dead codeBrian1-3/+1
2007-06-22Fix feedback color bug #11332. In feedback mode, produce float colors.Brian1-0/+1
2007-06-08Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesaJouk4-100/+155
2007-05-23Fix problem w/ two-sided lighting and fragment programs (depth-peel regression)Brian3-23/+62
2007-05-20Overhaul/simplify SWvertex and SWspan attribute handling.Brian3-83/+99
2007-05-10Updated OpenVMS makefilesJ.Jansen1-0/+1
2007-05-02Document a deficiency in the _swrast_Translate() function with regard to poin...Brian1-1/+2
2007-04-28use EMIT_1F or EMIT_4F for fog depending on fragment program (bug 10788)Brian1-2/+4
2007-04-23remove SWvertex->fog field, use attrib fieldBrian1-2/+2
2007-04-23some re-org, clean-upBrian1-25/+46
2007-04-18fig segment fault issue in TAG(triangle), (see bug 10589)Xiang, Haihao1-19/+24
2007-03-10Implement gl_FrontFacing for fragment shaders.Brian2-3/+4
2007-02-05Merge SWvertex texcoord and varying fields into attrib[] array field.Brian1-4/+9
2006-12-21s/attribute/varying/Brian1-1/+1
2006-12-15varying var changesBrian1-6/+12
2006-11-21list header files in sources files (Dan Nicholson)Brian Paul1-0/+7
2006-10-11List of source (.c) files in each directory.Brian Paul1-0/+3
2006-06-14s/ATTRIBUTE/GENERIC/Brian Paul1-2/+2
2006-06-14Rename _TNL_ATTRIB_ATTRIBUTE* to _TNL_ATTRIB_GENERIC*Brian Paul1-1/+1
2006-04-25Put color index attribute into the 6th attribute slot.Brian Paul1-5/+5
2006-04-14s/MaxTextureUnits/MaxTextureCoordUnits/Brian Paul1-5/+3
2006-04-11More GLSL code:Michal Krol2-37/+46
2005-09-23 Committing in .Jouk Jansen1-1/+1
2005-09-13OpenGL 2.0's two-sided stencil feature wasn't implemented correctly.Brian Paul1-1/+1
2005-05-24moved to windows build dirKarl Schultz1-124/+0
2005-05-11Fix valgrind complaint, conform vertex order test.Keith Whitwell1-6/+20
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-1/+1
2004-07-01Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell1-2/+2
2004-05-04Fix minor warnings found with g++.Brian Paul2-3/+3
2004-04-23Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragmentBrian Paul1-3/+3
2004-03-21fix array index error in _swsetup_Translate (Felix)Brian Paul1-2/+2
2004-03-03added clamping to polygon offset to prevent potential negative Z values and F...Brian Paul1-16/+15
2004-02-04another tweak to two-sided detection testBrian Paul1-1/+1
2004-02-04fix two-sided lighting / vertex program bug (#887330)Brian Paul2-8/+10
2004-01-13change type of loop index var to remove compiler warning.Karl Schultz1-1/+1
2004-01-13remove ss_vb.c from projectKarl Schultz1-4/+0
2004-01-08 Committing in .Jouk Jansen1-3/+2