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