aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* ac/llvm: bump the number of results to 8.Dave Airlie2018-01-311-1/+1
* nir: add vs_inputs_dual_locations compiler optionTimothy Arceri2018-01-301-0/+1
* radv/gfx9: fix block compression texture views. (v2)Dave Airlie2018-01-301-4/+49
* radv: Signal fence correctly after sparse binding.Bas Nieuwenhuizen2018-01-291-14/+32
* 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
* radv: fix RADV_DEBUG=syncshaders on GFX9Samuel Pitoiset2018-01-261-1/+10
* radv: fix a GPU hang with RADV_DEBUG=syncshadersSamuel Pitoiset2018-01-261-8/+7
* ac/shader: scan if fragment shaders write memorySamuel Pitoiset2018-01-265-16/+39
* ac/nir: only canonicalize 32-bit float min/max outputs on pre-GFX9Samuel Pitoiset2018-01-261-2/+8
* radv: don't enable tc compat for d32s8 + 4/8 samples (v1.1)Dave Airlie2018-01-261-1/+2
* ac/nir: add break statements in needs_view_index_sgpr()Samuel Pitoiset2018-01-251-0/+2
* radv: add multisample Z optimisation from amdvlkDave Airlie2018-01-251-0/+3
* radv: move spi_baryc_cntl to pipelineDave Airlie2018-01-253-5/+5
* radv: fix sample_mask_in loading. (v3.1)Dave Airlie2018-01-244-6/+56
* radv: don't use hw resolves for r16g16 norm formats.Dave Airlie2018-01-241-1/+4
* radv: don't use hw resolve for integer image formatsDave Airlie2018-01-241-0/+5
* radv: add fs_key meta format support to resolve passes.Dave Airlie2018-01-242-30/+61
* 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
* ac: add stream handling to visit_end_primitive()Timothy Arceri2018-01-231-4/+3
* ac/nir/radeonsi: add ARB_shader_ballot supportTimothy Arceri2018-01-231-0/+37
* ac/nir: add ARB_shader_group_vote supportTimothy Arceri2018-01-231-0/+15
* radv: add an option that allows to dump pre-optimization irSamuel Pitoiset2018-01-225-0/+8
* radv: restore previous stencil reference after depth-stencil clearMatthew Nicholls2018-01-221-0/+6
* radv: Don't allow 3d or 1d depth/stencil textures.Bas Nieuwenhuizen2018-01-221-0/+3
* radv: Init variant entry with memset.Bas Nieuwenhuizen2018-01-221-0/+1
* radv: Fix bufimage failure deallocation.Bas Nieuwenhuizen2018-01-221-4/+6
* radv: Fix fragment resolve init memory allocation failure paths.Bas Nieuwenhuizen2018-01-221-8/+6
* radv: Fix freeing meta state if the device pipeline cache fails to allocate.Bas Nieuwenhuizen2018-01-221-1/+3
* radv: Fix memory allocation failure path in compute resolve init.Bas Nieuwenhuizen2018-01-221-1/+10
* radv: Fix ordering issue in meta memory allocation failure path.Bas Nieuwenhuizen2018-01-221-2/+2
* autotools: include meson build files in tarballDylan Baker2018-01-192-2/+10