summaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* radv: emit correct last export when Z/stencil export is enabledDave Airlie2016-11-091-3/+5
* android: amd/common: add support for libmesa_amd_commonMauro Rossi2016-11-053-0/+59
* amd/common: add ac_is_sgpr_param helperNicolai Hähnle2016-11-032-0/+12
* amd/common: build also for gallium driversNicolai Hähnle2016-11-032-1/+9
* amd/common: move llvm helper prototype to ac_llvm_util.hNicolai Hähnle2016-11-034-7/+13
* radv: add support for anisotropic filtering on VI+Fredrik Höglund2016-11-031-3/+27
* radv: fix dual source blendingDave Airlie2016-11-031-3/+9
* radv: expose xlib platform extensionDave Airlie2016-11-021-0/+6
* amd: fix a typo in PIXEL_PIPE_STAT_RESET definitionMarek Olšák2016-11-011-1/+1
* radv: drop some unused cmask info members.Dave Airlie2016-11-012-8/+0
* radv: split the device local memory heap into twoFredrik Höglund2016-10-283-6/+20
* radv: add a write-combining host-local memory typeFredrik Höglund2016-10-281-4/+13
* radv/ac/llvm: trim texture return valuesDave Airlie2016-10-271-1/+2
* gallium/radeon: fix a ZPASS comment, EVENT_WRITE_EOP fixupsMarek Olšák2016-10-261-1/+1
* nir/i965/anv/radv/gallium: make shader info a pointerTimothy Arceri2016-10-2611-54/+54
* radv: mark the fence as submitted and signalled in vkAcquireNextImageKHRFredrik Höglund2016-10-263-9/+18
* radv: Replace "abi_versions" with correct "api_version".Matt Turner2016-10-252-2/+2
* radv: allow cmask transitions without fast clearDave Airlie2016-10-241-3/+0
* radv: use emit_icmp for samples_identicalDave Airlie2016-10-201-1/+1
* radv: decompress fmask before reading using texture unitDave Airlie2016-10-193-6/+5
* radv: fix samples_identical return value.Dave Airlie2016-10-191-0/+3
* radv: fix wsi porting regression in swapchain destroy.Dave Airlie2016-10-191-3/+10
* radv: fix fmask ptr issueDave Airlie2016-10-191-4/+18
* radv: simplify fast clear shadersDave Airlie2016-10-191-46/+2
* radv: start using defines for the user sgpr offsetsDave Airlie2016-10-193-14/+34
* radv: port to common wsi codebaseDave Airlie2016-10-197-1860/+216
* radv/anv/wsi: drop unneeded parameterDave Airlie2016-10-194-4/+1
* radv: drop pointless struct decl.Dave Airlie2016-10-191-2/+0
* radv: move to using shared vk_alloc inlines.Dave Airlie2016-10-1912-131/+88
* radv: drop local MIN/MAX macros.Dave Airlie2016-10-194-7/+4
* radv: make use of shared vector helper.Dave Airlie2016-10-193-135/+8
* radv/winsys: Fail early on overgrown cs.Gustaw Smolarczyk2016-10-161-4/+14
* radv: move AMDGPU_LIBS later in the link chainEmil Velikov2016-10-141-1/+2
* radv: correct variable name VISIBILITY_{, C}FLAGSEmil Velikov2016-10-141-1/+2
* amd/addrlib: hide private symbols via VISIBILITY_CXXFLAGSEmil Velikov2016-10-141-0/+3
* radv: fix the wayland wsi busy bitDave Airlie2016-10-141-1/+1
* radv: Use new image load/store intrinsic signatures v2Tom Stellard2016-10-141-25/+108
* radv: Fix incorrect commentTom Stellard2016-10-141-2/+2
* radv: fix identity swizzle handlingDave Airlie2016-10-141-8/+10
* radv/wsi: fix app that acquire multiple images up frontDave Airlie2016-10-142-0/+2
* radv: Return correct result in EnumeratePhysicalDevicesNicolas Koch2016-10-131-0/+2
* radv: add all headers to the sources listEmil Velikov2016-10-121-1/+12
* radv: trivial case stmt style fixupsEdward O'Callaghan2016-10-121-3/+3
* radv/winsys: Fix radv_amdgpu_cs_grow min_size argument. (v2)Gustaw Smolarczyk2016-10-121-4/+7
* radv: fix strict aliasing violationGrigori Goronzy2016-10-121-2/+5
* radv: fix uninitialized variablesGrigori Goronzy2016-10-122-2/+2
* radv: add missing unreachableGrigori Goronzy2016-10-121-0/+1
* radv: remove the validation layer and some related bits.Dave Airlie2016-10-122-37/+2
* radv: drop entrypoint split out.Dave Airlie2016-10-123-73/+2
* radv: drop the RADV_CALL macro.Dave Airlie2016-10-127-50/+42