summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan
Commit message (Expand)AuthorAgeFilesLines
* 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
* radv: fix the wayland wsi busy bitDave Airlie2016-10-141-1/+1
* 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
* radv: check driver name before calling amdgpu.Dave Airlie2016-10-121-0/+16
* radv: fix memory leak from physical device if wsi failsDave Airlie2016-10-121-1/+3
* radv/winsys: Fix mem leak at failed do_winsys_init() call siteEdward O'Callaghan2016-10-121-2/+6
* radv/winsys: Trivial style and readability fixupsEdward O'Callaghan2016-10-124-12/+17
* radv: automake: move libamdgpu_addrlib.la to VULKAN_LIB_DEPSEmil Velikov2016-10-111-1/+2
* radv: automake: remove unused variablesEmil Velikov2016-10-111-6/+0
* radv: automake: include the python scripts/formats table in the tarballEmil Velikov2016-10-111-2/+5
* radv: Use proper header guards over 'pragma once' directivesEdward O'Callaghan2016-10-1013-14/+60
* radv: drop all uint for unsigned.Dave Airlie2016-10-071-8/+8
* radv: Skip already signalled fences.Gustaw Smolarczyk2016-10-071-3/+3
* radv: add initial non-conformant radv vulkan driverDave Airlie2016-10-0752-0/+26736