Skip to content

Instantly share code, notes, and snippets.

@Gnurou
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gnurou/9657726 to your computer and use it in GitHub Desktop.
Save Gnurou/9657726 to your computer and use it in GitHub Desktop.
Configure Mesa for Nouveau/GBM usage
DRM: ./configure --prefix=$NVD --enable-tegra-experimental-api
Mesa: ./configure --without-dri-drivers --with-gallium-drivers=nouveau --enable-gallium-egl --enable-gbm --enable-egl --with-egl-platforms=drm,wayland --enable-gles1 --enable-gles2 --enable-opengl --prefix=$NVD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment