summaryrefslogtreecommitdiffstats
path: root/src/amd/common
Commit message (Expand)AuthorAgeFilesLines
* ac/nir: move trim_vector to ac_llvm_build.cSamuel Pitoiset2018-03-133-24/+27
* ac/nir: move cast_ptr() to ac_llvm_build.cSamuel Pitoiset2018-03-133-10/+13
* ac/nir: move ac_build_alloca() to ac_llvm_build.cSamuel Pitoiset2018-03-133-39/+41
* ac/gpu_info: print ib_start_alignment, add assertionMarek Olšák2018-03-091-0/+2
* ac/nir: set number of channels for packed mrt exportsSamuel Pitoiset2018-03-091-0/+5
* winsys/amdgpu: query GDS infoMarek Olšák2018-03-082-0/+13
* radeonsi: align command buffer starting address to fix some Raven hangsMarek Olšák2018-03-082-1/+21
* ac/nir: do not emit unnecessary null exports in fragment shadersSamuel Pitoiset2018-03-081-13/+16
* ac/radeonsi: add emit_kill to the abiTimothy Arceri2018-03-082-1/+10
* ac: make use of if/loop build helpersTimothy Arceri2018-03-081-42/+18
* ac: add if/loop build helpersTimothy Arceri2018-03-083-0/+211
* ac: implement AMD_gcn_shader extended instructionsDaniel Schürmann2018-03-071-0/+28
* radv: Add minimal subgroup support.Bas Nieuwenhuizen2018-03-072-0/+51
* ac/nir: Add vote_ieq/vote_feq lowering pass.Bas Nieuwenhuizen2018-03-074-5/+98
* nir: Generalize nir_intrinsic_vote_eqJason Ekstrand2018-03-071-1/+1
* radeonsi: fix passing address32_hi to LLVM for high valuesMarek Olšák2018-03-072-3/+3
* ac/nir: don't put lod into args if it's zero.Dave Airlie2018-03-071-2/+1
* ac/nir: count the scratch private memory sizeSamuel Pitoiset2018-03-062-2/+9
* ac: add ac_count_scratch_private_memory()Samuel Pitoiset2018-03-062-0/+34
* ac/nir: only enable used channels when exporting parametersSamuel Pitoiset2018-03-061-4/+20
* ac: update enabled channels mask when optimizing PARAM exportsSamuel Pitoiset2018-03-061-2/+16
* ac/nir: pass the number of enabled channels to si_llvm_init_export_args()Samuel Pitoiset2018-03-061-8/+13
* ac/shader: scan output usage mask for VS and TESSamuel Pitoiset2018-03-062-0/+22
* ac: pass the unmodified number of components to load gs inputsTimothy Arceri2018-03-061-2/+2
* ac: add ac_build_fsign()Samuel Pitoiset2018-03-053-25/+28
* ac: add ac_build_isign()Samuel Pitoiset2018-03-053-24/+28
* ac: add ac_build_fract()Samuel Pitoiset2018-03-053-26/+34
* ac/radv: move lower_indirect_derefs() to ac_nir_to_llvm.cTimothy Arceri2018-03-052-0/+39
* ac: fix nir_intrinsic_shared_atomic_comp_swap handlingTimothy Arceri2018-03-021-1/+1
* ac/nir: fix shared atomic operations.Dave Airlie2018-03-011-5/+5
* ac/nir: don't apply slice rounding on txf_msDave Airlie2018-03-011-1/+1
* ac/shader: move scanning some info about input PS declarationsSamuel Pitoiset2018-02-284-9/+18
* ac/radv: move load base vertex abi setup to vertex shader.Dave Airlie2018-02-281-1/+1
* ac/shader: fix vertex input with components.Dave Airlie2018-02-281-1/+1
* ac: implement nir_op_ldexpTimothy Arceri2018-02-281-0/+7
* ac: fix nir_op_fdd{x,y} handlingTimothy Arceri2018-02-281-2/+2
* ac/radeonsi: add load_base_vertex() to the abiTimothy Arceri2018-02-282-1/+9
* ac: add support for handling nir_intrinsic_load_vertex_idTimothy Arceri2018-02-281-0/+4
* ac: fix f2b and i2b for doublesTimothy Arceri2018-02-281-2/+4
* ac/nir: clean up a hack about rounding 2nd coord componentSamuel Pitoiset2018-02-271-3/+5
* ac/nir: use ordered float comparisons except for not equalSamuel Pitoiset2018-02-261-3/+3
* ac: make use of ac_get_llvm_num_components() helperTimothy Arceri2018-02-261-5/+1
* ac/nir: remove emission of nir_op_fpowSamuel Pitoiset2018-02-221-4/+0
* ac/nir: set GLC=1 for load/store of coherent/volatile imagesSamuel Pitoiset2018-02-221-3/+4
* ac/radeonsi: pass type to load_tess_varyings()Timothy Arceri2018-02-222-2/+14
* amd/common:add uvd hevc enc support check in hw queryJames Zhu2018-02-212-1/+12
* ac/nir: add glsl_is_array_image() helperSamuel Pitoiset2018-02-211-23/+18
* ac/nir: set the DA field when performing atomics on 3D imagesSamuel Pitoiset2018-02-211-1/+2
* radv/tess: don't need to look in constant for vertices_per_patchDave Airlie2018-02-211-1/+4
* ac/radv: cleanup some tcs output values accessDave Airlie2018-02-211-2/+8