summaryrefslogtreecommitdiff
path: root/src/amd/compiler/aco_interface.h
Commit message (Expand)AuthorAgeFilesLines
* aco,radv: support symbol relocation in acoQiang Yu2023-04-281-1/+2
* aco: Only include nir.h in instruction selection.Timur Kristóf2023-04-101-2/+1
* radv: move gl_shader_stage from radv_binary to radv_shader_infoDaniel Schürmann2023-03-241-12/+4
* radv: remove set but never used num_preserved_sgprsSamuel Pitoiset2023-03-211-1/+0
* radv: add radv_create_rt_prolog()Daniel Schürmann2023-03-161-0/+5
* aco, radv: Don't use radv_shader_args in aco.Timur Kristóf2023-03-081-3/+3
* aco, radv: Rename aco_*_key to aco_*_info.Timur Kristóf2023-03-081-8/+6
* radv,aco: remove old GS copy shader codeRhys Perry2022-11-291-1/+0
* aco: move statistics enum to aco_shader_info.hDaniel Schürmann2022-11-151-1/+0
* aco: add support for compiling PS epilogsSamuel Pitoiset2022-07-181-0/+7
* radv,aco: rename radv_aco_build_prolog to radv_aco_build_shader_partSamuel Pitoiset2022-07-181-9/+9
* radv,aco: introduce {radv,aco}_ps_epilog_keySamuel Pitoiset2022-07-181-0/+1
* aco/radv: provide a vs prolog callback from aco to radv.Dave Airlie2022-07-011-1/+12
* aco/radv: provide a callback from aco shader building to build binaryDave Airlie2022-07-011-1/+15
* radv,aco: rename radv_prolog_binary/radv_shader_prolog to shader_partSamuel Pitoiset2022-06-211-1/+1
* radv,aco: disable shader cache when ACO debug options are usedRhys Perry2022-06-021-0/+2
* aco/radv: drop radv_nir_compiler_options from aco.Dave Airlie2022-05-171-2/+5
* aco: remove radv vs prolog key from aco internals.Dave Airlie2022-05-111-1/+2
* aco/radv: convert to aco shader info at the radv level.Dave Airlie2022-05-111-2/+3
* radv,aco: decouple shader_info/options from radv_shader_argsSamuel Pitoiset2021-10-221-5/+11
* radv: implement dynamic vertex input state using vertex shader prologsRhys Perry2021-10-131-0/+3
* aco: constify radv_shader_{info,args}Samuel Pitoiset2021-10-081-1/+1
* aco: Format.Daniel Schürmann2021-07-121-5/+3
* aco: add missing Licenses and remove Authors from filesDaniel Schürmann2021-07-121-0/+1
* radv,aco: remove aco_compiler_statisticsRhys Perry2021-03-051-5/+2
* aco: Const correct aco_compiler_statisticsJames Park2020-12-011-1/+1
* radv: move compiler statistics to ACOSamuel Pitoiset2020-10-141-0/+11
* aco: Use radv_shader_args in aco_compile_shader()Connor Abbott2019-11-251-2/+1
* aco: Initial commit of independent AMD compilerDaniel Schürmann2019-09-191-0/+45