summaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* radv: Fix copying from 3D images starting at non-zero depth.Bas Nieuwenhuizen2018-03-201-0/+3
* radv: Implement waiting on non-submitted fences.Bas Nieuwenhuizen2018-03-201-2/+11
* radv: Implement WaitForFences with !waitAll.Bas Nieuwenhuizen2018-03-201-5/+15
* ac/nir: don't apply slice rounding on txf_msDave Airlie2018-03-201-1/+1
* radv: do not set pending_reset_query in BeginCommandBuffer()Samuel Pitoiset2018-03-201-7/+0
* radv: Fix CmdCopyImage between uncompressed and compressed imagesAlex Smith2018-03-201-6/+17
* radv: Increase the number of dynamic uniform buffers.Bas Nieuwenhuizen2018-03-202-3/+5
* radeonsi: align command buffer starting address to fix some Raven hangsMarek Olšák2018-03-202-1/+20
* radv: make sure to emit cache flushes before starting a querySamuel Pitoiset2018-03-203-7/+33
* ac/nir: use ordered float comparisons except for not equalSamuel Pitoiset2018-03-201-3/+3
* radv: Really use correct HTILE expanded words.James Legg2018-03-201-3/+3
* ac/nir: Fix compiler warning about uninitialized dw_addr.Eric Anholt2018-03-201-1/+1
* radv: don't support tc-compat on multisample d32s8 at all.Dave Airlie2018-03-201-2/+2
* ac/nir: to integer the args to bcsel.Dave Airlie2018-03-201-1/+2
* radv: Always lower indirect derefs after nir_lower_global_vars_to_local.Bas Nieuwenhuizen2018-02-283-36/+53
* radv: remove predication on cache flushesMatthew Nicholls2018-02-054-18/+13
* radv/gfx9: fix block compression texture views. (v2)Dave Airlie2018-02-051-4/+49
* radv: Signal fence correctly after sparse binding.Bas Nieuwenhuizen2018-02-051-14/+32
* radv: Stop advertising VK_KHX_multiviewEmil Velikov2018-02-051-1/+1
* radv: don't enable tc compat for d32s8 + 4/8 samples (v1.1)Dave Airlie2018-01-261-1/+2
* radv: move spi_baryc_cntl to pipelineDave Airlie2018-01-263-5/+5
* radv: fix sample_mask_in loading. (v3.1)Dave Airlie2018-01-264-6/+56
* radv: don't use hw resolves for r16g16 norm formats.Dave Airlie2018-01-261-1/+4
* radv: don't use hw resolve for integer image formatsDave Airlie2018-01-261-0/+5
* radv: add fs_key meta format support to resolve passes.Dave Airlie2018-01-262-30/+61
* ac/nir: set amdgpu.uniform and invariant.load for UBOsSamuel Pitoiset2018-01-261-1/+7
* 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
* radv: Always re-emit the sample position offset user SGPR.Bas Nieuwenhuizen2018-01-191-17/+17
* radv: emit pa_sc_mode_cntl_0 with multisample state.Bas Nieuwenhuizen2018-01-192-3/+4
* ac/nir: Fix vector extraction if source vector has >4 elements.Bas Nieuwenhuizen2018-01-191-16/+32