summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2014-12-10 19:59:53 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2014-12-11 13:17:45 +0000
commit87eaad80c910b11789dfb4473a5b4ce21de9e38b (patch)
tree1b63b1ddc217957f1bce9f0aae28ab92f0a23ea2
parentcb40b69053af8a2c304aa0cfd4a6a85ace982f57 (diff)
docs/relnotes: document the removal of GALLIUM_MSAA
Cc: 10.2.10.3 10.4 <mesa-stable@lists.freedesktop.org> (cherry picked from commit ac319d94d38cf3145990002c8216426fe297cd28) Conflicts: docs/relnotes/10.4.html
-rw-r--r--docs/relnotes/10.2.html2
-rw-r--r--docs/relnotes/10.3.html1
2 files changed, 3 insertions, 0 deletions
diff --git a/docs/relnotes/10.2.html b/docs/relnotes/10.2.html
index f17bfcc28a6..e9d30c5c17c 100644
--- a/docs/relnotes/10.2.html
+++ b/docs/relnotes/10.2.html
@@ -88,6 +88,8 @@ 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>The environment variable GALLIUM_MSAA that forced a multisample GLX visual was removed.</li>
</ul>
</div>
diff --git a/docs/relnotes/10.3.html b/docs/relnotes/10.3.html
index 53cd62d3df2..e3ee7b1d5c1 100644
--- a/docs/relnotes/10.3.html
+++ b/docs/relnotes/10.3.html
@@ -327,6 +327,7 @@ DRM drivers that don't have a full-fledged GEM (such as qxl or simpledrm)</li>
<li>Removed support for the GL_ATI_envmap_bumpmap extension</li>
<li>The hacky --enable-32/64-bit is no longer available in configure. To build
32/64 bit mesa refer to the default method recommended by your distribution</li>
+</li>The environment variable GALLIUM_MSAA that forced a multisample GLX visual was removed.</li>
</ul>
</div>