summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvfx/nvfx_fragprog.c
Commit message (Expand)AuthorAgeFilesLines
* 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