android: amd/common: add support for libmesa_amd_common
[mesa.git] / src / amd / vulkan /
2016-11-02 Fredrik Höglundradv: add support for anisotropic filtering on VI+
2016-11-02 Dave Airlieradv: fix dual source blending
2016-11-02 Dave Airlieradv: expose xlib platform extension
2016-11-01 Dave Airlieradv: drop some unused cmask info members.
2016-10-28 Fredrik Höglundradv: split the device local memory heap into two
2016-10-28 Fredrik Höglundradv: add a write-combining host-local memory type
2016-10-26 Timothy Arcerinir/i965/anv/radv/gallium: make shader info a pointer
2016-10-26 Fredrik Höglundradv: mark the fence as submitted and signalled in...
2016-10-25 Matt Turnerradv: Replace "abi_versions" with correct "api_version".
2016-10-24 Dave Airlieradv: allow cmask transitions without fast clear
2016-10-19 Dave Airlieradv: decompress fmask before reading using texture...
2016-10-19 Dave Airlieradv: fix wsi porting regression in swapchain destroy.
2016-10-19 Dave Airlieradv: simplify fast clear shaders
2016-10-19 Dave Airlieradv: start using defines for the user sgpr offsets
2016-10-19 Dave Airlieradv: port to common wsi codebase
2016-10-19 Dave Airlieradv/anv/wsi: drop unneeded parameter
2016-10-18 Dave Airlieradv: drop pointless struct decl.
2016-10-18 Dave Airlieradv: move to using shared vk_alloc inlines.
2016-10-18 Dave Airlieradv: drop local MIN/MAX macros.
2016-10-18 Dave Airlieradv: make use of shared vector helper.
2016-10-16 Gustaw Smolarczykradv/winsys: Fail early on overgrown cs.
2016-10-14 Emil Velikovradv: move AMDGPU_LIBS later in the link chain
2016-10-14 Emil Velikovradv: correct variable name VISIBILITY_{, C}FLAGS
2016-10-13 Dave Airlieradv: fix the wayland wsi busy bit
2016-10-13 Dave Airlieradv: fix identity swizzle handling
2016-10-13 Dave Airlieradv/wsi: fix app that acquire multiple images up front
2016-10-12 Nicolas Kochradv: Return correct result in EnumeratePhysicalDevices
2016-10-12 Emil Velikovradv: add all headers to the sources list
2016-10-12 Edward O'Callaghanradv: trivial case stmt style fixups
2016-10-11 Gustaw Smolarczykradv/winsys: Fix radv_amdgpu_cs_grow min_size argument...
2016-10-11 Grigori Goronzyradv: fix strict aliasing violation
2016-10-11 Grigori Goronzyradv: fix uninitialized variables
2016-10-11 Grigori Goronzyradv: add missing unreachable
2016-10-11 Dave Airlieradv: remove the validation layer and some related...
2016-10-11 Dave Airlieradv: drop entrypoint split out.
2016-10-11 Dave Airlieradv: drop the RADV_CALL macro.
2016-10-11 Dave Airlieradv: check driver name before calling amdgpu.
2016-10-11 Dave Airlieradv: fix memory leak from physical device if wsi fails
2016-10-11 Edward O'Callaghanradv/winsys: Fix mem leak at failed do_winsys_init...
2016-10-11 Edward O'Callaghanradv/winsys: Trivial style and readability fixups
2016-10-11 Emil Velikovradv: automake: move libamdgpu_addrlib.la to VULKAN_LIB...
2016-10-11 Emil Velikovradv: automake: remove unused variables
2016-10-11 Emil Velikovradv: automake: include the python scripts/formats...
2016-10-10 Edward O'Callaghanradv: Use proper header guards over 'pragma once' direc...
2016-10-07 Dave Airlieradv: drop all uint for unsigned.
2016-10-06 Gustaw Smolarczykradv: Skip already signalled fences.
2016-10-06 Dave Airlieradv: add initial non-conformant radv vulkan driver