Age | Commit message (Expand) | Author |
2009-11-19 | tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr. | Eric Anholt |
2009-11-19 | tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtr | Eric Anholt |
2009-03-19 | swrast: Silence compiler warnings, give better structure to the code as a res... | Michal Krol |
2008-10-08 | mesa: fix vertex format/attribute bug | Brian Paul |
2008-09-21 | mesa: Prefix main includes with dir to avoid conflicts. | José Fonseca |
2008-09-18 | mesa: prefix a bunch of #include lines with "main/". | Brian Paul |
2008-04-23 | glcore: drop outdated sources files intented for xorg | George Sapountzis |
2007-12-18 | simplify update two-side lighting test (follow-on to previous front/back-face... | Brian |
2007-11-30 | fix broken two-sided stencil | Brian |
2007-11-30 | Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesa | joukj |
2007-11-05 | Check for NULL VB->EdgeFlag array. | Brian |
2007-10-03 | Update of OpenVMS makefiles for the use of "new" include file convention | Jouk |
2007-07-25 | Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesa | Jouk |
2007-07-11 | Minor clean-up of polygon offset logic. Properly compute _MRD field. | Brian |
2007-07-06 | In _swsetup_Translate(), update dest->attrib[FRAG_ATTRIB_COL0]. | Brian |
2007-06-28 | added comment, remove dead code | Brian |
2007-06-22 | Fix feedback color bug #11332. In feedback mode, produce float colors. | Brian |
2007-06-08 | Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesa | Jouk |
2007-05-23 | Fix problem w/ two-sided lighting and fragment programs (depth-peel regression) | Brian |
2007-05-20 | Overhaul/simplify SWvertex and SWspan attribute handling. | Brian |
2007-05-10 | Updated OpenVMS makefiles | J.Jansen |
2007-05-02 | Document a deficiency in the _swrast_Translate() function with regard to poin... | Brian |
2007-04-28 | use EMIT_1F or EMIT_4F for fog depending on fragment program (bug 10788) | Brian |
2007-04-23 | remove SWvertex->fog field, use attrib field | Brian |
2007-04-23 | some re-org, clean-up | Brian |
2007-04-18 | fig segment fault issue in TAG(triangle), (see bug 10589) | Xiang, Haihao |
2007-03-10 | Implement gl_FrontFacing for fragment shaders. | Brian |
2007-02-05 | Merge SWvertex texcoord and varying fields into attrib[] array field. | Brian |
2006-12-21 | s/attribute/varying/ | Brian |
2006-12-15 | varying var changes | Brian |
2006-11-21 | list header files in sources files (Dan Nicholson) | Brian Paul |
2006-10-11 | List of source (.c) files in each directory. | Brian Paul |
2006-06-14 | s/ATTRIBUTE/GENERIC/ | Brian Paul |
2006-06-14 | Rename _TNL_ATTRIB_ATTRIBUTE* to _TNL_ATTRIB_GENERIC* | Brian Paul |
2006-04-25 | Put color index attribute into the 6th attribute slot. | Brian Paul |
2006-04-14 | s/MaxTextureUnits/MaxTextureCoordUnits/ | Brian Paul |
2006-04-11 | More GLSL code: | Michal Krol |
2005-09-23 | Committing in . | Jouk Jansen |
2005-09-13 | OpenGL 2.0's two-sided stencil feature wasn't implemented correctly. | Brian Paul |
2005-05-24 | moved to windows build dir | Karl Schultz |
2005-05-11 | Fix valgrind complaint, conform vertex order test. | Keith Whitwell |
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul |
2004-07-01 | Rename the various function types in t_context.h to include a tnl_ prefix. | Keith Whitwell |
2004-05-04 | Fix minor warnings found with g++. | Brian Paul |
2004-04-23 | Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragment | Brian Paul |
2004-03-21 | fix array index error in _swsetup_Translate (Felix) | Brian Paul |
2004-03-03 | added clamping to polygon offset to prevent potential negative Z values and F... | Brian Paul |
2004-02-04 | another tweak to two-sided detection test | Brian Paul |
2004-02-04 | fix two-sided lighting / vertex program bug (#887330) | Brian Paul |
2004-01-13 | change type of loop index var to remove compiler warning. | Karl Schultz |