Age | Commit message (Expand) | Author |
2010-04-19 | r300g: implement TRUNC as floor | Marek Olšák |
2010-04-19 | r300/compiler: lower CEIL | Marek Olšák |
2010-04-12 | r300g: FS constants emission rework | Marek Olšák |
2010-03-29 | r300g: Remove unnecessary header. | Vinson Lee |
2010-03-28 | r300g: handle TGSI_OPCODE_RET as END | Marek Olšák |
2010-03-27 | r300g: print errors even on non-debug builds | Marek Olšák |
2010-02-10 | r300g: Work around "defect" in r300compiler. | Corbin Simpson |
2010-02-09 | r300g: One less assert. | Corbin Simpson |
2010-02-09 | r300g: Be ever-so-slightly more useful on bad shaders. | Corbin Simpson |
2010-02-01 | r300g: Fix funky segfault. | Corbin Simpson |
2010-02-01 | r300g: Inline immediates where possible. | Corbin Simpson |
2010-01-05 | Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR. | Michal Krol |
2009-12-19 | r300g: add texture compare modes | Marek Olšák |
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_instruction to avoid excessive verbosity | Keith Whitwell |
2009-11-24 | gallium: try and update r300 and nv drivers for tgsi changes | Keith Whitwell |
2009-10-23 | gallium: remove extended negate also, and also the ExtSwz token | Keith Whitwell |
2009-10-23 | gallium: remove the swizzling parts of ExtSwizzle | Keith Whitwell |
2009-10-23 | gallium: remove noise opcodes | Keith Whitwell |
2009-10-07 | Merge branch 'master' into r300g-glsl | Nicolai Hähnle |
2009-10-05 | r300g: fix scons build | Joakim Sindholt |
2009-10-04 | r300/compiler: Refactor to allow different instruction types | Nicolai Hähnle |
2009-10-03 | r300/compiler: Introduce control flow instructions and refactor dataflow | Nicolai Hähnle |
2009-09-21 | Merge branch 'master' into r300-compiler | Nicolai Hähnle |
2009-09-13 | r300g: delete unused flag due to commit: 09b566e1610 | Cooper Yuan |
2009-09-01 | tgsi: remove redundant CND0 opcode | Keith Whitwell |
2009-08-30 | r300: Remove all Mesa dependencies from the shader compiler | Nicolai Hähnle |
2009-07-30 | r300g: Use radeon compiler for fragment programs | Nicolai Hähnle |
2009-07-30 | r300g: Use r300compiler for vertex shaders | Nicolai Hähnle |