From: Emil Velikov Date: Mon, 5 May 2014 21:09:23 +0000 (+0100) Subject: docs: Add a note about llvm-shared-libs and libxatracker X-Git-Tag: upstream/10.3~2044 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e48054d0364cfc4c92120ea90b6f526c3527230a;p=platform%2Fupstream%2Fmesa.git docs: Add a note about llvm-shared-libs and libxatracker Both changes landed in 10.2, and for people not following the development cycle these will come as a surprise. Note that the pipe_* interface is not stable. Cc: "10.2" Signed-off-by: Emil Velikov Acked-by: Rob Clark --- diff --git a/docs/relnotes/10.2.html b/docs/relnotes/10.2.html index 9bbaf88..af44ca1 100644 --- a/docs/relnotes/10.2.html +++ b/docs/relnotes/10.2.html @@ -67,6 +67,25 @@ 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.
  • +

    +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. +