Age | Commit message (Expand) | Author |
2004-03-21 | fix array index error in _swsetup_Translate (Felix) | 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 |
2004-01-06 | Fixes for _swsetup_Translate() | Keith Whitwell |
2004-01-05 | Beef up t_vertex.c: | Keith Whitwell |
2004-01-05 | Re-commit t_vertex.[ch] changes to fd.o server. | Keith Whitwell |
2003-10-22 | Initial work for bounds checking of vertex arrays and vertex buffer objects. | Brian Paul |
2003-06-05 | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick |
2002-10-29 | updated email addresses | Brian Paul |
2002-10-24 | Header file clean-up: | Brian Paul |
2002-10-04 | multiple GL_POINTS can now be rendered together into one fragment span | Brian Paul |
2002-09-17 | pull-in changes from DRI/Mesa-4.0.4 | Brian Paul |
2002-08-08 | initialize SWvertex array to zeros | Brian Paul |
2001-07-17 | Lighting now emits colors as CHAN_TYPE, as it used to. This will require | Keith Whitwell |
2001-07-12 | Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make it | Keith Whitwell |
2001-03-12 | Consistent copyright info (version number, date) across all files. | Gareth Hughes |
2001-03-07 | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ... | Brian Paul |
2001-02-16 | Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR when | Keith Whitwell |
2001-02-16 | Fixed conform problems with recent material tracking change. | Keith Whitwell |
2001-01-29 | Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels | Keith Whitwell |
2001-01-16 | Fix several conformance problems. Hack solution to line stipple problem. | Keith Whitwell |
2001-01-08 | Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out drivers | Keith Whitwell |
2001-01-05 | Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex | Keith Whitwell |
2000-12-26 | Major rework of tnl module | Keith Whitwell |
2000-11-16 | Move the transform and lighting code to two new directories | Keith Whitwell |
2000-11-13 | Cleanup of derived state calculation prior to seperating software T&L | Keith Whitwell |
2000-11-10 | minor changes to silence compiler warnings | Brian Paul |
2000-11-05 | A new module to provide RasterSetup and advanced triangle/line/point | Keith Whitwell |