Skip to content

Instantly share code, notes, and snippets.

@lostgoat
Created December 15, 2016 17:32
Show Gist options
  • Select an option

  • Save lostgoat/4b2e6fbf6380876e625b1e3a37e0123b to your computer and use it in GitHub Desktop.

Select an option

Save lostgoat/4b2e6fbf6380876e625b1e3a37e0123b to your computer and use it in GitHub Desktop.
./autogen.sh \
--prefix=/opt/radv \
--enable-dri3 \
--enable-debug=yes \
--enable-glx-tls \
--with-vulkan-drivers="radeon,intel" \
--with-dri-drivers="radeon,i965" \
--with-gallium-drivers="r300,r600,radeonsi" \
--with-llvm-prefix="/opt/radv"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment