diff --git a/docs/relnotes/10.2.html b/docs/relnotes/10.2.html index 72b4edc7e61..361907085b8 100644 --- a/docs/relnotes/10.2.html +++ b/docs/relnotes/10.2.html @@ -69,16 +69,15 @@ TBD.

Changes

- +
  • Renamed --with-llvm-shared-libs to --enable-llvm-shared-libs

    The option is used to control how mesa is linked against LLVM, and now defaults to enabled (shared linking).

    +
  • Split libxatracker.so into a standalone library which can be used -with any gallium driver.
  • +with any gallium driver.

    Previously the library was linked statically against vmware's virtual gpu driver(svga), whereas now it loads a shared pipe_*.so driver. Provide the @@ -90,6 +89,7 @@ following options during configure, if you would like support for svga driver Note: The files are installed in $(libdir)/gallium-pipe/ and the interface between them and libxatracker.so is not stable.

    +
  • The environment variable GALLIUM_MSAA that forced a multisample GLX visual was removed.