diff options
author | Erik Faye-Lund <[email protected]> | 2019-04-18 16:36:52 +0200 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2019-05-02 11:09:16 +0000 |
commit | b9eaeffaba76c796181cded00e64da547774aa0e (patch) | |
tree | 24ab88761725705f7f16bfa2e0487d4441d60acc /docs/relnotes | |
parent | 830821aaa4cc77e91654914a2e60d9527f6ec1e8 (diff) |
docs: fixup list-item tags
The list items needs to contain everything part of the item, not just
the first paragraph.
Signed-off-by: Erik Faye-Lund <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs/relnotes')
-rw-r--r-- | docs/relnotes/10.2.html | 8 |
1 files changed, 4 insertions, 4 deletions
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. <h2>Changes</h2> <ul> -<li>Renamed <i>--with-llvm-shared-libs</i> to <i>--enable-llvm-shared-libs</i></li> -</ul> - +<li>Renamed <i>--with-llvm-shared-libs</i> to <i>--enable-llvm-shared-libs</i> <p> The option is used to control how mesa is linked against LLVM, and now defaults to enabled (shared linking). </p> +</li> <li>Split <i>libxatracker.so</i> into a standalone library which can be used -with any gallium driver.</li> +with any gallium driver. <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 @@ -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 <strong>not</strong> stable. </p> +</li> <li>The environment variable GALLIUM_MSAA that forced a multisample GLX visual was removed.</li> </ul> |