Merge branch 'origin' into glsl-compiler-1
[mesa.git] / src / mesa / drivers / dri / r200 / r200_vertprog.c
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-23 BrianUpdate DRI drivers for new glsl compiler.
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-03 Michel DänzerMerge branch 'origin'
2007-02-03 Roland Scheideggerfix errorneously adding fog state params to all vertex...
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-14 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2006-12-13 Roland Scheideggersubmit vertex weights to make World of Warcraft maybe...
2006-11-30 Roland Scheideggerfix mixed conventional / generic vertex arrays which...
2006-11-29 Roland Scheideggercall Driver.ProgramStringNotify if a ati_fragment_shade...
2006-11-05 Roland Scheideggerfix using VERT_ATTRIB_WEIGHT instead of VERT_BIT_WEIGHT...
2006-11-03 Roland Scheideggerenable generic arrays for r200 hw vertex programs by...
2006-10-26 Roland Scheideggerremove code for inserting mvp transform into position...
2006-10-25 Roland Scheideggerchange some bogus comments regarding the base e exponen...
2006-10-24 Roland Scheideggerfix (per-vertex) fog when using ARB_vp by incorporating...
2006-09-22 Roland Scheideggerfix up access to vertex attrib components which don...
2006-09-13 Roland Scheideggermake sure we upload the new vertex program if the progr...
2006-09-07 Roland Scheideggermake really sure R200_VAP_PROG_VTX_SHADER_ENABLE is...
2006-09-01 Roland Scheideggermake sure vertex programs are only enabled on the hw...
2006-08-31 Roland Scheideggerdo not abort with not supported vertex prog output...
2006-08-30 Roland ScheideggerMinor r200 vertex program cleanups. Remove disabled...
2006-08-30 Roland Scheideggerfix typo causing a segfault when a vertex program uses...
2006-08-28 Brian PaulCheck mesa_vp->Base.NumInstructions == 0 instead of...
2006-08-24 Brian PaulCheck for NULL program string in r200_translate_vertex_...
2006-08-24 Brian PaulCheck if mesa_vp->Base.Parameters is null before derefe...
2006-07-20 Brian PaulSome structure renaming. Prefix vertex/fragment-relate...
2006-07-03 Roland Scheideggersome minor simplifications (same as in r300 driver...
2006-06-18 Tilman Sauerbeckno need to handle ARL in a special way, it's a generic...
2006-06-10 Roland Scheideggerenable arb_vertex_program by default if drm is new...
2006-06-08 Roland ScheideggerImprove slightly wrong CMP_SRCS test to avoid unencessa...
2006-06-02 Roland Scheideggerimplement arb_vertex_program in hw for r200. Code conta...