aboutsummaryrefslogtreecommitdiffstats
path: root/docs/relnotes/20.0.6.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/20.0.6.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/20.0.6.rst')
-rw-r--r--docs/relnotes/20.0.6.rst83
1 files changed, 83 insertions, 0 deletions
diff --git a/docs/relnotes/20.0.6.rst b/docs/relnotes/20.0.6.rst
new file mode 100644
index 00000000000..a2a102432ce
--- /dev/null
+++ b/docs/relnotes/20.0.6.rst
@@ -0,0 +1,83 @@
+Mesa 20.0.6 Release Notes / 2020-04-29
+======================================
+
+Mesa 20.0.6 is a bug fix release which fixes bugs found since the 20.0.5
+release.
+
+Mesa 20.0.6 implements the OpenGL 4.6 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.6. OpenGL 4.6 is **only** available if requested at context creation.
+Compatibility contexts may report a lower version depending on each
+driver.
+
+Mesa 20.0.6 implements the Vulkan 1.2 API, but the version reported by
+the apiVersion property of the VkPhysicalDeviceProperties struct depends
+on the particular driver being used.
+
+SHA256 checksum
+---------------
+
+::
+
+ 30b5d8e9201a01a0e88e18bb79850e67b1d28443b34c4c5cacad4bd10f668b96 mesa-20.0.6.tar.xz
+
+New features
+------------
+
+Bug fixes
+---------
+
+- dEQP-VK.subgroups.size_control.compute.\* crashes on HSW and TGL
+- piglit spec.!opengl 1.0.gl-1.0-fpexceptions crash on Iris
+- SPIR-V: OpConvertUToPtr from spec constant fails to compile
+- radv: Reading ViewportIndex in fragment shader returns garbage
+- radeonsi: GL_LINES rendering is affected by GL_POINT_SPRITE
+- [ANV] gfxbench Aztec Ruins misrenders on gen11+
+- glxinfo cmd crashed
+
+Changes
+-------
+
+- anv/android: fix assert in anv_import_ahw_memory
+- radv: Use actual memory type count for setting app-visible bitset.
+- st/mesa: Re-assign vs in locations after updating nir info for
+ ffvp/ARB_vp
+- spirv: Expand workaround for OpControlBarrier on old GLSLang
+- st/mesa: Treat vertex inputs absent in inputMapping as zero in
+ mesa_to_tgsi
+- docs: Add sha256 sums for 20.0.5
+- .pick_status.json: Update to c552b5fd1d106adc04f62fcbe71d650a9a17f7e0
+- meson: update llvm dependency logic for meson 0.54.0
+- .pick_status.json: Mark 0123b8f63415d3d320929e6112da2be2d837b262 as
+ denominated
+- .pick_status.json: Update to 51c1c4d95a05b6eb6fce74e8d624615e4a1b38ab
+- .pick_status.json: Update to 51c1c4d95a05b6eb6fce74e8d624615e4a1b38ab
+- .pick_status.json: Update to efdb7fa9a83b0a216b1837a5912b71669bf3f984
+- .pick_status.json: Update to 42b1696ef627a5bfee29911a780fa0a4dbf04610
+- .pick_status.json: Update to 6b551d9f360e45ba4e74867dbe79ae212e4766c5
+- freedreno: Fix calculation of the const buffer cmdstream size.
+- mesa/gallium: do not use enum for bit-allocated member
+- meson: correct windows-version define
+- anv: Move vb_emit setup closer to where it's used in flush_state
+- anv: Apply any needed PIPE_CONTROLs before emitting state
+- spirv: Allow constants and NULLs in SpvOpConvertUToPtr
+- anv: Properly handle all sizes of specialization constants
+- radv: Properly handle all sizes of specialization constants
+- turnip: Properly handle all sizes of specialization constants
+- nir/opt_deref: Remove certain sampler type casts
+- spirv: Fix passing combined image/samplers through function calls
+- anv: Drop an assert
+- nir/lower_subgroups: Mask off unused bits in ballot ops
+- intel/devinfo: Compute the correct L3$ size for Gen12
+- anv: Expose CS workgroup sizes based on a maximum of 64 threads
+- radv: Use TRUNC_COORD on samplers
+- iris: fail screen creation when kernel support is not there
+- intel/perf: move register definition to special file
+- intel/perf: break GL query stuff away
+- intel/perf: move mdapi query definitions to their own file
+- intel/perf: Enable MDAPI queries for Gen12
+- radeonsi: skip vs output optimizations for some outputs
+- meson: Use dependency.partial_dependency()
+- radv: make sure to export the viewport index if FS needs it