summaryrefslogtreecommitdiff
path: root/docs/relnotes/11.0.6.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/relnotes/11.0.6.rst')
-rw-r--r--docs/relnotes/11.0.6.rst179
1 files changed, 76 insertions, 103 deletions
diff --git a/docs/relnotes/11.0.6.rst b/docs/relnotes/11.0.6.rst
index 90316af7bd..80f76617ac 100644
--- a/docs/relnotes/11.0.6.rst
+++ b/docs/relnotes/11.0.6.rst
@@ -1,142 +1,115 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html lang="en"><head>
- <meta content="text/html; charset=utf-8" http-equiv="content-type"/>
- <title>Mesa Release Notes</title>
- <link href="../mesa.css" rel="stylesheet" type="text/css"/>
-</head>
-<body>
-
-
+Mesa 11.0.6 Release Notes / November 21, 2015
+=============================================
+Mesa 11.0.6 is a bug fix release which fixes bugs found since the 11.0.5
+release.
+Mesa 11.0.6 implements the OpenGL 4.1 API, but the version reported by
+glGetString(GL\_VERSION) or glGetIntegerv(GL\_MAJOR\_VERSION) /
+glGetIntegerv(GL\_MINOR\_VERSION) depends on the particular driver being
+used. Some drivers don't support all the features required in OpenGL
+4.1. OpenGL 4.1 is **only** available if requested at context creation
+because compatibility contexts are not supported.
+SHA256 checksums
+----------------
-<h1>Mesa 11.0.6 Release Notes / November 21, 2015</h1>
+::
-<p>
-Mesa 11.0.6 is a bug fix release which fixes bugs found since the 11.0.5 release.
-</p>
-<p>
-Mesa 11.0.6 implements the OpenGL 4.1 API, but the version reported by
-glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
-glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.
-Some drivers don't support all the features required in OpenGL 4.1. OpenGL
-4.1 is <strong>only</strong> available if requested at context creation
-because compatibility contexts are not supported.
-</p>
+ 4bdf054af66ebabf3eca0616f9f5e44c2f234695661b570261c391bc2f4f7482 mesa-11.0.6.tar.gz
+ 8340e64cdc91999840404c211496f3de38e7b4cb38db34e2f72f1642c5134760 mesa-11.0.6.tar.xz
+New features
+------------
-<h2>SHA256 checksums</h2>
-<pre>4bdf054af66ebabf3eca0616f9f5e44c2f234695661b570261c391bc2f4f7482 mesa-11.0.6.tar.gz
-8340e64cdc91999840404c211496f3de38e7b4cb38db34e2f72f1642c5134760 mesa-11.0.6.tar.xz
-</pre>
+None
+Bug fixes
+---------
-<h2>New features</h2>
-<p>None</p>
+This list is likely incomplete.
-<h2>Bug fixes</h2>
+- `Bug 91780 <https://bugs.freedesktop.org/show_bug.cgi?id=91780>`__ -
+ Rendering issues with geometry shader
+- `Bug 92588 <https://bugs.freedesktop.org/show_bug.cgi?id=92588>`__ -
+ [HSW,BDW,BSW,SKL-Y][GLES 3.1 CTS]
+ ES31-CTS.arrays\_of\_arrays.InteractionFunctionCalls2 - assert
+- `Bug 92738 <https://bugs.freedesktop.org/show_bug.cgi?id=92738>`__ -
+ Randon R7 240 doesn't work on 16KiB page size platform
+- `Bug 92860 <https://bugs.freedesktop.org/show_bug.cgi?id=92860>`__ -
+ [radeonsi][bisected] st/mesa: implement ARB\_copy\_image - Corruption
+ in ARK Survival Evolved
+- `Bug 92900 <https://bugs.freedesktop.org/show_bug.cgi?id=92900>`__ -
+ [regression bisected] About 700 piglit regressions is what could go
+ wrong
-<p>This list is likely incomplete.</p>
+Changes
+-------
-<ul>
+Alex Deucher (1):
-<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91780">Bug 91780</a> - Rendering issues with geometry shader</li>
+- radeonsi: enable optimal raster config setting for fiji (v2)
-<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=92588">Bug 92588</a> - [HSW,BDW,BSW,SKL-Y][GLES 3.1 CTS] ES31-CTS.arrays_of_arrays.InteractionFunctionCalls2 - assert</li>
+Ben Widawsky (1):
-<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=92738">Bug 92738</a> - Randon R7 240 doesn't work on 16KiB page size platform</li>
+- i965/skl/gt4: Fix URB programming restriction.
-<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=92860">Bug 92860</a> - [radeonsi][bisected] st/mesa: implement ARB_copy_image - Corruption in ARK Survival Evolved</li>
+Boyuan Zhang (2):
-<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=92900">Bug 92900</a> - [regression bisected] About 700 piglit regressions is what could go wrong</li>
+- st/vaapi: fix vaapi VC-1 simple/main corruption v2
+- radeon/uvd: fix VC-1 simple/main profile decode v2
-</ul>
+Dave Airlie (1):
+- r600: initialised PGM\_RESOURCES\_2 for ES/GS
-<h2>Changes</h2>
+Emil Velikov (4):
-<p>Alex Deucher (1):</p>
-<ul>
- <li>radeonsi: enable optimal raster config setting for fiji (v2)</li>
-</ul>
+- docs: add sha256 checksums for 11.0.5
+- cherry-ignore: add the swrast front buffer support
+- automake: use static llvm for make distcheck
+- Update version to 11.0.6
-<p>Ben Widawsky (1):</p>
-<ul>
- <li>i965/skl/gt4: Fix URB programming restriction.</li>
-</ul>
+Eric Anholt (3):
-<p>Boyuan Zhang (2):</p>
-<ul>
- <li>st/vaapi: fix vaapi VC-1 simple/main corruption v2</li>
- <li>radeon/uvd: fix VC-1 simple/main profile decode v2</li>
-</ul>
+- vc4: Return GL\_OUT\_OF\_MEMORY when buffer allocation fails.
+- vc4: Return NULL when we can't make our shadow for a sampler view.
+- vc4: Add support for nir\_op\_uge, using the carry bit on
+ QPU\_A\_SUB.
-<p>Dave Airlie (1):</p>
-<ul>
- <li>r600: initialised PGM_RESOURCES_2 for ES/GS</li>
-</ul>
+Ian Romanick (2):
-<p>Emil Velikov (4):</p>
-<ul>
- <li>docs: add sha256 checksums for 11.0.5</li>
- <li>cherry-ignore: add the swrast front buffer support</li>
- <li>automake: use static llvm for make distcheck</li>
- <li>Update version to 11.0.6</li>
-</ul>
+- meta/generate\_mipmap: Don't leak the sampler object
+- meta/generate\_mipmap: Only modify the draw framebuffer binding in
+ fallback\_required
-<p>Eric Anholt (3):</p>
-<ul>
- <li>vc4: Return GL_OUT_OF_MEMORY when buffer allocation fails.</li>
- <li>vc4: Return NULL when we can't make our shadow for a sampler view.</li>
- <li>vc4: Add support for nir_op_uge, using the carry bit on QPU_A_SUB.</li>
-</ul>
+Ilia Mirkin (2):
-<p>Ian Romanick (2):</p>
-<ul>
- <li>meta/generate_mipmap: Don't leak the sampler object</li>
- <li>meta/generate_mipmap: Only modify the draw framebuffer binding in fallback_required</li>
-</ul>
+- mesa/copyimage: allow width/height to not be multiples of block
+- nouveau: don't expose HEVC decoding support
-<p>Ilia Mirkin (2):</p>
-<ul>
- <li>mesa/copyimage: allow width/height to not be multiples of block</li>
- <li>nouveau: don't expose HEVC decoding support</li>
-</ul>
+Jason Ekstrand (1):
-<p>Jason Ekstrand (1):</p>
-<ul>
- <li>nir/vars_to_ssa: Rework copy set handling in lower_copies_to_load_store</li>
-</ul>
+- nir/vars\_to\_ssa: Rework copy set handling in
+ lower\_copies\_to\_load\_store
-<p>Kenneth Graunke (1):</p>
-<ul>
- <li>glsl: Allow implicit int -&gt; uint conversions for the % operator.</li>
-</ul>
+Kenneth Graunke (1):
-<p>Marek Olšák (1):</p>
-<ul>
- <li>radeonsi: initialize SX_PS_DOWNCONVERT to 0 on Stoney</li>
-</ul>
+- glsl: Allow implicit int -> uint conversions for the % operator.
-<p>Michel Dänzer (1):</p>
-<ul>
- <li>winsys/radeon: Use CPU page size instead of hardcoding 4096 bytes v3</li>
-</ul>
+Marek Olšák (1):
-<p>Oded Gabbay (1):</p>
-<ul>
- <li>llvmpipe: use simple coeffs calc for 128bit vectors</li>
-</ul>
+- radeonsi: initialize SX\_PS\_DOWNCONVERT to 0 on Stoney
-<p>Roland Scheidegger (2):</p>
-<ul>
- <li>radeon: fix bgrx8/xrgb8 blits</li>
- <li>r200: fix bgrx8/xrgb8 blits</li>
-</ul>
+Michel Dänzer (1):
+- winsys/radeon: Use CPU page size instead of hardcoding 4096 bytes v3
+Oded Gabbay (1):
+- llvmpipe: use simple coeffs calc for 128bit vectors
+Roland Scheidegger (2):
-</body></html> \ No newline at end of file
+- radeon: fix bgrx8/xrgb8 blits
+- r200: fix bgrx8/xrgb8 blits