docs: Add a note about llvm-shared-libs and libxatracker
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 5 May 2014 21:09:23 +0000 (22:09 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 14 May 2014 22:44:08 +0000 (23:44 +0100)
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" <mesa-stable@lists.freedesktop.org>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Acked-by: Rob Clark <robclark@freedesktop.org>
docs/relnotes/10.2.html

index 9bbaf887b9a95d7c20ec4266bac54b478eb007bd..af44ca10736e8665bfad2766a11373cc0216dd4a 100644 (file)
@@ -67,6 +67,25 @@ TBD.
 <h2>Changes</h2>
 
 <ul>
+<li>Renamed <i>--with-llvm-shared-libs</i> to <i>--enable-llvm-shared-libs</i></li>
+<p>
+The option is used to control how mesa is linked against LLVM, and now
+defaults to enabled (shared linking).
+</p>
+
+<li>Split <i>libxatracker.so</i> into a standalone library which can be used
+with any gallium driver.</li>
+<p>
+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
+<i>--enable-xa --with-gallium-drivers=svga</i>
+</p>
+
+<p>
+Note: The files are installed in $(libdir)/gallium-pipe/ and the interface
+between them and libxatracker.so is <strong>not</strong> stable.
+</p>
 </ul>
 
 </div>