summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvfx/nvfx_fragprog.c
Commit message (Expand)AuthorAgeFilesLines
* nv40: add fragment program control flowLuca Barbieri2010-08-211-5/+242
* nvfx: refactor shader assemblerLuca Barbieri2010-08-211-194/+170
* nvfx: add option to dump shaders in TGSI and native codeLuca Barbieri2010-08-211-0/+15
* nvfx: support proper shader linkage - adds glsl supportLuca Barbieri2010-08-211-62/+142
* nvfx: rewrite draw code and buffer codeLuca Barbieri2010-08-211-5/+2
* nvfx: Move declaration before code.Vinson Lee2010-07-241-2/+3
* nvfx: move declarations before codeBrian Paul2010-04-181-4/+9
* nvfx: fix fragment program constant updatesLuca Barbieri2010-04-181-1/+4
* nvfx: Initialize variables.Vinson Lee2010-04-171-2/+2
* nvfx: Remove unnecessary headers.Vinson Lee2010-04-171-1/+0
* nvfx: use dynamically sized rotating BO pool for fragment programsLuca Barbieri2010-04-131-106/+126
* nvfx: rework validation logic to use code and avoid stateobjsLuca Barbieri2010-04-121-11/+2
* nvfx: add NVFX_NEW_{FRAG,VERT}CONSTLuca Barbieri2010-04-121-1/+1
* nvfx: so->RING_3D: fragprogLuca Barbieri2010-04-121-32/+46
* Squashed commit of the following:Keith Whitwell2010-04-101-17/+38
* nvfx: don't crash on empty fragment programLuca Barbieri2010-03-231-1/+2
* nvfx: remove src_native_swz, which was a no-opLuca Barbieri2010-03-151-44/+0
* nvfx: clean up shader headerLuca Barbieri2010-03-151-54/+37
* nv30, nv40: non-trivially unify nv[34]0_fragprog.cLuca Barbieri2010-03-151-0/+1011