Age | Commit message (Expand) | Author |
2009-12-01 | Merge commit 'origin/tgsi-simplify-ext' | Keith Whitwell |
2009-12-01 | nv: Update for renamed sampler/texture state setters. | Michal Krol |
2009-11-29 | nv50: update linkage on rasterizer change | Christoph Bumiller |
2009-11-29 | nv50: match VP outputs to FP inputs ourselves | Christoph Bumiller |
2009-11-29 | nv50: don't permanently negate src in emit_ddy | Christoph Bumiller |
2009-11-27 | nv50: do conversion of last insn to 64 bit format first | Christoph Bumiller |
2009-11-27 | nv50: bswap32 the polygon stipple pattern | Christoph Bumiller |
2009-11-26 | gallium: fix more statetrackers/drivers for not using texture width/height/de... | Roland Scheidegger |
2009-11-24 | tgsi: rename fields of tgsi_full_src_register to reduce verbosity | Keith Whitwell |
2009-11-24 | tgsi: rename fields of tgsi_full_dst_register to reduce verbosity | Keith Whitwell |
2009-11-24 | tgsi: rename fields of tgsi_full_declaration to reduce verbosity | Keith Whitwell |
2009-11-24 | tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosity | Keith Whitwell |
2009-11-24 | tgsi: reduce repetition of structure name in its members | Keith Whitwell |
2009-11-24 | gallium: try and update r300 and nv drivers for tgsi changes | Keith Whitwell |
2009-11-09 | nv50: clarify data for method 0x121c | Christoph Bumiller |
2009-11-07 | nv50: enable all 32 threads of a warp | Christoph Bumiller |
2009-11-04 | nv50: fix shader emit_tex for cube textures | Christoph Bumiller |
2009-11-04 | nv50: add abs-modifier for emit_minmax | Christoph Bumiller |
2009-11-04 | nv50: add 3d texture tiling and mip-mapping | Christoph Bumiller |
2009-11-01 | nv50: handle TGSI_SEMANTIC_FACE | Christoph Bumiller |
2009-11-01 | nv50: make IF condition safe | Christoph Bumiller |
2009-11-01 | nv50: implement TGSI_OPCODE_AND/OR/XOR | Christoph Bumiller |
2009-10-31 | nv50: fix textures with block size != cpp | Christoph Bumiller |
2009-10-31 | nv50: use SIFC also for shader upload | Christoph Bumiller |
2009-10-31 | nv50: make MRTs work | Christoph Bumiller |
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 |