summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv50_program.h
Commit message (Expand)AuthorAgeFilesLines
* nv50: make edgeflags workChristoph Bumiller2009-12-241-0/+1
* nv50: store immediates as uint32Christoph Bumiller2009-12-141-1/+1
* nv50: match VP outputs to FP inputs ourselvesChristoph Bumiller2009-11-291-2/+1
* nv50: let programs use the whole param bufferChristoph Bumiller2009-09-151-2/+2
* nv50: add support for point size per vertexChristoph Bumiller2009-09-151-0/+1
* nv50: proper linkage between VP and FPChristoph Bumiller2009-09-151-8/+22
* nouveau: pass nouveau_bo instead of pipe_buffer to so_ callsBen Skeggs2009-06-051-1/+1
* nv50: use multiple constant buffersChristoph Bumiller2009-05-281-2/+2
* nv50: modified FP attribute loadingChristoph Bumiller2009-05-281-0/+5
* nouveau: fix buildBen Skeggs2008-08-071-1/+1
* nv50: a couple more bits'n'piecesBen Skeggs2008-06-291-0/+1
* nv50: use constbuf segment 0 for everything - I can't make the others work..Ben Skeggs2008-06-291-9/+2
* nv50: carry instructions around in nv50_program_exec, not a flat arrayBen Skeggs2008-06-291-4/+18
* nv50: rename nv50_state.h to nv50_program.hBen Skeggs2008-06-291-0/+37