aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/nouveau/nouveau_shader.h
Commit message (Expand)AuthorAgeFilesLines
* nouveau: fail translate if we use too many params somehowBen Skeggs2007-03-201-0/+7
* nouveau: NVSDBG macroBen Skeggs2007-03-201-0/+6
* nouveau: NV40 glClipPlane support.Ben Skeggs2007-01-301-0/+1
* nouveau: rework shader param handlingBen Skeggs2007-01-301-0/+3
* nouveau: maintain a map of which vtxprog input corresponds to which arrayBen Skeggs2007-01-301-0/+1
* nouveau: unhardcode some more NV30TCL_FP_CONTROL valuesBen Skeggs2007-01-301-1/+2
* nouveau: add result scaling to shader backend, use it in RSQ emul for NV40.Ben Skeggs2007-01-251-0/+13
* nouveau: allow for card-specific shader infos to be keptBen Skeggs2007-01-231-31/+43
* nouveau: start converting shaders into a tree format again..Ben Skeggs2007-01-231-12/+48
* nouveau: rename pass0_arb to pass0.Ben Skeggs2007-01-211-2/+1
* nouveau: kill off shader pass1.Ben Skeggs2007-01-211-4/+0
* nouveau: shader backend branching support for all cards that support it.Ben Skeggs2007-01-211-0/+5
* nouveau: Use bufferobj interface for fragment program uploadsBen Skeggs2006-12-271-2/+2
* nouveau: Kill some compile warnings.Ben Skeggs2006-12-241-0/+3
* Get nv10_swtcl.c working enough for glxgears on NV40.Ben Skeggs2006-12-161-0/+3
* Some work on buffer handling, most likely not entirely correct andBen Skeggs2006-12-081-0/+2
* - Add InitInstruction to hw shader backend, and remove SetUnusedSource.Ben Skeggs2006-11-271-1/+1
* Fix progs/fp/tri-xpdBen Skeggs2006-11-261-1/+5
* Incomplete shader stuff, should mostly work for NV40. Other cards, not soBen Skeggs2006-11-251-0/+362
* Kill all the current shader code.Ben Skeggs2006-09-241-74/+0
* Add start of vertex shader backend, will most likely not work correctly yetBen Skeggs2006-06-031-0/+74