summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_tgsi_to_rc.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-22gallium: remove TGSI opcode SCSMarek Olšák1-1/+0
2017-08-22gallium: remove TGSI opcode BREAKCMarek Olšák1-1/+0
2017-08-22gallium: remove TGSI opcode XPDMarek Olšák1-1/+0
2017-08-22gallium: remove TGSI opcode DPHMarek Olšák1-1/+0
2017-08-22gallium: remove TGSI opcode DP2AMarek Olšák1-1/+0
2017-08-22gallium: remove TGSI_OPCODE_CALLNZMarek Olšák1-1/+0
2017-08-22gallium: remove TGSI opcodes PUSHA, POPA, SAD, TXQ_LZMarek Olšák1-1/+0
2017-02-18gallium: remove TGSI_OPCODE_CLAMPMarek Olšák1-1/+0
2017-01-05gallium: remove TGSI_OPCODE_SUBMarek Olšák1-1/+0
2017-01-05gallium: remove TGSI_OPCODE_ABSMarek Olšák1-1/+0
2015-05-20gallium: remove TGSI_SAT_MINUS_PLUS_ONEMarek Olšák1-7/+1
2015-02-26r300g: remove dependency on compiler.hBrian Paul1-0/+1
2014-12-21r300g: implement ARR opcodeDavid Heidelberg1-1/+1
2014-11-24gallium: Drop the unused CND opcode.Eric Anholt1-1/+0
2014-11-24gallium: Drop unused BRA opcode.Eric Anholt1-1/+0
2014-11-24gallium: Drop the unused SFL/STR opcodes.Eric Anholt1-2/+0
2014-11-24gallium: Drop the unused RFL opcode.Eric Anholt1-1/+0
2014-11-24gallium: Drop unused X2D opcode.Eric Anholt1-1/+0
2014-11-24gallium: Drop the unused ARA opcode.Eric Anholt1-1/+0
2014-11-24gallium: Drop the unused RCC opcode.Eric Anholt1-1/+0
2014-11-24gallium: Drop the NRM and NRM4 opcodes.Eric Anholt1-2/+0
2014-11-24r300: Drop the "/* gap */" notes.Eric Anholt1-3/+0
2013-07-12tgsi: rename the TGSI fragment kill opcodesBrian Paul1-2/+2
2013-04-17gallium: Eliminate TGSI_OPCODE_IFC.José Fonseca1-1/+0
2012-08-27r300g: implement TRUNC correctlyMarek Olšák1-1/+1
2011-09-10r300/compiler: Implement ROUNDTom Stellard1-1/+1
2011-07-26r300g: copy the compiler from r300cMarek Olšák1-2/+1
2011-04-30r300/compiler: Rewrite register allocatorTom Stellard1-0/+1
2011-04-05r300/compiler: implement the CND opcodeMarek Olšák1-2/+1
2011-01-23r300/compiler: remove any code related to relative addressing of temporariesMarek Olšák1-1/+8
2010-12-01r300/compiler: implement and lower OPCODE_CLAMPMarek Olšák1-1/+1
2010-11-16r300g: remove the hack with OPCODE_RETMarek Olšák1-4/+1
2010-08-16r300/compiler: implement DP2 opcodeMarek Olšák1-1/+1
2010-08-16r300/compiler: implement SSG opcodeMarek Olšák1-1/+1
2010-08-11r300/compiler: Implement the CONT opcode.Tom Stellard1-1/+1
2010-07-06r300/compiler: Implement KILP opcode.Tom Stellard1-1/+1
2010-06-11r300/compiler: Implement simple loop emulationTom Stellard1-3/+3
2010-04-27r300: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca1-2/+0
2010-04-19r300g: implement TRUNC as floorMarek Olšák1-1/+1
2010-04-19r300/compiler: lower CEILMarek Olšák1-1/+1
2010-04-12r300g: FS constants emission reworkMarek Olšák1-1/+0
2010-03-29r300g: Remove unnecessary header.Vinson Lee1-2/+0
2010-03-28r300g: handle TGSI_OPCODE_RET as ENDMarek Olšák1-4/+10
2010-03-27r300g: print errors even on non-debug buildsMarek Olšák1-1/+2
2010-02-10r300g: Work around "defect" in r300compiler.Corbin Simpson1-2/+3
2010-02-09r300g: One less assert.Corbin Simpson1-1/+0
2010-02-09r300g: Be ever-so-slightly more useful on bad shaders.Corbin Simpson1-1/+3
2010-02-01r300g: Fix funky segfault.Corbin Simpson1-5/+7
2010-02-01r300g: Inline immediates where possible.Corbin Simpson1-8/+53
2010-01-05Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR.Michal Krol1-1/+1