summaryrefslogtreecommitdiff
path: root/src/amd
AgeCommit message (Expand)AuthorFilesLines
2016-10-19radv: decompress fmask before reading using texture unitDave Airlie3-6/+5
2016-10-19radv: fix samples_identical return value.Dave Airlie1-0/+3
2016-10-19radv: fix wsi porting regression in swapchain destroy.Dave Airlie1-3/+10
2016-10-19radv: fix fmask ptr issueDave Airlie1-4/+18
2016-10-19radv: simplify fast clear shadersDave Airlie1-46/+2
2016-10-19radv: start using defines for the user sgpr offsetsDave Airlie3-14/+34
2016-10-19radv: port to common wsi codebaseDave Airlie7-1860/+216
2016-10-19radv/anv/wsi: drop unneeded parameterDave Airlie4-4/+1
2016-10-19radv: drop pointless struct decl.Dave Airlie1-2/+0
2016-10-19radv: move to using shared vk_alloc inlines.Dave Airlie12-131/+88
2016-10-19radv: drop local MIN/MAX macros.Dave Airlie4-7/+4
2016-10-19radv: make use of shared vector helper.Dave Airlie3-135/+8
2016-10-16radv/winsys: Fail early on overgrown cs.Gustaw Smolarczyk1-4/+14
2016-10-14radv: move AMDGPU_LIBS later in the link chainEmil Velikov1-1/+2
2016-10-14radv: correct variable name VISIBILITY_{, C}FLAGSEmil Velikov1-1/+2
2016-10-14amd/addrlib: hide private symbols via VISIBILITY_CXXFLAGSEmil Velikov1-0/+3
2016-10-14radv: fix the wayland wsi busy bitDave Airlie1-1/+1
2016-10-14radv: Use new image load/store intrinsic signatures v2Tom Stellard1-25/+108
2016-10-14radv: Fix incorrect commentTom Stellard1-2/+2
2016-10-14radv: fix identity swizzle handlingDave Airlie1-8/+10
2016-10-14radv/wsi: fix app that acquire multiple images up frontDave Airlie2-0/+2
2016-10-13radv: Return correct result in EnumeratePhysicalDevicesNicolas Koch1-0/+2
2016-10-12radv: add all headers to the sources listEmil Velikov1-1/+12
2016-10-12radv: trivial case stmt style fixupsEdward O'Callaghan1-3/+3
2016-10-12radv/winsys: Fix radv_amdgpu_cs_grow min_size argument. (v2)Gustaw Smolarczyk1-4/+7
2016-10-12radv: fix strict aliasing violationGrigori Goronzy1-2/+5
2016-10-12radv: fix uninitialized variablesGrigori Goronzy2-2/+2
2016-10-12radv: add missing unreachableGrigori Goronzy1-0/+1
2016-10-12radv: remove the validation layer and some related bits.Dave Airlie2-37/+2
2016-10-12radv: drop entrypoint split out.Dave Airlie3-73/+2
2016-10-12radv: drop the RADV_CALL macro.Dave Airlie7-50/+42
2016-10-12radv: check driver name before calling amdgpu.Dave Airlie1-0/+16
2016-10-12radv: fix memory leak from physical device if wsi failsDave Airlie1-1/+3
2016-10-12radv/winsys: Fix mem leak at failed do_winsys_init() call siteEdward O'Callaghan1-2/+6
2016-10-12radv/winsys: Trivial style and readability fixupsEdward O'Callaghan4-12/+17
2016-10-11radv: automake: move libamdgpu_addrlib.la to VULKAN_LIB_DEPSEmil Velikov1-1/+2
2016-10-11radv: automake: remove unused variablesEmil Velikov1-6/+0
2016-10-11radv: automake: include the python scripts/formats table in the tarballEmil Velikov1-2/+5
2016-10-10radv: Use proper header guards over 'pragma once' directivesEdward O'Callaghan13-14/+60
2016-10-07radv: drop all uint for unsigned.Dave Airlie1-8/+8
2016-10-07radv: Skip already signalled fences.Gustaw Smolarczyk1-3/+3
2016-10-07radv: add initial non-conformant radv vulkan driverDave Airlie61-0/+32060
2016-10-06amd: add amd_kernel_code_t.h to the sources listEmil Velikov1-0/+1
2016-09-16radeonsi/compute: Use the HSA abi for non-TGSI compute shaders v3Tom Stellard1-0/+534
2016-09-13android: add support for libmesa_amdgpu_addrlibMauro Rossi2-0/+72
2016-09-06amd/addrlib: move addrlib from amdgpu winsys to common codeDave Airlie23-1/+21979
2016-09-06radeon: move radeon_family/chip_class defintions to commonDave Airlie2-1/+113
2016-09-06radeonsi: move sid.h/r600d_common.h to a common place.Dave Airlie4-0/+9336