summaryrefslogtreecommitdiffstats
path: root/src/amd/common
Commit message (Expand)AuthorAgeFilesLines
* ac/nir: use new pknorm_i16/u16 and pk_i16/u16 LLVM intrinsicsSamuel Pitoiset2018-02-071-99/+47
* ac/nir: avoid loading unused VS input componentsSamuel Pitoiset2018-02-071-1/+6
* ac/shader: scan vertex inputs usage maskSamuel Pitoiset2018-02-072-0/+16
* ac/radeonsi: add num_work_groups to the abiTimothy Arceri2018-02-072-3/+3
* ac: implement nir_intrinsic_shader_clockTimothy Arceri2018-02-071-0/+3
* ac/radeonsi: create ac_build_shader_clock() helperTimothy Arceri2018-02-072-0/+10
* ac/radeonsi: add load_local_group_size() to the abiTimothy Arceri2018-02-072-0/+5
* ac: don't call emit_outputs() for computeTimothy Arceri2018-02-071-2/+3
* ac/radeonsi: add local_invocation_ids to the abiTimothy Arceri2018-02-072-3/+4
* ac/radeonsi: add workgroup_ids to the abiTimothy Arceri2018-02-072-5/+5
* ac/nir: fix GS load input type.Bas Nieuwenhuizen2018-02-061-1/+1
* ac/nir: remove emission of nir_op_fdivSamuel Pitoiset2018-02-051-5/+0
* ac/nir: fix a crash in load_gs_input() on pre-GFX9 chipsSamuel Pitoiset2018-02-051-0/+3
* amd: remove support for LLVM 3.9Marek Olšák2018-02-025-217/+65
* radeonsi: use pknorm_i16/u16 and pk_i16/u16 LLVM intrinsicsMarek Olšák2018-02-022-0/+177
* ac/nir: replace SI.buffer.load.dword with amdgcn.buffer.loadSamuel Pitoiset2018-02-021-32/+20
* ac/nir: use ac_build_buffer_load_format for image buffer loadsMarek Olšák2018-02-011-8/+13
* ac: add glc parameter to ac_build_buffer_load_formatMarek Olšák2018-02-013-3/+5
* radeonsi: load the right number of components for VS inputs and TBOsMarek Olšák2018-02-012-0/+38
* ac/nir: fix emission of ffract for 64-bitSamuel Pitoiset2018-01-311-7/+16
* ac/radeonsi: add lookup_interp_param and load_sample_position to the abiTimothy Arceri2018-01-312-29/+42
* radeonsi/nir: add prim_mask to the abiTimothy Arceri2018-01-312-6/+6
* radeonsi/nir: add si_nir_lookup_interp_param() helperTimothy Arceri2018-01-311-0/+2
* ac/nir_to_llvm: move some interp defines to the headerTimothy Arceri2018-01-312-4/+5
* ac/llvm: bump the number of results to 8.Dave Airlie2018-01-311-1/+1
* ac: fix indentationTimothy Arceri2018-01-291-6/+6
* ac: remove unused nir2llvmtype()Timothy Arceri2018-01-291-22/+0
* ac: fix gs load inputs typeTimothy Arceri2018-01-291-2/+3
* ac/nir: call glsl_get_sampler_dim() only once where possibleKai Wasserbäch2018-01-291-8/+11
* ac: rename and move si_const_array into common codeMarek Olšák2018-01-273-13/+16
* ac: move address space definitions to common codeMarek Olšák2018-01-272-6/+4
* ac: don't use byval LLVM qualifier in shadersMarek Olšák2018-01-274-9/+3
* ac/nir: set amdgpu.uniform and invariant.load for SSBOsSamuel Pitoiset2018-01-261-1/+7
* ac/nir: set amdgpu.uniform and invariant.load for UBOsSamuel Pitoiset2018-01-261-1/+7
* ac/nir: set the noalias attribute on input pointersSamuel Pitoiset2018-01-261-0/+1
* ac: only load used channels when sampling buffer viewsSamuel Pitoiset2018-01-261-1/+4
* ac: pass the number of channels to ac_build_buffer_load_format()Samuel Pitoiset2018-01-263-14/+7
* ac: add ac_build_buffer_load_common() helperSamuel Pitoiset2018-01-261-21/+40
* ac/shader: scan if fragment shaders write memorySamuel Pitoiset2018-01-264-13/+36
* ac/nir: only canonicalize 32-bit float min/max outputs on pre-GFX9Samuel Pitoiset2018-01-261-2/+8
* ac/nir: add break statements in needs_view_index_sgpr()Samuel Pitoiset2018-01-251-0/+2
* radv: fix sample_mask_in loading. (v3.1)Dave Airlie2018-01-242-1/+30
* ac/nir: Use instance_rate_inputs per attribute, not per variable.Bas Nieuwenhuizen2018-01-231-14/+13
* ac: fix image load store for GLSL_SAMPLER_DIM_3DTimothy Arceri2018-01-231-1/+3
* ac: image size builtin for GLSL_SAMPLER_DIM_3DTimothy Arceri2018-01-231-1/+2
* ac: fix ac_build_varying_gather_values() for packed layoutsTimothy Arceri2018-01-231-1/+1
* ac: remove arrays when when querying sampler infoTimothy Arceri2018-01-231-3/+1
* ac: fix emit vertex stream parameterTimothy Arceri2018-01-231-2/+3
* ac: add support for gl_HelperInvocationTimothy Arceri2018-01-231-0/+14
* ac/radeonsi: add emit primitive to the abiTimothy Arceri2018-01-232-2/+7