Merge branch 'master-merge' into vbo-0.2
[mesa.git] / src / mesa / drivers / dri / r200 / r200_tcl.c
2007-01-16 Keith WhitwellMerge branch 'master-merge' into vbo-0.2
2006-10-31 Keith Whitwellremove vtxfmt code, switch over to vbo
2006-10-24 Roland Scheideggerfix (per-vertex) fog when using ARB_vp by incorporating...
2006-10-13 Roland Scheideggerimplement ARB_point_parameters and ARB_point_sprite...
2006-09-07 Roland Scheideggermake really sure R200_VAP_PROG_VTX_SHADER_ENABLE is...
2006-06-02 Roland Scheideggerimplement arb_vertex_program in hw for r200. Code conta...
2005-10-29 Eric AnholtBug #4901: Correct secondary color emission when lighti...
2005-10-18 Roland Scheideggeron r200, don't emit fog coords when fog isn't actually...
2005-10-05 Roland Scheideggerenable point sizes larger than 1 (for aliased points...
2005-09-09 Roland Scheideggeradd missing fallback string for ARB_vertex_program
2005-05-13 Keith WhitwellCalculate render inputs for tcl stage correctly (hint...
2005-04-22 Keith WhitwellFirst pass at updating these drivers with pipeline_stag...
2005-02-17 Brian Pauls/0/NULL/ (Jeff Muizelaar)
2005-02-10 Roland Scheidegger(Andreas Stenglein) fix projected textures with swtcl...
2004-12-14 Alan Hourihaneuint*t -> u_int*t changes
2004-12-02 Alan Hourihanesilence warnings
2004-11-12 Adam Jacksonmake render_quads_verts call EMIT_PRIM with the argumen...
2004-11-03 Roland Scheideggerenable GL_EXT_fog_coord. Calculate fog factors and...
2004-10-16 Eric AnholtAdd code to support projective texturing and fix mixed...
2004-09-24 Eric Anholt-O -Wall warnings cleanups in r200.
2004-09-02 Keith Whitwellr200-maybe-flush-less-3.diff
2004-08-17 Eric AnholtClose some races with locking on R100 and R200 which...
2004-06-02 Roland Scheideggeradd support for more than 2 texture units (max 6, defau...
2004-05-27 Roland Scheideggerchange some explicit references to texture units 0...
2004-04-23 Ian RomanickConvert R200 driver to use the t_vertex interface.
2003-12-09 Keith Whitwellclean up some compiler warnings
2003-11-24 Keith WhitwellImport vtx-0-2-branch
2003-10-21 Jon SmirlUpdate DRI drivers to current DRI CVS and make them...
2003-08-22 Brian Paulpatch to import Jon Smirl's work from Bitkeeper
2003-08-06 Keith Whitwellr200 driver, brought over by Jon Smirl