| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove files of unsupported build systems. | José Fonseca | 2008-02-25 | 1 | -39/+0 |
* | Rename 'mms-config.' to 'mms.config'. | Michal Krol | 2007-10-29 | 1 | -1/+1 |
* | Minor clean-up of polygon offset logic. Properly compute _MRD field. | Brian | 2007-07-11 | 1 | -19/+21 |
* | In _swsetup_Translate(), update dest->attrib[FRAG_ATTRIB_COL0]. | Brian | 2007-07-06 | 1 | -10/+13 |
* | added comment, remove dead code | Brian | 2007-06-28 | 1 | -3/+1 |
* | Fix feedback color bug #11332. In feedback mode, produce float colors. | Brian | 2007-06-22 | 1 | -0/+1 |
* | Fix problem w/ two-sided lighting and fragment programs (depth-peel regression) | Brian | 2007-05-23 | 3 | -23/+62 |
* | Overhaul/simplify SWvertex and SWspan attribute handling. | Brian | 2007-05-20 | 3 | -83/+99 |
* | Document a deficiency in the _swrast_Translate() function with regard to poin... | Brian | 2007-05-02 | 1 | -1/+2 |
* | use EMIT_1F or EMIT_4F for fog depending on fragment program (bug 10788) | Brian | 2007-04-28 | 1 | -2/+4 |
* | remove SWvertex->fog field, use attrib field | Brian | 2007-04-23 | 1 | -2/+2 |
* | some re-org, clean-up | Brian | 2007-04-23 | 1 | -25/+46 |
* | fig segment fault issue in TAG(triangle), (see bug 10589) | Xiang, Haihao | 2007-04-18 | 1 | -19/+24 |
* | Implement gl_FrontFacing for fragment shaders. | Brian | 2007-03-10 | 2 | -3/+4 |
* | Merge SWvertex texcoord and varying fields into attrib[] array field. | Brian | 2007-02-05 | 1 | -4/+9 |
* | s/attribute/varying/ | Brian | 2006-12-21 | 1 | -1/+1 |
* | varying var changes | Brian | 2006-12-15 | 1 | -6/+12 |
* | list header files in sources files (Dan Nicholson) | Brian Paul | 2006-11-21 | 1 | -0/+7 |
* | List of source (.c) files in each directory. | Brian Paul | 2006-10-11 | 1 | -0/+3 |
* | s/ATTRIBUTE/GENERIC/ | Brian Paul | 2006-06-14 | 1 | -2/+2 |
* | Rename _TNL_ATTRIB_ATTRIBUTE* to _TNL_ATTRIB_GENERIC* | Brian Paul | 2006-06-14 | 1 | -1/+1 |
* | Put color index attribute into the 6th attribute slot. | Brian Paul | 2006-04-25 | 1 | -5/+5 |
* | s/MaxTextureUnits/MaxTextureCoordUnits/ | Brian Paul | 2006-04-14 | 1 | -5/+3 |
* | More GLSL code: | Michal Krol | 2006-04-11 | 2 | -37/+46 |
* | Committing in . | Jouk Jansen | 2005-09-23 | 1 | -1/+1 |
* | OpenGL 2.0's two-sided stencil feature wasn't implemented correctly. | Brian Paul | 2005-09-13 | 1 | -1/+1 |
* | moved to windows build dir | Karl Schultz | 2005-05-24 | 1 | -124/+0 |
* | Fix valgrind complaint, conform vertex order test. | Keith Whitwell | 2005-05-11 | 1 | -6/+20 |
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 1 | -1/+1 |
* | Rename the various function types in t_context.h to include a tnl_ prefix. | Keith Whitwell | 2004-07-01 | 1 | -2/+2 |
* | Fix minor warnings found with g++. | Brian Paul | 2004-05-04 | 2 | -3/+3 |
* | Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragment | Brian Paul | 2004-04-23 | 1 | -3/+3 |
* | fix array index error in _swsetup_Translate (Felix) | Brian Paul | 2004-03-21 | 1 | -2/+2 |
* | added clamping to polygon offset to prevent potential negative Z values and F... | Brian Paul | 2004-03-03 | 1 | -16/+15 |
* | another tweak to two-sided detection test | Brian Paul | 2004-02-04 | 1 | -1/+1 |
* | fix two-sided lighting / vertex program bug (#887330) | Brian Paul | 2004-02-04 | 2 | -8/+10 |
* | change type of loop index var to remove compiler warning. | Karl Schultz | 2004-01-13 | 1 | -1/+1 |
* | remove ss_vb.c from project | Karl Schultz | 2004-01-13 | 1 | -4/+0 |
* | Committing in . | Jouk Jansen | 2004-01-08 | 1 | -3/+2 |
* | Fixes for _swsetup_Translate() | Keith Whitwell | 2004-01-06 | 1 | -2/+9 |
* | Beef up t_vertex.c: | Keith Whitwell | 2004-01-05 | 4 | -741/+76 |
* | Re-commit t_vertex.[ch] changes to fd.o server. | Keith Whitwell | 2004-01-05 | 2 | -0/+48 |
* | Update NEED_SECONDARY_COLOR macro to test if either vertex/fragment | Brian Paul | 2003-12-09 | 1 | -0/+1 |
* | Save and restore front colors on backfacing triangles rather than trying to | Keith Whitwell | 2003-11-28 | 1 | -13/+28 |
* | fix assorted g++ warnings | Brian Paul | 2003-11-25 | 2 | -7/+7 |
* | Merge vtx-0-2-branch | Keith Whitwell | 2003-11-24 | 4 | -38/+33 |
* | Initial work for bounds checking of vertex arrays and vertex buffer objects. | Brian Paul | 2003-10-22 | 1 | -2/+2 |
* | Assorted casts to silence g++ warnings. | Brian Paul | 2003-09-19 | 1 | -1/+1 |
* | Make binary - even though this is a text file, common practice is to store MS... | Karl Schultz | 2003-09-19 | 1 | -128/+128 |
* | Move away from using the ctx->_TriangleCaps bitfield. | Brian Paul | 2003-09-18 | 2 | -7/+13 |