summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvfx/nvfx_vertprog.c
AgeCommit message (Expand)Author
2010-12-25nvfx: restore BEGIN_RING usageXavier Chantry
2010-09-18nvfx: Silence uninitialized variable warnings.Vinson Lee
2010-09-18nvfx: Remove const qualifer from nvfx_vertprog_translate.Vinson Lee
2010-09-12nvfx: Remove unused variables.Vinson Lee
2010-09-11nv30: fix breakage due to 10 texcoord support on nv40Luca Barbieri
2010-09-06nvfx: fix return in vp mainLuca Barbieri
2010-09-05nvfx: support nv30 simulation on nv40Luca Barbieri
2010-09-05nvfx: switch to rules-ng-ng register headersLuca Barbieri
2010-09-05nvfx: remove remaining BEGIN_RING/eng3d usesLuca Barbieri
2010-09-05nvfx: support saturate in vpLuca Barbieri
2010-09-05nvfx: add rewritten swtnl supportLuca Barbieri
2010-09-04nvfx: fix vp DP2Luca Barbieri
2010-09-04nv40: support all 10 texcoordsLuca Barbieri
2010-09-03nvfx: support indirect addressing in vpsLuca Barbieri
2010-08-23nvfx: support clip planes sensibly and fix them on nv30Luca Barbieri
2010-08-22nvfx: Include missing header in nvfx_vertprog.c.Vinson Lee
2010-08-22nvfx: move stuff aroundLuca Barbieri
2010-08-22nvfx: simplify and correct fragment program update logicLuca Barbieri
2010-08-22nvfx: fix vertex programsLuca Barbieri
2010-08-22nvfx: use relocations array for vp constantsLuca Barbieri
2010-08-21nvfx: Silence uninitialized variable warnings.Vinson Lee
2010-08-21nvfx: fix warningsLuca Barbieri
2010-08-21nvfx: slightly improve handling of overlong vpsLuca Barbieri
2010-08-21nvfx: implement CMP in vpLuca Barbieri
2010-08-21nvfx: implement DP2 in vp and fpLuca Barbieri
2010-08-21nvfx: implement TRUNC in vp and fpLuca Barbieri
2010-08-21nvfx: implement NOPLuca Barbieri
2010-08-21nvfx: add vertex program control flowLuca Barbieri
2010-08-21nvfx: refactor shader assemblerLuca Barbieri
2010-08-21nvfx: add option to dump shaders in TGSI and native codeLuca Barbieri
2010-08-21nvfx: support proper shader linkage - adds glsl supportLuca Barbieri
2010-08-21nvfx: rewrite draw code and buffer codeLuca Barbieri
2010-08-06nvfx: fix nv30 vertex program scalar opcodesLuca Barbieri
2010-04-17nvfx: Initialize variables.Vinson Lee
2010-04-12nvfx: add LRP in vertprogLuca Barbieri
2010-04-12nvfx: add SIN and COS in vertprogLuca Barbieri
2010-04-12nvfx: add missing vertprog setcond instructionsLuca Barbieri
2010-04-12nvfx: rework validation logic to use code and avoid stateobjsLuca Barbieri
2010-04-12nvfx: add NVFX_NEW_{FRAG,VERT}CONSTLuca Barbieri
2010-04-12nvfx: so->RING_3D: vertprogLuca Barbieri
2010-04-10nvfx: Silence uninitialized variable warning.Vinson Lee
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-15nvfx: remove src_native_swz, which was a no-opLuca Barbieri
2010-03-15nvfx: clean up shader headerLuca Barbieri
2010-03-15nv30, nv40: move last files to nvfx/ and rm -rf nv30 nv40Luca Barbieri
2010-03-15nv30, nv40: non-trivially unify nv[34]0_vertprog.cLuca Barbieri