| Commit message (Expand) | Author | Age | Files | Lines |
* | nv50: handle TGSI_OPCODE_ROUND | Christoph Bumiller | 2011-08-30 | 1 | -0/+2 |
* | nv50: add support for user clip planes | Maxim Levitsky | 2011-05-19 | 1 | -0/+27 |
* | nv50,nvc0: silence shader debug output | Christoph Bumiller | 2011-04-10 | 1 | -4/+2 |
* | nv50,nvc0: don't insert instructions after the block terminator | Christoph Bumiller | 2011-04-10 | 1 | -3/+9 |
* | nv50: support the InstanceID system value | Christoph Bumiller | 2011-03-05 | 1 | -0/+7 |
* | nv50: replace most of it with nvc0 driver ported to nv50 | Christoph Bumiller | 2011-02-28 | 1 | -5/+13 |
* | nv50,nvc0: do not forget to apply sign mode to saved TGSI inputs | Christoph Bumiller | 2011-02-09 | 1 | -1/+1 |
* | nv50: Silence uninitialized variable warnings. | Vinson Lee | 2010-09-15 | 1 | -1/+2 |
* | nv50: Silence uninitialized variable warning. | Vinson Lee | 2010-09-15 | 1 | -1/+2 |
* | nv50: Silence uninitialized variable warning. | Vinson Lee | 2010-09-15 | 1 | -1/+1 |
* | nv50: Remove unnecessary headers. | Vinson Lee | 2010-09-15 | 1 | -1/+0 |
* | nv50: fix TXP depth comparison value | Christoph Bumiller | 2010-09-13 | 1 | -16/+22 |
* | nv50: fix indirect CONST access with large or negative offsets | Christoph Bumiller | 2010-09-13 | 1 | -1/+8 |
* | nv50: MOV TEMP[0], -CONST[0] must be float32 negation | Christoph Bumiller | 2010-09-13 | 1 | -2/+7 |
* | nv50: interp cannot write flags reg | Christoph Bumiller | 2010-09-13 | 1 | -7/+3 |
* | nv50: handle TGSI EXP and LOG again | Christoph Bumiller | 2010-09-13 | 1 | -3/+45 |
* | nv50: fix size of outputs_written array | Xavier Chantry | 2010-09-12 | 1 | -1/+1 |
* | nv50: minor compiler fixes and cleanups | Christoph Bumiller | 2010-09-12 | 1 | -6/+10 |
* | nv50: address regs are 16 bit | Christoph Bumiller | 2010-09-09 | 1 | -0/+2 |
* | nv50: duplicate interps in load_proj_tex_coords | Christoph Bumiller | 2010-09-09 | 1 | -4/+35 |
* | nv50: create value references with the right type | Christoph Bumiller | 2010-09-09 | 1 | -23/+23 |
* | nv50: use actual loads/stores if TEMPs are accessed indirectly | Christoph Bumiller | 2010-09-09 | 1 | -4/+50 |
* | nv50: don't parse again in tgsi_2_nc | Christoph Bumiller | 2010-09-09 | 1 | -15/+3 |
* | nv50: prepare for having multiple functions | Christoph Bumiller | 2010-09-09 | 1 | -1/+1 |
* | nv50: load address register before using it, not after | Christoph Bumiller | 2010-09-03 | 1 | -5/+7 |
* | nv50: fix build-predicate function | Christoph Bumiller | 2010-09-02 | 1 | -11/+23 |
* | nv50: fix XPD, was negated | Christoph Bumiller | 2010-09-01 | 1 | -4/+4 |
* | nv50: make use of TGSI immediate type | Christoph Bumiller | 2010-09-01 | 1 | -1/+9 |
* | nv50: re-add proper TEXBIAS sequence | Christoph Bumiller | 2010-09-01 | 1 | -31/+181 |
* | nv50: make FrontFacing -1 or +1 | Christoph Bumiller | 2010-09-01 | 1 | -2/+9 |
* | nv50: SSG | Christoph Bumiller | 2010-09-01 | 1 | -0/+11 |
* | nv50: DPH | Ben Skeggs | 2010-09-01 | 1 | -0/+7 |
* | nv50: DST | Ben Skeggs | 2010-09-01 | 1 | -0/+13 |
* | nv50: attempt at making more complicated loops work | Christoph Bumiller | 2010-09-01 | 1 | -15/+55 |
* | nv50: turn off verbose debug output by default | Christoph Bumiller | 2010-09-01 | 1 | -5/+7 |
* | nv50: DP2, fix ARL | Christoph Bumiller | 2010-08-23 | 1 | -17/+27 |
* | nv50: more TGSI opcodes (SIN, SCS, ARL, RET, KILP) | Christoph Bumiller | 2010-08-17 | 1 | -4/+34 |
* | nv50: generate JOINs for outermost IF clauses | Christoph Bumiller | 2010-08-17 | 1 | -6/+5 |
* | nv50: flatten simple IF/ELSE/ENDIF constructs | Christoph Bumiller | 2010-08-17 | 1 | -4/+12 |
* | nv50: loops part 2 | Christoph Bumiller | 2010-08-15 | 1 | -84/+149 |
* | nv50: begin implementing loops | Christoph Bumiller | 2010-08-10 | 1 | -36/+223 |
* | nv50: build proper phi functions in the first place | Christoph Bumiller | 2010-08-05 | 1 | -29/+98 |
* | nv50: fixes for nested IFs | Christoph Bumiller | 2010-07-31 | 1 | -4/+0 |
* | nv50: explicitly set src type for SET ops | Christoph Bumiller | 2010-07-31 | 1 | -0/+6 |
* | nv50: add missing 2nd source for POW multiplication | Christoph Bumiller | 2010-07-26 | 1 | -1/+9 |
* | nv50: permit usage of undefined TGSI TEMPs | Christoph Bumiller | 2010-07-26 | 1 | -1/+7 |
* | nv50: add/fix some license headers | Christoph Bumiller | 2010-07-24 | 1 | -0/+21 |
* | nv50: import new compiler | Christoph Bumiller | 2010-07-23 | 1 | -0/+1266 |