diff --git a/docs/relnotes/10.2.html b/docs/relnotes/10.2.html index 9bbaf887b9a..af44ca10736 100644 --- a/docs/relnotes/10.2.html +++ b/docs/relnotes/10.2.html @@ -67,6 +67,25 @@ TBD.
+The option is used to control how mesa is linked against LLVM, and now +defaults to enabled (shared linking). +
+ ++Previously the library was linked statically against vmware's virtual gpu +driver(svga), whereas now it loads a shared pipe_*.so driver. Provide the +following options during configure, if you would like support for svga driver +--enable-xa --with-gallium-drivers=svga +
+ ++Note: The files are installed in $(libdir)/gallium-pipe/ and the interface +between them and libxatracker.so is not stable. +