nvfx: support nv30 simulation on nv40
[mesa.git] / src / gallium / drivers / nvfx / nvfx_vertprog.c
2010-09-05 Luca Barbierinvfx: support nv30 simulation on nv40
2010-09-05 Luca Barbierinvfx: switch to rules-ng-ng register headers
2010-09-05 Luca Barbierinvfx: remove remaining BEGIN_RING/eng3d uses
2010-09-05 Luca Barbierinvfx: support saturate in vp
2010-09-05 Luca Barbierinvfx: add rewritten swtnl support
2010-09-04 Luca Barbierinvfx: fix vp DP2
2010-09-04 Luca Barbierinv40: support all 10 texcoords
2010-09-03 Luca Barbierinvfx: support indirect addressing in vps
2010-08-23 Luca Barbierinvfx: support clip planes sensibly and fix them on...
2010-08-22 Vinson Leenvfx: Include missing header in nvfx_vertprog.c.
2010-08-22 Luca Barbierinvfx: move stuff around
2010-08-22 Luca Barbierinvfx: simplify and correct fragment program update...
2010-08-22 Luca Barbierinvfx: fix vertex programs
2010-08-22 Luca Barbierinvfx: use relocations array for vp constants
2010-08-22 Vinson Leenvfx: Silence uninitialized variable warnings.
2010-08-21 Luca Barbierinvfx: fix warnings
2010-08-21 Luca Barbierinvfx: slightly improve handling of overlong vps
2010-08-21 Luca Barbierinvfx: implement CMP in vp
2010-08-21 Luca Barbierinvfx: implement DP2 in vp and fp
2010-08-21 Luca Barbierinvfx: implement TRUNC in vp and fp
2010-08-21 Luca Barbierinvfx: implement NOP
2010-08-21 Luca Barbierinvfx: add vertex program control flow
2010-08-21 Luca Barbierinvfx: refactor shader assembler
2010-08-21 Luca Barbierinvfx: add option to dump shaders in TGSI and native...
2010-08-21 Luca Barbierinvfx: support proper shader linkage - adds glsl support
2010-08-21 Luca Barbierinvfx: rewrite draw code and buffer code
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-05 Luca Barbierinvfx: fix nv30 vertex program scalar opcodes
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-04-23 Ian RomanickMerge branch '7.8'
2010-04-23 Jerome GlisseMerge remote branch 'origin/7.8'
2010-04-23 Michel DänzerMerge branch '7.8'
2010-04-22 Brian PaulMerge branch '7.8'
2010-04-20 Dan NicholsonMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-28 Jakob BornecrantzMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-27 Brian PaulMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Brian PaulMerge branch '7.8'
2010-04-18 Vinson Leenvfx: Initialize variables.
2010-04-13 Jesse BarnesMerge branch '7.8'
2010-04-12 Luca Barbierinvfx: add LRP in vertprog
2010-04-12 Luca Barbierinvfx: add SIN and COS in vertprog
2010-04-12 Luca Barbierinvfx: add missing vertprog setcond instructions
2010-04-12 Luca Barbierinvfx: rework validation logic to use code and avoid...
2010-04-12 Luca Barbierinvfx: add NVFX_NEW_{FRAG,VERT}CONST
2010-04-12 Luca Barbierinvfx: so->RING_3D: vertprog
2010-04-11 Maciej CencoraMerge commit 'origin/7.8'
2010-04-11 Vinson Leenvfx: Silence uninitialized variable warning.
2010-04-10 Keith WhitwellSquashed commit of the following:
2010-04-09 Brian PaulMerge branch '7.8'
2010-04-08 Dave AirlieMerge remote branch 'origin/7.8'
2010-04-05 Ian RomanickMerge branch '7.8'
2010-04-04 Ian RomanickMerge branch '7.8'
2010-03-30 Michel DänzerMerge branch '7.8'
2010-03-26 Michel DänzerMerge branch '7.8'
2010-03-25 Brian PaulMerge branch '7.8'
2010-03-23 Brian PaulMerge branch '7.8'
2010-03-22 Brian PaulMerge branch '7.8'
2010-03-17 Brian PaulMerge branch '7.8'
2010-03-17 Pauli NieminenMerge branch '7.8' into master
2010-03-16 Chia-I WuMerge remote branch 'origin/gallium-st-api'
2010-03-15 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-15 Keith WhitwellMerge commit 'origin/master' into gallium-sampler-view
2010-03-15 Luca Barbierinvfx: remove src_native_swz, which was a no-op
2010-03-15 Luca Barbierinvfx: clean up shader header
2010-03-15 Luca Barbierinv30, nv40: move last files to nvfx/ and rm -rf nv30...
2010-03-15 Luca Barbierinv30, nv40: non-trivially unify nv[34]0_vertprog.c