summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_isa.h
Commit message (Expand)AuthorAgeFilesLines
* r600: remove TABLE_SIZE macroNicolai Hähnle2016-05-131-2/+0
* r600: move alu_op_table to .c fileNicolai Hähnle2016-05-131-272/+7
* r600: move cf_op_table to .c fileNicolai Hähnle2016-05-131-108/+2
* r600: move fetch_op_table to .c fileNicolai Hähnle2016-05-131-118/+2
* r600: protect r600_isa.h with extern "C"Nicolai Hähnle2016-05-131-0/+8
* r600: Make enum alu_op_flags unsignedRob Herring2016-02-291-8/+8
* r600g: add doubles support for CAYMANDave Airlie2015-09-021-4/+4
* r600g: Fix handling of TGSI_OPCODE_ARR with SBGlenn Kennard2015-08-211-1/+1
* r600g/sb: Enable SB for geometry shadersGlenn Kennard2015-04-081-4/+4
* r600g: Fix missing SET_TEXTURE_OFFSETSGlenn Kennard2014-08-191-3/+6
* r600g/sb: improve math optimizations v2Vadim Girlin2013-07-111-9/+10
* r600g: add new flags to isa instruction tablesVadim Girlin2013-04-301-116/+127
* r600g/compute: Fix segfault caused by new shader disassemblerTom Stellard2013-02-051-2/+3
* r600g: use tables with ISA info v3Vadim Girlin2013-02-011-0/+1223