summaryrefslogtreecommitdiff
path: root/src/mesa/swrast_setup
AgeCommit message (Expand)Author
2007-06-28added comment, remove dead codeBrian
2007-06-22Fix feedback color bug #11332. In feedback mode, produce float colors.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-05-02Document a deficiency in the _swrast_Translate() function with regard to poin...Brian
2007-04-28use EMIT_1F or EMIT_4F for fog depending on fragment program (bug 10788)Brian
2007-04-23remove SWvertex->fog field, use attrib fieldBrian
2007-04-23some re-org, clean-upBrian
2007-04-18fig segment fault issue in TAG(triangle), (see bug 10589)Xiang, Haihao
2007-03-10Implement gl_FrontFacing for fragment shaders.Brian
2007-02-05Merge SWvertex texcoord and varying fields into attrib[] array field.Brian
2006-12-21s/attribute/varying/Brian
2006-12-15varying var changesBrian
2006-11-21list header files in sources files (Dan Nicholson)Brian Paul
2006-10-11List of source (.c) files in each directory.Brian Paul
2006-06-14s/ATTRIBUTE/GENERIC/Brian Paul
2006-06-14Rename _TNL_ATTRIB_ATTRIBUTE* to _TNL_ATTRIB_GENERIC*Brian Paul
2006-04-25Put color index attribute into the 6th attribute slot.Brian Paul
2006-04-14s/MaxTextureUnits/MaxTextureCoordUnits/Brian Paul
2006-04-11More GLSL code:Michal Krol
2005-09-23 Committing in .Jouk Jansen
2005-09-13OpenGL 2.0's two-sided stencil feature wasn't implemented correctly.Brian Paul
2005-05-24moved to windows build dirKarl Schultz
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-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-03-21fix array index error in _swsetup_Translate (Felix)Brian Paul
2004-03-03added clamping to polygon offset to prevent potential negative Z values and F...Brian Paul
2004-02-04another tweak to two-sided detection testBrian Paul
2004-02-04fix two-sided lighting / vertex program bug (#887330)Brian Paul
2004-01-13change type of loop index var to remove compiler warning.Karl Schultz
2004-01-13remove ss_vb.c from projectKarl Schultz
2004-01-08 Committing in .Jouk Jansen
2004-01-06Fixes for _swsetup_Translate()Keith Whitwell
2004-01-05Beef up t_vertex.c:Keith Whitwell
2004-01-05Re-commit t_vertex.[ch] changes to fd.o server.Keith Whitwell
2003-12-09Update NEED_SECONDARY_COLOR macro to test if either vertex/fragmentBrian 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-10-22Initial work for bounds checking of vertex arrays and vertex buffer objects.Brian Paul
2003-09-19Assorted casts to silence g++ warnings.Brian Paul
2003-09-19Make binary - even though this is a text file, common practice is to store MS...Karl Schultz
2003-09-18Move away from using the ctx->_TriangleCaps bitfield.Brian Paul
2003-08-30Generate browse info for Debug version.Karl Schultz
2003-07-26VC 6 Project FileKarl Schultz
2003-07-02 Committing in .Jouk Jansen
2003-06-17 Committing in .Jouk Jansen