Age | Commit message (Expand) | Author |
2009-10-28 | nv50: activate more lanes in a warp | Christoph Bumiller |
2009-10-23 | nv50: do SIGN_SET as one instruction | Christoph Bumiller |
2009-10-23 | nv50: fix saturation outside of tx_insn case | Christoph Bumiller |
2009-10-23 | nv50: allow all 127 TEMP regs | Christoph Bumiller |
2009-10-23 | nv50: fix address reg code | Christoph Bumiller |
2009-10-23 | nv50: add depth texture formats, and a few others, too | Christoph Bumiller |
2009-10-23 | gallium: remove the swizzling parts of ExtSwizzle | Keith Whitwell |
2009-10-22 | nv50: handle PIPE_TEX_FILTER_ANISO case | Christoph Bumiller |
2009-10-22 | nv50: support 3D class 0x8597, remove redundant unknown chipset detection | Ben Skeggs |
2009-10-19 | nv50: add support for address regs | Christoph Bumiller |
2009-10-19 | nv50: cleanup emit_kil | Christoph Bumiller |
2009-10-19 | nv50: implement TGSI_OPCODE_CMP | Christoph Bumiller |
2009-10-19 | nv50: quick fix for insn src negation | Christoph Bumiller |
2009-10-19 | nv50: add support for DDX and DDY opcodes | Christoph Bumiller |
2009-10-19 | nv50: submit user vbo data through the fifo | Christoph Bumiller |
2009-10-19 | nv50: use SIFC for TIC, TSC upload | Christoph Bumiller |
2009-10-19 | nv50: nicer texture format switch | Christoph Bumiller |
2009-10-19 | nouveau: implement is_{texture,buffer}_referenced properly | Ben Skeggs |
2009-10-19 | drm/nv50: write tic/tsc setup to correct slots when skipping units | Ben Skeggs |
2009-10-06 | nv50: fix segfault when there's gaps in enabled texture units | Ben Skeggs |
2009-10-05 | nv50: support PIPE_FORMAT_X8R8G8B8_UNORM | Ben Skeggs |
2009-10-02 | gallium: Preparations for adding more PIPE_TRANSFER_* usage flags. | Michel Dänzer |
2009-09-25 | nv50: fix TEX for WriteMask not equal 0xf | Christoph Bumiller |
2009-09-25 | nv50: actually enable view volume clipping | 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-16 | gallium: Deprecate PIPE_CAP_S3TC. | José Fonseca |
2009-09-15 | nv50: avoid excessive FIRE_RING | Maarten Maathuis |
2009-09-15 | nv50: use flush_notify to reduce number of relocs | Maarten Maathuis |
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-14 | nv50: Fix m2mf positions. | Marcin Kościelnicki |
2009-09-10 | nv50: Fix tiling mode for lower mipmap levels. | Marcin Kościelnicki |
2009-09-03 | nv50: move centroid, flat bits when making interp long | Christoph Bumiller |
2009-09-03 | nv50: fix vbo_static_attrib method size error | Christoph Bumiller |