| Commit message (Expand) | Author | Age | Files | Lines |
* | nv50: fix TEX for WriteMask not equal 0xf | Christoph Bumiller | 2009-09-25 | 1 | -4/+5 |
* | nv50: RCP and RSQ cannot load from VP inputs | Christoph Bumiller | 2009-09-25 | 1 | -1/+21 |
* | nv50: fix CEIL and TRUNC | Christoph Bumiller | 2009-09-25 | 1 | -4/+5 |
* | nv50: implement BGNLOOP, BRK, ENDLOOP | Christoph Bumiller | 2009-09-25 | 1 | -2/+75 |
* | nv50: implement IF, ELSE, ENDIF opcodes | Christoph Bumiller | 2009-09-25 | 1 | -42/+146 |
* | nv50: fix stupid thinko in emit_set | Christoph Bumiller | 2009-09-15 | 1 | -1/+3 |
* | nv50: let programs use the whole param buffer | Christoph Bumiller | 2009-09-15 | 1 | -41/+27 |
* | nv50: add preliminary support for point sprites | Christoph Bumiller | 2009-09-15 | 1 | -1/+54 |
* | nv50: add support for point size per vertex | Christoph Bumiller | 2009-09-15 | 1 | -0/+14 |
* | nv50: add support for light-twoside | Christoph Bumiller | 2009-09-15 | 1 | -0/+19 |
* | nv50: proper linkage between VP and FP | Christoph Bumiller | 2009-09-15 | 1 | -153/+269 |
* | nv50: move allocation of pc regs | Christoph Bumiller | 2009-09-15 | 1 | -155/+129 |
* | nv50: nicer initialization of nv50_regs | Christoph Bumiller | 2009-09-15 | 1 | -51/+42 |
* | nv50: handle CEIL and TRUNC opcodes | Christoph Bumiller | 2009-09-15 | 1 | -0/+16 |
* | nv50: handle SEQ, SGT, SLE, SNE opcodes | Christoph Bumiller | 2009-09-15 | 1 | -30/+61 |
* | nv50: SIN and COS use src0.w for dst.w | Christoph Bumiller | 2009-09-15 | 1 | -16/+20 |
* | nv50: use broadcast TEMP reg in tx_insn | Christoph Bumiller | 2009-09-15 | 1 | -60/+28 |
* | nv50: add nv50_tgsi_insn to handle swizzles safely | Christoph Bumiller | 2009-09-15 | 1 | -19/+128 |
* | nv50: add functions for swizzle resolution | Christoph Bumiller | 2009-09-15 | 1 | -30/+118 |
* | nv50: extend insn src mask function | Christoph Bumiller | 2009-09-15 | 1 | -46/+72 |
* | nv50: move centroid, flat bits when making interp long | Christoph Bumiller | 2009-09-03 | 1 | -4/+4 |
* | nv50: SWZ is the same as MOV from our perspective | Ben Skeggs | 2009-09-02 | 1 | -0/+1 |
* | nv50: whitespace fixes and deobfuscation | Maarten Maathuis | 2009-08-17 | 1 | -17/+16 |
* | nv50: align registers used with TEX to 4 | Christoph Bumiller | 2009-08-15 | 1 | -1/+2 |
* | nv50: fix typo in REALLOC's 2nd argument in ctor_immd | Christoph Bumiller | 2009-08-14 | 1 | -1/+1 |
* | gallium: simplify tgsi_full_immediate struct | Keith Whitwell | 2009-07-22 | 1 | -4/+4 |
* | nouveau: remove unneeded code from ws, use pipe_buffer_ instead of ws-> | Ben Skeggs | 2009-06-05 | 1 | -4/+4 |
* | nouveau: move channel creation into pipe drivers | Ben Skeggs | 2009-06-05 | 1 | -7/+6 |
* | nouveau: call notifier/grobj etc funcs directly | Ben Skeggs | 2009-06-05 | 1 | -8/+10 |
* | nouveau: pass nouveau_bo instead of pipe_buffer to so_ calls | Ben Skeggs | 2009-06-05 | 1 | -17/+14 |
* | nv50: negate sources directly where supported | Christoph Bumiller | 2009-05-28 | 1 | -42/+68 |
* | nv50: introduce emit_cvt and use it | Christoph Bumiller | 2009-05-28 | 1 | -40/+48 |
* | nv50: fix TXP | Christoph Bumiller | 2009-05-28 | 1 | -23/+112 |
* | nv50: use multiple constant buffers | Christoph Bumiller | 2009-05-28 | 1 | -37/+49 |
* | nv50: don't look for unfreed temps in free_nv50_pc | Christoph Bumiller | 2009-05-28 | 1 | -8/+0 |
* | nv50: release hw TEMPs early | Christoph Bumiller | 2009-05-28 | 1 | -0/+19 |
* | nv50: allow immediates for MOV, ADD and MUL | Christoph Bumiller | 2009-05-28 | 1 | -5/+22 |
* | nv50: enable half insns for MOV and MUL | Christoph Bumiller | 2009-05-28 | 1 | -7/+12 |
* | nv50: make sure half-long insns are paired | Christoph Bumiller | 2009-05-28 | 1 | -0/+72 |
* | nv50: enable KIL in register 19a8 | Christoph Bumiller | 2009-05-28 | 1 | -0/+1 |
* | nv50: don't overwrite sources before they're used | Christoph Bumiller | 2009-05-28 | 1 | -12/+83 |
* | nv50: put FP outputs where they belong | Christoph Bumiller | 2009-05-28 | 1 | -4/+37 |
* | nv50: modified FP attribute loading | Christoph Bumiller | 2009-05-28 | 1 | -45/+142 |
* | nv50: inspect decl semantic and interpolation mode | Christoph Bumiller | 2009-05-28 | 1 | -1/+74 |
* | nv50: record last access to temp and attr regs | Christoph Bumiller | 2009-05-28 | 1 | -0/+127 |
* | nv50: save some space in immediate buffer | Christoph Bumiller | 2009-05-28 | 1 | -1/+7 |
* | nv50: fix SIGN_SET case in tgsi_src | Christoph Bumiller | 2009-05-28 | 1 | -1/+1 |
* | nv50: set dst.z,w to 0,1 in SCS and XPD | Christoph Bumiller | 2009-05-28 | 1 | -0/+14 |
* | nv50: make LRP instruction nicer | Christoph Bumiller | 2009-05-28 | 1 | -6/+3 |
* | nv50: fix some memory leaks in shader assembler | Christoph Bumiller | 2009-05-28 | 1 | -25/+63 |