summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_tgsi_to_rc.c
AgeCommit message (Expand)Author
2011-01-23r300/compiler: remove any code related to relative addressing of temporariesMarek Olšák
2010-12-01r300/compiler: implement and lower OPCODE_CLAMPMarek Olšák
2010-11-16r300g: remove the hack with OPCODE_RETMarek Olšák
2010-08-16r300/compiler: implement DP2 opcodeMarek Olšák
2010-08-16r300/compiler: implement SSG opcodeMarek Olšák
2010-08-11r300/compiler: Implement the CONT opcode.Tom Stellard
2010-07-06r300/compiler: Implement KILP opcode.Tom Stellard
2010-06-11r300/compiler: Implement simple loop emulationTom Stellard
2010-04-27r300: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca
2010-04-19r300g: implement TRUNC as floorMarek Olšák
2010-04-19r300/compiler: lower CEILMarek Olšák
2010-04-12r300g: FS constants emission reworkMarek Olšák
2010-03-29r300g: Remove unnecessary header.Vinson Lee
2010-03-28r300g: handle TGSI_OPCODE_RET as ENDMarek Olšák
2010-03-27r300g: print errors even on non-debug buildsMarek Olšák
2010-02-10r300g: Work around "defect" in r300compiler.Corbin Simpson
2010-02-09r300g: One less assert.Corbin Simpson
2010-02-09r300g: Be ever-so-slightly more useful on bad shaders.Corbin Simpson
2010-02-01r300g: Fix funky segfault.Corbin Simpson
2010-02-01r300g: Inline immediates where possible.Corbin Simpson
2010-01-05Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR.Michal Krol
2009-12-19r300g: add texture compare modesMarek Olšák
2009-11-24tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell
2009-11-24gallium: try and update r300 and nv drivers for tgsi changesKeith Whitwell
2009-10-23gallium: remove extended negate also, and also the ExtSwz tokenKeith Whitwell
2009-10-23gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell
2009-10-23gallium: remove noise opcodesKeith Whitwell
2009-10-07Merge branch 'master' into r300g-glslNicolai Hähnle
2009-10-05r300g: fix scons buildJoakim Sindholt
2009-10-04r300/compiler: Refactor to allow different instruction typesNicolai Hähnle
2009-10-03r300/compiler: Introduce control flow instructions and refactor dataflowNicolai Hähnle
2009-09-21Merge branch 'master' into r300-compilerNicolai Hähnle
2009-09-13r300g: delete unused flag due to commit: 09b566e1610Cooper Yuan
2009-09-01tgsi: remove redundant CND0 opcodeKeith Whitwell
2009-08-30r300: Remove all Mesa dependencies from the shader compilerNicolai Hähnle
2009-07-30r300g: Use radeon compiler for fragment programsNicolai Hähnle
2009-07-30r300g: Use r300compiler for vertex shadersNicolai Hähnle