radv: port to common wsi codebase

Graphics / Mesa 3D Graphics Library / Mesa - Dave Airlie [redhat.com] - 18 October 2016 19:15 UTC

This drops all the radv WSI code in favour of using the new shared code that was ported from anv

This regresses Talos for now, Jason has pointed out the bug is in Talos and we should wait for them to fix it.

6c3bd1c radv: port to common wsi codebase
src/amd/vulkan/Makefile.am | 2 +
src/amd/vulkan/Makefile.sources | 1 -
src/amd/vulkan/radv_private.h | 5 +-
src/amd/vulkan/radv_wsi.c | 176 +++++--
src/amd/vulkan/radv_wsi.h | 81 ----
src/amd/vulkan/radv_wsi_wayland.c | 860 +--------------------------------
src/amd/vulkan/radv_wsi_x11.c | 951 ++-----------------------------------
7 files changed, 216 insertions(+), 1860 deletions(-)

Upstream: cgit.freedesktop.org


  • Share