summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_isa.h
AgeCommit message (Expand)AuthorFilesLines
2016-05-13r600: remove TABLE_SIZE macroNicolai Hähnle1-2/+0
2016-05-13r600: move alu_op_table to .c fileNicolai Hähnle1-272/+7
2016-05-13r600: move cf_op_table to .c fileNicolai Hähnle1-108/+2
2016-05-13r600: move fetch_op_table to .c fileNicolai Hähnle1-118/+2
2016-05-13r600: protect r600_isa.h with extern "C"Nicolai Hähnle1-0/+8
2016-02-29r600: Make enum alu_op_flags unsignedRob Herring1-8/+8
2015-09-02r600g: add doubles support for CAYMANDave Airlie1-4/+4
2015-08-21r600g: Fix handling of TGSI_OPCODE_ARR with SBGlenn Kennard1-1/+1
2015-04-08r600g/sb: Enable SB for geometry shadersGlenn Kennard1-4/+4
2014-08-19r600g: Fix missing SET_TEXTURE_OFFSETSGlenn Kennard1-3/+6
2013-07-11r600g/sb: improve math optimizations v2Vadim Girlin1-9/+10
2013-04-30r600g: add new flags to isa instruction tablesVadim Girlin1-116/+127
2013-02-05r600g/compute: Fix segfault caused by new shader disassemblerTom Stellard1-2/+3
2013-02-01r600g: use tables with ISA info v3Vadim Girlin1-0/+1223