summaryrefslogtreecommitdiffstats
path: root/src/amd/common
Commit message (Expand)AuthorAgeFilesLines
* ac: add si_nir_load_input_gs() to the abiTimothy Arceri2017-12-042-14/+34
* ac: move build_varying_gather_values() to ac_llvm_build.h and exposeTimothy Arceri2017-12-043-28/+32
* ac: add basic nir -> llvm type helperTimothy Arceri2017-12-041-0/+22
* ac/surface: always compute DCC info when DCC is possible on GFX9Marek Olšák2017-11-301-1/+0
* radeonsi: dismantle si_common_screen_init/destroyMarek Olšák2017-11-292-0/+56
* radeonsi: move/remove ac_shader_binary helpersMarek Olšák2017-11-292-0/+14
* ac/surface: enable DCC computation for MSAAMarek Olšák2017-11-291-4/+2
* meson: build r600 driverDylan Baker2017-11-281-2/+0
* ac/surface: fix indentationNicolai Hähnle2017-11-281-1/+1
* amd/common: sid.h cleanupsNicolai Hähnle2017-11-281-13/+29
* ac: pack legacy_surf_level betterMarek Olšák2017-11-271-3/+3
* ac: change legacy_surf_level::slice_size to dword unitsMarek Olšák2017-11-272-2/+2
* ac: pack ac_surface betterMarek Olšák2017-11-271-4/+5
* ac/nir: don't write tcs outputs to LDS that aren't read back.Dave Airlie2017-11-271-1/+16
* radeon/common: add vcn enc ip info queryBoyuan Zhang2017-11-171-1/+9
* ac: add gs_{prim,invocation}_id to the abiTimothy Arceri2017-11-162-8/+10
* meson: Remove build_by_default from amd codeDylan Baker2017-11-131-1/+0
* ac: add emit_vertex to the abiTimothy Arceri2017-11-122-5/+10
* ac/nir: add support for all intrinsics. (v2)Dave Airlie2017-11-091-1/+31
* amd/addrlib: update to latest versionMarek Olšák2017-11-082-222/+29
* radeonsi: use ac_create_target_machineMarek Olšák2017-11-072-2/+8
* radeonsi: use ac_get_llvm_processor_nameMarek Olšák2017-11-072-1/+3
* radeonsi: remove unused field in the PCI ID tableMarek Olšák2017-11-071-1/+1
* ac/nir: for ubo load use correct num_componentsDave Airlie2017-11-071-1/+1
* ac: remove the remaining duplicate llvm typesTimothy Arceri2017-11-031-12/+1
* ac: remove usused v4f32Timothy Arceri2017-11-031-4/+0
* ac: add v2f32 to the common code and make use of itTimothy Arceri2017-11-033-10/+7
* ac: use the ac f16 llvm typeTimothy Arceri2017-11-031-3/+1
* ac: use the ac f32 llvm typeTimothy Arceri2017-11-031-35/+33
* ac: use the ac f64 llvm typeTimothy Arceri2017-11-031-3/+1
* ac: use the common v8i32 llvm typeTimothy Arceri2017-11-031-4/+2
* ac: use the common v4i32 llvm typeTimothy Arceri2017-11-031-9/+7
* ac: add v3i32 to the common code and make use of itTimothy Arceri2017-11-033-5/+5
* ac: add v2i32 to the common code and use itTimothy Arceri2017-11-033-11/+11
* ac: use the ac i64 llvm typeTimothy Arceri2017-11-031-3/+1
* ac: remove unused i16 llvm typeTimothy Arceri2017-11-031-2/+0
* ac: use the ac ivoidt llvm typeTimothy Arceri2017-11-031-4/+2
* ac: use the ac i8 llvm typeTimothy Arceri2017-11-031-6/+4
* ac: use the ac i1 llvm typeTimothy Arceri2017-11-031-3/+1
* ac: use the ac i32 llvm typeTimothy Arceri2017-11-031-181/+179
* ac/radeonsi: add support for tex instr without a derefenceTimothy Arceri2017-11-031-34/+46
* radeonsi: remove 'Authors:' commentsMarek Olšák2017-11-024-13/+1
* ac/llvm: drop pointless wrappers around umsb/imsbDave Airlie2017-10-261-14/+2
* ac/llvm: consolidate find lsb function.Dave Airlie2017-10-263-29/+36
* ac/llvm: drop v4f32empty. (v2)Dave Airlie2017-10-261-12/+0
* ac/llvm: add i1false/i1true to common code.Dave Airlie2017-10-263-41/+33
* ac/llvm: use the ac i32 0/1 and f32 0/1 llvm types.Dave Airlie2017-10-261-60/+52
* ac/nir: move lds declaration/load/store into shared code.Dave Airlie2017-10-263-41/+50
* ac/nir: generate correct instruction for atomic min/max on unsigned imagesMatthew Nicholls2017-10-251-2/+4
* ac: add support for explicit component packingTimothy Arceri2017-10-251-16/+52