summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvfx/nvfx_vertprog.c
Commit message (Expand)AuthorAgeFilesLines
* nvfx: Silence uninitialized variable warnings.Vinson Lee2010-09-181-0/+2
* nvfx: Remove const qualifer from nvfx_vertprog_translate.Vinson Lee2010-09-181-1/+1
* nvfx: Remove unused variables.Vinson Lee2010-09-121-1/+0
* nv30: fix breakage due to 10 texcoord support on nv40Luca Barbieri2010-09-111-2/+2
* nvfx: fix return in vp mainLuca Barbieri2010-09-061-17/+39
* nvfx: support nv30 simulation on nv40Luca Barbieri2010-09-051-4/+4
* nvfx: switch to rules-ng-ng register headersLuca Barbieri2010-09-051-6/+6
* nvfx: remove remaining BEGIN_RING/eng3d usesLuca Barbieri2010-09-051-11/+13
* nvfx: support saturate in vpLuca Barbieri2010-09-051-66/+92
* nvfx: add rewritten swtnl supportLuca Barbieri2010-09-051-51/+110
* nvfx: fix vp DP2Luca Barbieri2010-09-041-1/+1
* nv40: support all 10 texcoordsLuca Barbieri2010-09-041-7/+13
* nvfx: support indirect addressing in vpsLuca Barbieri2010-09-031-23/+76
* nvfx: support clip planes sensibly and fix them on nv30Luca Barbieri2010-08-231-98/+72
* nvfx: Include missing header in nvfx_vertprog.c.Vinson Lee2010-08-221-0/+2
* nvfx: move stuff aroundLuca Barbieri2010-08-221-0/+48
* nvfx: simplify and correct fragment program update logicLuca Barbieri2010-08-221-32/+17
* nvfx: fix vertex programsLuca Barbieri2010-08-221-0/+2
* nvfx: use relocations array for vp constantsLuca Barbieri2010-08-221-24/+23
* nvfx: Silence uninitialized variable warnings.Vinson Lee2010-08-211-0/+4
* nvfx: fix warningsLuca Barbieri2010-08-211-3/+1
* nvfx: slightly improve handling of overlong vpsLuca Barbieri2010-08-211-2/+10
* nvfx: implement CMP in vpLuca Barbieri2010-08-211-0/+13
* nvfx: implement DP2 in vp and fpLuca Barbieri2010-08-211-0/+5
* nvfx: implement TRUNC in vp and fpLuca Barbieri2010-08-211-0/+13
* nvfx: implement NOPLuca Barbieri2010-08-211-0/+2
* nvfx: add vertex program control flowLuca Barbieri2010-08-211-17/+167
* nvfx: refactor shader assemblerLuca Barbieri2010-08-211-123/+114
* nvfx: add option to dump shaders in TGSI and native codeLuca Barbieri2010-08-211-8/+15
* nvfx: support proper shader linkage - adds glsl supportLuca Barbieri2010-08-211-11/+30
* nvfx: rewrite draw code and buffer codeLuca Barbieri2010-08-211-9/+3
* nvfx: fix nv30 vertex program scalar opcodesLuca Barbieri2010-08-061-1/+7
* nvfx: Initialize variables.Vinson Lee2010-04-171-2/+2
* nvfx: add LRP in vertprogLuca Barbieri2010-04-121-0/+5
* nvfx: add SIN and COS in vertprogLuca Barbieri2010-04-121-0/+6
* nvfx: add missing vertprog setcond instructionsLuca Barbieri2010-04-121-0/+18
* nvfx: rework validation logic to use code and avoid stateobjsLuca Barbieri2010-04-121-9/+2
* nvfx: add NVFX_NEW_{FRAG,VERT}CONSTLuca Barbieri2010-04-121-1/+1
* nvfx: so->RING_3D: vertprogLuca Barbieri2010-04-121-26/+19
* nvfx: Silence uninitialized variable warning.Vinson Lee2010-04-101-1/+1
* Squashed commit of the following:Keith Whitwell2010-04-101-5/+7
* nvfx: remove src_native_swz, which was a no-opLuca Barbieri2010-03-151-44/+0
* nvfx: clean up shader headerLuca Barbieri2010-03-151-31/+16
* nv30, nv40: move last files to nvfx/ and rm -rf nv30 nv40Luca Barbieri2010-03-151-2/+2
* nv30, nv40: non-trivially unify nv[34]0_vertprog.cLuca Barbieri2010-03-151-0/+1108