aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv50_program.h
Commit message (Expand)AuthorAgeFilesLines
* nv50: dynamically allocate space for shader local storageMarcin Slusarz2012-06-281-3/+1
* nv50: implement stream outputChristoph Bumiller2012-05-041-0/+11
* nv50: hook up to new shader code generatorChristoph Bumiller2012-04-141-50/+10
* nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller2012-04-141-1/+1
* nv50: support the InstanceID system valueChristoph Bumiller2011-03-051-0/+1
* nv50: replace most of it with nvc0 driver ported to nv50Christoph Bumiller2011-02-281-4/+3
* nv50: add relocs for stack and local mem buffersChristoph Bumiller2010-09-181-0/+1
* nv50: get shader fixups/relocations into working stateChristoph Bumiller2010-09-161-0/+5
* nv50: use unsigned int for bitfields to silence warningsBrian Paul2010-09-151-3/+3
* Merge remote branch 'origin/nv50-compiler'Christoph Bumiller2010-09-151-63/+119
|\
| * nv50: match TEMP limit with nv50 ir builderChristoph Bumiller2010-09-121-1/+1
| * nv50: use actual loads/stores if TEMPs are accessed indirectlyChristoph Bumiller2010-09-091-0/+1
| * nv50: prepare for having multiple functionsChristoph Bumiller2010-09-091-7/+9
| * nv50: save tgsi instructionsChristoph Bumiller2010-09-091-0/+1
| * nv50: make use of TGSI immediate typeChristoph Bumiller2010-09-011-0/+1
| * nv50: begin implementing loopsChristoph Bumiller2010-08-101-0/+11
| * nv50: import new compilerChristoph Bumiller2010-07-231-64/+105
|/
* nv50: handle all and more system valuesChristoph Bumiller2010-01-161-0/+3
* nv50: support for geometry programs in nv50_programChristoph Bumiller2010-01-161-5/+12
* 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