summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/nv50_program.h
AgeCommit message (Expand)AuthorFilesLines
2010-01-16nv50: handle all and more system valuesChristoph Bumiller1-0/+3
2010-01-16nv50: support for geometry programs in nv50_programChristoph Bumiller1-5/+12
2009-12-24nv50: make edgeflags workChristoph Bumiller1-0/+1
2009-12-14nv50: store immediates as uint32Christoph Bumiller1-1/+1
2009-11-29nv50: match VP outputs to FP inputs ourselvesChristoph Bumiller1-2/+1
2009-09-15nv50: let programs use the whole param bufferChristoph Bumiller1-2/+2
2009-09-15nv50: add support for point size per vertexChristoph Bumiller1-0/+1
2009-09-15nv50: proper linkage between VP and FPChristoph Bumiller1-8/+22
2009-06-05nouveau: pass nouveau_bo instead of pipe_buffer to so_ callsBen Skeggs1-1/+1
2009-05-28nv50: use multiple constant buffersChristoph Bumiller1-2/+2
2009-05-28nv50: modified FP attribute loadingChristoph Bumiller1-0/+5
2008-08-07nouveau: fix buildBen Skeggs1-1/+1
2008-06-29nv50: a couple more bits'n'piecesBen Skeggs1-0/+1
2008-06-29nv50: use constbuf segment 0 for everything - I can't make the others work..Ben Skeggs1-9/+2
2008-06-29nv50: carry instructions around in nv50_program_exec, not a flat arrayBen Skeggs1-4/+18
2008-06-29nv50: rename nv50_state.h to nv50_program.hBen Skeggs1-0/+37