summaryrefslogtreecommitdiffstats
path: root/src/amd/common
Commit message (Expand)AuthorAgeFilesLines
* amd/common: Add detection of the syncobj wait/signal/reset ioctls.Bas Nieuwenhuizen2017-12-182-0/+2
* amd/common: add ac_build_waitcnt()Samuel Pitoiset2017-12-143-12/+13
* amd/common: more use of i32_1Samuel Pitoiset2017-12-141-4/+4
* amd/common: more use of i32_0Samuel Pitoiset2017-12-141-9/+9
* radeonsi: make use of ac_build_fdiv()Samuel Pitoiset2017-12-141-0/+1
* radv: export SampleMask from pixel shaders at full rateSamuel Pitoiset2017-12-141-11/+35
* amd/common: add ac_get_spi_shader_z_format()Samuel Pitoiset2017-12-143-0/+80
* radv: do not load the local invocation index when it's unusedSamuel Pitoiset2017-12-143-1/+6
* amd/common: scan which components of gl_LocalInvocationID are usedSamuel Pitoiset2017-12-142-1/+7
* amd/common: scan which components of gl_WorkGroupID are usedSamuel Pitoiset2017-12-142-0/+9
* radv: replace grid_components_used by uses_grid_sizeSamuel Pitoiset2017-12-143-5/+6
* radv: always emit all compute block componentsSamuel Pitoiset2017-12-141-3/+6
* ac: fix nir_op_f2f64Timothy Arceri2017-12-131-0/+1
* ac/nir: Support vulkan_resource_reindex.Bas Nieuwenhuizen2017-12-121-0/+14
* ac/nir: Don't load the descriptor in vulkan_resource_index.Bas Nieuwenhuizen2017-12-121-5/+13
* radv: use a faster version for nir_op_pack_half_2x16Samuel Pitoiset2017-12-071-11/+1
* 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