summaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* radv: Flush before vkCmdWriteTimestamp() if neededAlex Smith2018-12-051-11/+19
* radv: rework the TC-compat HTILE hardware bug with COND_EXECSamuel Pitoiset2018-12-053-28/+81
* radv: use 3d shader for gfx9 copies if dst is 3dDave Airlie2018-12-041-1/+1
* radv/android: Use buffer metadata to determine scanout compat.Bas Nieuwenhuizen2018-12-043-35/+93
* radv/android: Mark android WSI image as shareable.Bas Nieuwenhuizen2018-12-041-1/+11
* amd/vulkan: meson build - use radv_deps for libvulkan_radeonTobias Klausmann2018-12-041-1/+1
* radv: Clamp gfx9 image view extents to the allocated image extents.Bas Nieuwenhuizen2018-11-301-4/+2
* radv: Align large buffers to the fragment size.Bas Nieuwenhuizen2018-11-301-1/+5
* radv: Fix opaque metadata descriptor last layer.Bas Nieuwenhuizen2018-11-261-1/+1
* radv: only expose VK_SUBGROUP_FEATURE_ARITHMETIC_BIT for VI+Samuel Pitoiset2018-11-091-0/+1
* radv: disable conditional rendering for vkCmdCopyQueryPoolResults()Samuel Pitoiset2018-11-081-0/+10
* ac: fix ac_build_fdiv for f64Marek Olšák2018-11-061-1/+2
* util: Change remaining uint32 cache ids to sha1David McFarland2018-10-261-20/+2
* radv: Emit enqueued pipeline barriers on event write.Bas Nieuwenhuizen2018-10-261-0/+2
* radv: s/abs/fabsf/ for floatsEric Engestrom2018-10-231-4/+4
* ac: Fix loading a dvec3 from an SSBOConnor Abbott2018-10-221-2/+2
* ac: Introduce ac_build_expand()Connor Abbott2018-10-222-14/+29
* radv: fix check for perftest options sizeAndres Rodriguez2018-10-221-1/+1
* ac/nir: Use context-specific LLVM typesAlex Smith2018-10-221-2/+2
* radv: add a workaround for a VGT hang with prim restart and stripsSamuel Pitoiset2018-10-151-0/+11
* util: disable cache if we have no build-id and timestamp is zeroTimothy Arceri2018-10-111-4/+0
* radv: add missing meson c++ visibility argumentsEric Engestrom2018-10-101-0/+1
* radv: only emit ZPASS_DONE for timestamp queries on gfx queuesAndres Rodriguez2018-09-251-1/+1
* radv: use the resolve compute path if dest uses multiple layersSamuel Pitoiset2018-09-241-1/+2
* anv,radv: Implement vkAcquireNextImage2Jason Ekstrand2018-09-241-10/+25
* radv: Fix driver UUID SHA1 init.Bas Nieuwenhuizen2018-09-211-0/+2
* radv: Use build ID if available for cache UUID.Bas Nieuwenhuizen2018-09-191-8/+35
* radv: Only allow 16 user SGPRs for compute on GFX9+.Bas Nieuwenhuizen2018-09-171-1/+1
* radv: Set the user SGPR MSB for Vega.Bas Nieuwenhuizen2018-09-171-0/+1
* radv: fix setting global locations for indirect descriptorsSamuel Pitoiset2018-09-171-1/+0
* radv: fix flushing indirect descriptorsSamuel Pitoiset2018-09-171-3/+9
* radv: fix GPU hangs with 32-bit indirect descriptorsSamuel Pitoiset2018-09-171-3/+5
* radv: handle loc->indirect correctly for the first descriptorSamuel Pitoiset2018-09-172-11/+10
* radv: bump the maximum number of arguments to 64Samuel Pitoiset2018-09-171-1/+1
* radv: fix VK_EXT_conditional_rendering visibilitySamuel Pitoiset2018-09-171-4/+12
* radv: fix function names for VK_EXT_conditional_renderingSamuel Pitoiset2018-09-171-2/+2
* radv: Support v3 of VK_EXT_vertex_attribute_divisor.Bas Nieuwenhuizen2018-09-122-1/+8
* ac: revert new LLVM 7.0 behavior for fdivMarek Olšák2018-09-121-1/+8
* radv: Fix CMASK dimensions.Bas Nieuwenhuizen2018-09-031-2/+2
* radv: Use a lower max offchip buffer count.Bas Nieuwenhuizen2018-09-031-2/+22
* radv: Add VEGA20 support.Bas Nieuwenhuizen2018-09-032-0/+2
* radv: fix passing clip/cull distances from VS to PSSamuel Pitoiset2018-09-014-1/+51
* ac/radeonsi: fix CIK copy max sizeDave Airlie2018-09-011-1/+3
* radv: Add missing checks in radv_get_image_format_properties.Bas Nieuwenhuizen2018-08-301-0/+19
* ac/surface: fix CMASK fast clear for NPOT textures with mipmapping on SI/CI/VIMarek Olšák2018-08-301-2/+2
* radv: place pointer length into cache uuidGrazvydas Ignotas2018-08-231-1/+1
* ac/nir: fix getting GLSL type of array of samplers for TG4Samuel Pitoiset2018-08-231-2/+4
* radv: remove dead variables after splitting per member structsSamuel Pitoiset2018-08-231-3/+3
* ac: completely remove +auto-waitcnt-before-barrierMarek Olšák2018-08-232-6/+2
* radv: do not use CP predication for DCC decompressionsSamuel Pitoiset2018-08-201-2/+2