summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/nv50_program.h
AgeCommit message (Expand)Author
2011-03-05nv50: support the InstanceID system valueChristoph Bumiller
2011-02-28nv50: replace most of it with nvc0 driver ported to nv50Christoph Bumiller
2010-09-18nv50: add relocs for stack and local mem buffersChristoph Bumiller
2010-09-16nv50: get shader fixups/relocations into working stateChristoph Bumiller
2010-09-15nv50: use unsigned int for bitfields to silence warningsBrian Paul
2010-09-15Merge remote branch 'origin/nv50-compiler'Christoph Bumiller
2010-09-12nv50: match TEMP limit with nv50 ir builderChristoph Bumiller
2010-09-09nv50: use actual loads/stores if TEMPs are accessed indirectlyChristoph Bumiller
2010-09-09nv50: prepare for having multiple functionsChristoph Bumiller
2010-09-09nv50: save tgsi instructionsChristoph Bumiller
2010-09-01nv50: make use of TGSI immediate typeChristoph Bumiller
2010-08-10nv50: begin implementing loopsChristoph Bumiller
2010-07-23nv50: import new compilerChristoph Bumiller
2010-01-16nv50: handle all and more system valuesChristoph Bumiller
2010-01-16nv50: support for geometry programs in nv50_programChristoph Bumiller
2009-12-24nv50: make edgeflags workChristoph Bumiller
2009-12-14nv50: store immediates as uint32Christoph Bumiller
2009-11-29nv50: match VP outputs to FP inputs ourselvesChristoph Bumiller
2009-09-15nv50: let programs use the whole param bufferChristoph Bumiller
2009-09-15nv50: add support for point size per vertexChristoph Bumiller
2009-09-15nv50: proper linkage between VP and FPChristoph Bumiller
2009-06-05nouveau: pass nouveau_bo instead of pipe_buffer to so_ callsBen Skeggs
2009-05-28nv50: use multiple constant buffersChristoph Bumiller
2009-05-28nv50: modified FP attribute loadingChristoph Bumiller
2008-08-07nouveau: fix buildBen Skeggs
2008-06-29nv50: a couple more bits'n'piecesBen Skeggs
2008-06-29nv50: use constbuf segment 0 for everything - I can't make the others work..Ben Skeggs
2008-06-29nv50: carry instructions around in nv50_program_exec, not a flat arrayBen Skeggs
2008-06-29nv50: rename nv50_state.h to nv50_program.hBen Skeggs