| Commit message (Expand) | Author | Age | Files | Lines |
* | nv50: add relocs for stack and local mem buffers | Christoph Bumiller | 2010-09-18 | 1 | -0/+1 |
* | nv50: get shader fixups/relocations into working state | Christoph Bumiller | 2010-09-16 | 1 | -0/+5 |
* | nv50: use unsigned int for bitfields to silence warnings | Brian Paul | 2010-09-15 | 1 | -3/+3 |
* | Merge remote branch 'origin/nv50-compiler' | Christoph Bumiller | 2010-09-15 | 1 | -63/+119 |
|\ |
|
| * | nv50: match TEMP limit with nv50 ir builder | Christoph Bumiller | 2010-09-12 | 1 | -1/+1 |
| * | nv50: use actual loads/stores if TEMPs are accessed indirectly | Christoph Bumiller | 2010-09-09 | 1 | -0/+1 |
| * | nv50: prepare for having multiple functions | Christoph Bumiller | 2010-09-09 | 1 | -7/+9 |
| * | nv50: save tgsi instructions | Christoph Bumiller | 2010-09-09 | 1 | -0/+1 |
| * | nv50: make use of TGSI immediate type | Christoph Bumiller | 2010-09-01 | 1 | -0/+1 |
| * | nv50: begin implementing loops | Christoph Bumiller | 2010-08-10 | 1 | -0/+11 |
| * | nv50: import new compiler | Christoph Bumiller | 2010-07-23 | 1 | -64/+105 |
|/ |
|
* | nv50: handle all and more system values | Christoph Bumiller | 2010-01-16 | 1 | -0/+3 |
* | nv50: support for geometry programs in nv50_program | Christoph Bumiller | 2010-01-16 | 1 | -5/+12 |
* | nv50: make edgeflags work | Christoph Bumiller | 2009-12-24 | 1 | -0/+1 |
* | nv50: store immediates as uint32 | Christoph Bumiller | 2009-12-14 | 1 | -1/+1 |
* | nv50: match VP outputs to FP inputs ourselves | Christoph Bumiller | 2009-11-29 | 1 | -2/+1 |
* | nv50: let programs use the whole param buffer | Christoph Bumiller | 2009-09-15 | 1 | -2/+2 |
* | nv50: add support for point size per vertex | Christoph Bumiller | 2009-09-15 | 1 | -0/+1 |
* | nv50: proper linkage between VP and FP | Christoph Bumiller | 2009-09-15 | 1 | -8/+22 |
* | nouveau: pass nouveau_bo instead of pipe_buffer to so_ calls | Ben Skeggs | 2009-06-05 | 1 | -1/+1 |
* | nv50: use multiple constant buffers | Christoph Bumiller | 2009-05-28 | 1 | -2/+2 |
* | nv50: modified FP attribute loading | Christoph Bumiller | 2009-05-28 | 1 | -0/+5 |
* | nouveau: fix build | Ben Skeggs | 2008-08-07 | 1 | -1/+1 |
* | nv50: a couple more bits'n'pieces | Ben Skeggs | 2008-06-29 | 1 | -0/+1 |
* | nv50: use constbuf segment 0 for everything - I can't make the others work.. | Ben Skeggs | 2008-06-29 | 1 | -9/+2 |
* | nv50: carry instructions around in nv50_program_exec, not a flat array | Ben Skeggs | 2008-06-29 | 1 | -4/+18 |
* | nv50: rename nv50_state.h to nv50_program.h | Ben Skeggs | 2008-06-29 | 1 | -0/+37 |