aboutsummaryrefslogtreecommitdiffstats
path: root/docs/relnotes/12.0.3.rst
diff options
context:
space:
mode:
authorErik Faye-Lund <[email protected]>2020-06-12 20:09:42 +0200
committerMarge Bot <[email protected]>2020-06-13 10:42:00 +0000
commit4d066836e3cf307431a74eafcc8a404ce5ccea69 (patch)
treeb0e3c39a971a564126b70368ae139a6e613d183f /docs/relnotes/12.0.3.rst
parent1df5dbf51659000f74ca9511a211a7b026bfa936 (diff)
docs: convert articles to reructuredtext
This uses the previously added scripts to convert the documentation to reStructuredText, which is both easier to read offline, and can be used to generate modern HTML for online documentation. No modification to the generated results have been done. Acked-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
Diffstat (limited to 'docs/relnotes/12.0.3.rst')
-rw-r--r--docs/relnotes/12.0.3.rst48
1 files changed, 48 insertions, 0 deletions
diff --git a/docs/relnotes/12.0.3.rst b/docs/relnotes/12.0.3.rst
new file mode 100644
index 00000000000..0a557b84338
--- /dev/null
+++ b/docs/relnotes/12.0.3.rst
@@ -0,0 +1,48 @@
+Mesa 12.0.3 Release Notes / September 15, 2016
+==============================================
+
+Mesa 12.0.3 is a bug fix release which fixes bugs found since the 12.0.3
+release.
+
+Mesa 12.0.3 implements the OpenGL 4.3 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.3. OpenGL 4.3 is **only** available if requested at context creation
+because compatibility contexts are not supported.
+
+SHA256 checksums
+----------------
+
+::
+
+ 79abcfab3de30dbd416d1582a3cf6b1be308466231488775f1b7bb43be353602 mesa-12.0.3.tar.gz
+ 1dc86dd9b51272eee1fad3df65e18cda2e556ef1bc0b6e07cd750b9757f493b1 mesa-12.0.3.tar.xz
+
+New features
+------------
+
+None
+
+Bug fixes
+---------
+
+This list is likely incomplete.
+
+- `Bug 97781 <https://bugs.freedesktop.org/show_bug.cgi?id=97781>`__ -
+ [HSW, BYT, IVB]
+ es2-cts.gtf.gl2extensiontests.depth_texture_cube_map.depth_texture_cube_map
+
+Changes
+-------
+
+Emil Velikov (3):
+
+- docs: add sha256 checksums for 12.0.2
+- Revert "i965/miptree: Stop multiplying cube depth by 6 in HiZ
+ calculations"
+- Update version to 12.0.3
+
+José Fonseca (1):
+
+- appveyor: Update winflexbison download URL.