radeon/r200/r300: another big merge upheavel.
[mesa.git] / src / mesa / drivers / dri / r200 / r200_tcl.c
2009-02-12 Dave Airlieradeon/r200/r300: another big merge upheavel.
2009-02-08 Dave Airlier200: cleanup some bits that aren't used
2009-01-30 Dave Airlier200/r300: swtcl fixups to use old dma buffers on top...
2009-01-30 Dave Airlier200/r300: add aperture space checks
2009-01-29 Dave Airlier200: bring back single dma flush
2009-01-22 Dave Airlier200: fix up swtcl/tcl flushes
2009-01-22 Dave Airlier200: disable some debug
2009-01-22 Dave Airlier200: emit elts into a separate ELT bo
2009-01-21 Dave Airlier200: remove indexed verts
2009-01-20 Dave Airlier200: make tri render on my r200.
2009-01-20 Dave Airlier200: clear is working at least - not much else
2009-01-14 Dave Airlieradeon/r200/r300: initial attempt to convert to common...
2008-09-18 Brian Paulmesa: added "main/" prefix to includes, remove some...
2007-12-26 Dan NicholsonMerge branch 'master' into autoconf2
2007-12-22 Roland Scheideggerfix GL_LINE_LOOP with drivers using own render pipeline...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-06-08 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-05-17 Christoff Brillremove CVS/XFree86 keywords
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-08 Roland Scheideggerr200: simplify / unify input map handling for vp and...
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-16 Keith WhitwellMerge branch 'master-merge' into vbo-0.2
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-05 Roland Scheideggerfix vp lockups due to incorrectly set up / emitted...
2006-11-03 Roland Scheideggerenable generic arrays for r200 hw vertex programs by...
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