aco: Use common argument handling
[mesa.git] / src / amd / compiler / aco_ir.h
2019-11-25 Connor Abbottaco: Use common argument handling
2019-11-25 Connor Abbottaco: Constify radv_nir_compiler_options in isel
2019-11-15 Rhys Perryaco: implement VK_KHR_shader_float_controls
2019-11-14 Daniel Schürmannaco: check if SALU instructions are predeceeded by...
2019-11-08 Rhys Perryaco: add Instruction::usesModifiers() and add more...
2019-10-30 Daniel Schürmannaco: always set scratch_offset in startpgm
2019-10-28 Timur Kristófaco: Introduce vgpr_limit to keep track of available...
2019-10-28 Timur Kristófaco: Implement subgroup shuffle in GFX10 wave64 mode.
2019-10-28 Rhys Perryaco: Fix reductions on GFX10.
2019-10-23 Rhys Perryaco: take LDS into account when calculating num_waves
2019-10-23 Rhys Perryaco: increase accuracy of SGPR limits
2019-10-22 Rhys Perryaco: small stage corrections
2019-10-10 Rhys Perryaco: Assemble opsel in VOP3 instructions.
2019-10-10 Timur Kristófaco: Support GFX10 MTBUF in aco_assembler.
2019-10-10 Timur Kristófaco: Add missing GFX10 specific fields and some README...
2019-10-10 Timur Kristófaco: Set +wavefrontsize64 for LLVM disassembler in...
2019-09-27 Rhys Perryaco: set loop_info::has_discard for demotes
2019-09-26 Rhys Perryaco: CSE readlane/readfirstlane/permute/reduce with...
2019-09-19 Daniel Schürmannaco: Initial commit of independent AMD compiler