summaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* radv: additional query fixesAndres Rodriguez2019-08-261-7/+8
* radv: Avoid VEGA/RAVEN scissor bug in binning.Bas Nieuwenhuizen2019-08-101-1/+2
* radv: Avoid binning RAVEN hangs.Bas Nieuwenhuizen2019-08-101-1/+2
* ac/nir: Use correct cast for readfirstlane and ptrs.Bas Nieuwenhuizen2019-08-081-0/+2
* radv: Do non-uniform lowering before bool lowering.Bas Nieuwenhuizen2019-08-081-1/+1
* radv: Fix descriptor set allocation failure.Bas Nieuwenhuizen2019-07-311-1/+5
* radv: fix queries with WAIT_BIT returning VK_NOT_READYAndres Rodriguez2019-07-311-1/+1
* radv: Take variable descriptor counts into account for buffer entries.Bas Nieuwenhuizen2019-07-301-1/+10
* ac/nir: fix txf_ms with an offsetRhys Perry2019-07-301-2/+2
* radv: Set correct metadata size for GFX9+.Bas Nieuwenhuizen2019-07-261-1/+2
* radv: fix crash in vkCmdClearAttachments with unused attachmentSamuel Pitoiset2019-07-231-0/+3
* radv: fix crash in shader tracing.Dave Airlie2019-07-193-3/+8
* radv: fix VGT_GS_MODE if VS uses the primitive IDSamuel Pitoiset2019-07-191-2/+5
* radv: Only save the descriptor set if we have one.Bas Nieuwenhuizen2019-07-181-1/+1
* radv: Handle cmask being disallowed by addrlib.Bas Nieuwenhuizen2019-07-091-0/+5
* radv: Fix interactions between variable descriptor count and inline uniform b...Bas Nieuwenhuizen2019-07-041-1/+5
* radv: Only allocate supplied number of descriptors when variable.Bas Nieuwenhuizen2019-07-021-1/+7
* radv: only enable VK_AMD_gpu_shader_{half_float,int16} on GFX9+Samuel Pitoiset2019-06-281-2/+2
* radv: disable viewport clamping even if FS doesn't write ZSamuel Pitoiset2019-06-211-3/+1
* radv: Fix vulkan build in meson.Bas Nieuwenhuizen2019-06-201-0/+7
* radv: fix FMASK expand with SRGB formatsSamuel Pitoiset2019-06-191-1/+2
* radv: Decompress DCC when the image format is not allowed for buffers.Bas Nieuwenhuizen2019-06-183-2/+40
* radv: Skip transitions coming from external queue.Bas Nieuwenhuizen2019-06-141-0/+3
* radv: fix VK_EXT_memory_budget if one heap isn't availableSamuel Pitoiset2019-06-141-27/+33
* radv: fix occlusion queries on VegaMSamuel Pitoiset2019-06-141-21/+27
* radv: Prevent out of bound shift on 32-bit builds.Bas Nieuwenhuizen2019-06-111-2/+2
* radv: fix setting CB_SHADER_MASK for dual source blendingSamuel Pitoiset2019-06-111-2/+5
* radv: fix alpha-to-coverage when there is unused color attachmentsSamuel Pitoiset2019-06-111-1/+1
* ac: fix a typo in ac_build_wg_scan_bottomMarek Olšák2019-06-051-1/+1
* ac/nir: mark some texture intrinsics as convergentRhys Perry2019-06-051-0/+18
* radv: do not use gfx fast depth clears for layered depth/stencil imagesSamuel Pitoiset2019-06-041-0/+1
* radv: allocate more space in the CS when emitting eventsSamuel Pitoiset2019-05-301-1/+1
* vulkan: fix build dependency issue with generated filesLionel Landwerlin2019-05-231-4/+3
* radv: add a workaround for Monster Hunter World and LLVM 7&8Samuel Pitoiset2019-05-215-3/+16
* radv: Do not use extra descriptor space for the 3rd plane.Bas Nieuwenhuizen2019-05-133-7/+26
* radv: clear vertex bindings while resetting command bufferJózef Kucia2019-05-131-1/+2
* radv: fix setting the number of rectangles when it's dyanmicSamuel Pitoiset2019-05-091-4/+6
* radv: Implement cosited_even sampling.Bas Nieuwenhuizen2019-05-062-2/+83
* radv: Disable subsampled formats.Bas Nieuwenhuizen2019-05-061-1/+2
* radv: apply the indexing workaround for atomic buffer operations on GFX9Samuel Pitoiset2019-05-033-5/+14
* radv: fix radv_get_aspect_format() for D+S formatsSamuel Pitoiset2019-05-031-0/+2
* radv: only need to force emit the TCS regs on Vega10 and Raven1Samuel Pitoiset2019-05-021-2/+2
* radv: set WD_SWITCH_ON_EOP=1 when drawing primitives from a stream output bufferSamuel Pitoiset2019-05-023-0/+9
* radv: fix set_output_usage_mask() with composite and 64-bit typesRhys Perry2019-05-021-4/+17
* ac: tidy up ac_build_llvm8_tbuffer_{load,store}Samuel Pitoiset2019-05-021-13/+13
* radv: implement a workaround for VK_EXT_conditional_renderingSamuel Pitoiset2019-05-021-3/+44
* radv: fix color conversions for normalized uint/sint formatsSamuel Pitoiset2019-05-021-4/+16
* radv: do not need to force emit the TCS regs on Vega20Samuel Pitoiset2019-05-021-0/+1
* radv: Restrict YUVY formats to 1 layer.Bas Nieuwenhuizen2019-05-021-0/+7
* radv: Set is_array in lowered ycbcr tex instructions.Bas Nieuwenhuizen2019-05-021-0/+1