Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-15 | Added ctx parameter to _mesa_debug() | Brian Paul | |
Added _mesa_printf() Updated SetDrawBuffer() function in all drivers (ala 4.0.3) Import 4.0.3/DRI changes. | |||
2002-02-13 | More suport for t&l drivers | Keith Whitwell | |
Fix GLuint compare bugs Fix RESET_STIPPLE calls | |||
2001-12-11 | fix glut tess lockup | Keith Whitwell | |
2001-04-09 | remove a HAVE_ELTS that I'd stuck before. | Alan Hourihane | |
2001-04-07 | Add quad and quad_strip | Alan Hourihane | |
2001-04-06 | add FINISH function at end of each render_* function | Alan Hourihane | |
fix typo. | |||
2001-03-18 | Fix lineloops. | Keith Whitwell | |
2001-03-12 | Consistent copyright info (version number, date) across all files. | Gareth Hughes | |
2001-03-05 | Changes for ffb | Keith Whitwell | |
2001-03-01 | Uncomment some defaults. | Keith Whitwell | |
2001-03-01 | Bugfixes for vertex format, templates | Keith Whitwell | |
2001-02-28 | Templates are in working order. | Keith Whitwell | |
2001-02-16 | Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR when | Keith Whitwell | |
texturing is not enabled, and without requiring the two colors be added externally. As a part of this, collapsed the decomposition of quads into triangles inside swrast to be hardwired into _swrast_Quad; removed s_quads.[ch]. Removed checks on texture state from t_vb_light.c, which was previously required by swrast. Moved the t_dd_ templates to a new directory. |