| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -9/+9 |
* | swrast: fix 16-bit/channel rendering | Brian Paul | 2010-05-09 | 1 | -1/+1 |
* | tnl: Remove color-index TNL support | Ian Romanick | 2010-03-03 | 1 | -5/+0 |
* | swrast_setup: Remove more color-index rendering support | Ian Romanick | 2010-03-03 | 1 | -11/+5 |
* | mesa: Fix compiler warnings | Karl Schultz | 2010-02-13 | 1 | -1/+1 |
* | mesa: fix vertex format/attribute bug | Brian Paul | 2008-10-08 | 1 | -5/+8 |
* | mesa: prefix a bunch of #include lines with "main/". | Brian Paul | 2008-09-18 | 1 | -6/+7 |
* | fix broken two-sided stencil | Brian | 2007-11-30 | 1 | -0/+3 |
* | 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 | 1 | -6/+7 |
* | Overhaul/simplify SWvertex and SWspan attribute handling. | Brian | 2007-05-20 | 1 | -13/+29 |
* | 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 |
* | 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 |
* | 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 | 1 | -34/+42 |
* | fix array index error in _swsetup_Translate (Felix) | Brian Paul | 2004-03-21 | 1 | -2/+2 |
* | fix two-sided lighting / vertex program bug (#887330) | Brian Paul | 2004-02-04 | 1 | -4/+6 |
* | change type of loop index var to remove compiler warning. | Karl Schultz | 2004-01-13 | 1 | -1/+1 |
* | Fixes for _swsetup_Translate() | Keith Whitwell | 2004-01-06 | 1 | -2/+9 |
* | Beef up t_vertex.c: | Keith Whitwell | 2004-01-05 | 1 | -39/+74 |
* | Re-commit t_vertex.[ch] changes to fd.o server. | Keith Whitwell | 2004-01-05 | 1 | -0/+40 |
* | Initial work for bounds checking of vertex arrays and vertex buffer objects. | Brian Paul | 2003-10-22 | 1 | -2/+2 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
* | updated email addresses | Brian Paul | 2002-10-29 | 1 | -2/+2 |
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -2/+2 |
* | multiple GL_POINTS can now be rendered together into one fragment span | Brian Paul | 2002-10-04 | 1 | -2/+12 |
* | pull-in changes from DRI/Mesa-4.0.4 | Brian Paul | 2002-09-17 | 1 | -10/+2 |
* | initialize SWvertex array to zeros | Brian Paul | 2002-08-08 | 1 | -2/+2 |
* | Lighting now emits colors as CHAN_TYPE, as it used to. This will require | Keith Whitwell | 2001-07-17 | 1 | -5/+13 |
* | Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make it | Keith Whitwell | 2001-07-12 | 1 | -67/+36 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -30/+29 |
* | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ... | Brian Paul | 2001-03-07 | 1 | -2/+2 |
* | Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR when | Keith Whitwell | 2001-02-16 | 1 | -12/+2 |
* | Fixed conform problems with recent material tracking change. | Keith Whitwell | 2001-02-16 | 1 | -1/+11 |
* | Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels | Keith Whitwell | 2001-01-29 | 1 | -2/+30 |
* | Fix several conformance problems. Hack solution to line stipple problem. | Keith Whitwell | 2001-01-16 | 1 | -98/+40 |
* | Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out drivers | Keith Whitwell | 2001-01-08 | 1 | -1/+7 |
* | Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex | Keith Whitwell | 2001-01-05 | 1 | -14/+13 |
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 1 | -43/+27 |
* | Move the transform and lighting code to two new directories | Keith Whitwell | 2000-11-16 | 1 | -1/+2 |