summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_tcl.c
Commit message (Expand)AuthorAgeFilesLines
...
* remove CVS/XFree86 keywordsChristoff Brill2007-05-171-1/+0
* r200: simplify / unify input map handling for vp and fftnlRoland Scheidegger2007-02-091-16/+26
* Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell2007-01-161-2/+5
|\
| * fix vp lockups due to incorrectly set up / emitted attrib inputs.Roland Scheidegger2006-11-051-1/+2
| * enable generic arrays for r200 hw vertex programs by assigning unused color a...Roland Scheidegger2006-11-031-1/+3
* | remove vtxfmt code, switch over to vboKeith Whitwell2006-10-311-1/+1
|/
* fix (per-vertex) fog when using ARB_vp by incorporating fog factor computatio...Roland Scheidegger2006-10-241-25/+6
* implement ARB_point_parameters and ARB_point_sprite on r200. The code is near...Roland Scheidegger2006-10-131-2/+15
* make really sure R200_VAP_PROG_VTX_SHADER_ENABLE is never set when we're alre...Roland Scheidegger2006-09-071-1/+0
* implement arb_vertex_program in hw for r200. Code contains still some hacks, ...Roland Scheidegger2006-06-021-15/+79
* Bug #4901: Correct secondary color emission when lighting is turned off, testedEric Anholt2005-10-291-3/+4
* on r200, don't emit fog coords when fog isn't actually enabled. Fix bug with ...Roland Scheidegger2005-10-181-1/+1
* enable point sizes larger than 1 (for aliased points only) by using the hw po...Roland Scheidegger2005-10-051-1/+2
* add missing fallback string for ARB_vertex_programRoland Scheidegger2005-09-091-1/+2
* Calculate render inputs for tcl stage correctly (hint: they aren't theKeith Whitwell2005-05-131-1/+32
* First pass at updating these drivers with pipeline_stage struct changes.Keith Whitwell2005-04-221-75/+5
* s/0/NULL/ (Jeff Muizelaar)Brian Paul2005-02-171-2/+2
* (Andreas Stenglein) fix projected textures with swtcl, they need the w coordi...Roland Scheidegger2005-02-101-0/+1
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-2/+2
* silence warningsAlan Hourihane2004-12-021-8/+13
* make render_quads_verts call EMIT_PRIM with the arguments in the right order,Adam Jackson2004-11-121-1/+1
* enable GL_EXT_fog_coord. Calculate fog factors and submit them instead of fog...Roland Scheidegger2004-11-031-0/+96
* Add code to support projective texturing and fix mixed enabling of textureEric Anholt2004-10-161-30/+4
* -O -Wall warnings cleanups in r200.Eric Anholt2004-09-241-1/+1
* r200-maybe-flush-less-3.diffKeith Whitwell2004-09-021-10/+26
* Close some races with locking on R100 and R200 which could manifest as renderingEric Anholt2004-08-171-0/+6
* add support for more than 2 texture units (max 6, default 4). use hang workar...Roland Scheidegger2004-06-021-4/+15
* change some explicit references to texture units 0/1 to unit < MaxTextureUnit...Roland Scheidegger2004-05-271-16/+9
* Convert R200 driver to use the t_vertex interface.Ian Romanick2004-04-231-2/+0
* clean up some compiler warningsKeith Whitwell2003-12-091-1/+1
* Import vtx-0-2-branchKeith Whitwell2003-11-241-16/+11
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-211-3/+2
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-45/+23
* r200 driver, brought over by Jon SmirlKeith Whitwell2003-08-061-0/+549