radv: Allow triggering thread traces by file.
[mesa.git] / src / amd / compiler / aco_interface.cpp
2020-08-27 Samuel Pitoisetaco: add ACO_DEBUG=novn,noopt,nosched for debugging...
2020-08-24 Timur Kristófaco: Fix unused variable warning by adding ASSERTED.
2020-08-24 Samuel Pitoisetradv: add a small interface for creating the trap handl...
2020-08-24 Samuel Pitoisetaco: skip unnecessary compiler pass for the trap handle...
2020-08-20 Samuel Pitoisetradv,aco: report ACO errors/warnings back via VK_EXT_de...
2020-08-20 Samuel Pitoisetaco: rework the way various compilation/validation...
2020-08-20 Samuel Pitoisetaco: rename DEBUG_VALIDATE to DEBUG_VALIDATE_IR
2020-07-21 Rhys Perryaco: fix includes in aco_ir.cpp
2020-07-21 Rhys Perryaco: print ACO IR before scheduling instead of after
2020-07-21 Rhys Perryaco: make validate() usable in tests
2020-07-21 Rhys Perryaco: move some setup code into helpers
2020-06-16 Daniel Schürmannaco: reorder calls to aco_validate() and cleanup aco_co...
2020-04-10 Daniel Schürmannaco: rename aco_lower_bool_phis() -> aco_lower_phis()
2020-04-03 Rhys Perryradv, aco: collect statistics if requested but executab...
2020-04-03 Rhys Perryaco: add vmem/smem score statistic
2020-04-03 Rhys Perryaco: add various compiler statistics
2020-04-03 Rhys Perryradv: add code for exposing compiler statistics
2020-01-24 Rhys Perryaco: implement GS copy shaders
2020-01-13 Rhys Perryaco: fix uninitialized data in the binary
2019-11-25 Connor Abbottaco: Use common argument handling
2019-11-25 Connor Abbottaco: Use radv_shader_args in aco_compile_shader()
2019-10-10 Timur Kristófaco: Set +wavefrontsize64 for LLVM disassembler in...
2019-09-26 Rhys Perryaco,radv: rename record_llvm_ir/llvm_ir_string to recor...
2019-09-26 Rhys Perryaco: store printed backend IR in binary
2019-09-26 Rhys Perryaco,radv/aco: get dissassembly for release builds if...
2019-09-19 Daniel Schürmannaco: Initial commit of independent AMD compiler