summaryrefslogtreecommitdiff
path: root/docs/relnotes/19.0.5.rst
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2020-06-12 20:09:42 +0200
committerMarge Bot <eric+marge@anholt.net>2020-06-13 10:42:00 +0000
commit4d066836e3cf307431a74eafcc8a404ce5ccea69 (patch)
treeb0e3c39a971a564126b70368ae139a6e613d183f /docs/relnotes/19.0.5.rst
parent1df5dbf51659000f74ca9511a211a7b026bfa936 (diff)
downloadmesa-4d066836e3cf307431a74eafcc8a404ce5ccea69.tar.gz
mesa-4d066836e3cf307431a74eafcc8a404ce5ccea69.tar.bz2
mesa-4d066836e3cf307431a74eafcc8a404ce5ccea69.zip
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 <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
Diffstat (limited to 'docs/relnotes/19.0.5.rst')
-rw-r--r--docs/relnotes/19.0.5.rst107
1 files changed, 107 insertions, 0 deletions
diff --git a/docs/relnotes/19.0.5.rst b/docs/relnotes/19.0.5.rst
new file mode 100644
index 00000000000..15783a52fdc
--- /dev/null
+++ b/docs/relnotes/19.0.5.rst
@@ -0,0 +1,107 @@
+Mesa 19.0.5 Release Notes / May 21, 2019
+========================================
+
+Mesa 19.0.5 is a bug fix release which fixes bugs found since the 19.0.4
+release.
+
+Mesa 19.0.5 implements the OpenGL 4.5 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.5. OpenGL 4.5 is **only** available if requested at context creation.
+Compatibility contexts may report a lower version depending on each
+driver.
+
+SHA256 checksums
+----------------
+
+::
+
+ b6e6b78c23bec15d1e7887c78b7ad00ce395ea1b20ad8aab6ce441f55f724e70 mesa-19.0.5.tar.gz
+ 6aecb7f67c136768692fb3c33a54196186c6c4fcafab7973516a355e1a54f831 mesa-19.0.5.tar.xz
+
+New features
+------------
+
+N/A
+
+Bug fixes
+---------
+
+- `Bug 109659 <https://bugs.freedesktop.org/show_bug.cgi?id=109659>`__
+ - Missing OpenGL symbols in OSMesa Gallium when building with meson
+- `Bug 110134 <https://bugs.freedesktop.org/show_bug.cgi?id=110134>`__
+ - SIGSEGV while playing large hevc video in mpv
+- `Bug 110648 <https://bugs.freedesktop.org/show_bug.cgi?id=110648>`__
+ - Dota2 will not open using vulkan since 19.0 series
+
+Changes
+-------
+
+Caio Marcelo de Oliveira Filho (2):
+
+- nir: Fix nir_opt_idiv_const when negatives are involved
+- nir: Fix clone of nir_variable state slots
+
+Charmaine Lee (2):
+
+- st/mesa: purge framebuffers with current context after unbinding
+ winsys buffers
+- mesa: unreference current winsys buffers when unbinding winsys
+ buffers
+
+Dylan Baker (4):
+
+- docs: Add SHA256 sums for mesa 19.0.4
+- cherry-ignore: add patches for panfrost
+- cherry-ignore: Add more 19.1 patches
+- bump version to 19.0.5
+
+Eric Engestrom (1):
+
+- meson: expose glapi through osmesa
+
+Gert Wollny (2):
+
+- softpipe/buffer: load only as many components as the the buffer
+ resource type provides
+- Revert "softpipe/buffer: load only as many components as the the
+ buffer resource type provides"
+
+Ian Romanick (1):
+
+- Revert "nir: add late opt to turn inot/b2f combos back to bcsel"
+
+Jason Ekstrand (3):
+
+- intel/fs/ra: Only add dest interference to sources that exist
+- intel/fs/ra: Stop adding RA interference to too many SENDS nodes
+- anv: Only consider minSampleShading when sampleShadingEnable is set
+
+Józef Kucia (1):
+
+- radv: clear vertex bindings while resetting command buffer
+
+Kenneth Graunke (1):
+
+- i965: Fix memory leaks in brw_upload_cs_work_groups_surface().
+
+Leo Liu (1):
+
+- winsys/amdgpu: add VCN JPEG to no user fence group
+
+Lionel Landwerlin (1):
+
+- anv: Use corresponding type from the vector allocation
+
+Marek Olšák (1):
+
+- st/mesa: fix 2 crashes in st_tgsi_lower_yuv
+
+Nanley Chery (1):
+
+- anv: Fix some depth buffer sampling cases on ICL+
+
+Samuel Pitoiset (1):
+
+- radv: add a workaround for Monster Hunter World and LLVM 7&8