blob: 749f30029f5047205d571878909b29e2ba4d13cd [file] [log] [blame]
Erik Faye-Lund4d066832020-06-12 20:09:42 +02001Mesa 19.3.5 Release Notes / 2020-03-09
2======================================
3
4Mesa 19.3.5 is a bug fix release which fixes bugs found since the 19.3.4
5release.
6
7Mesa 19.3.5 implements the OpenGL 4.6 API, but the version reported by
8glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
9glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being
10used. Some drivers don't support all the features required in OpenGL
114.6. OpenGL 4.6 is **only** available if requested at context creation.
12Compatibility contexts may report a lower version depending on each
13driver.
14
15Mesa 19.3.5 implements the Vulkan 1.1 API, but the version reported by
16the apiVersion property of the VkPhysicalDeviceProperties struct depends
17on the particular driver being used.
18
19SHA256 checksum
20---------------
21
22::
23
24 009895b055b971c82d7a0cd57227d414d323282605946e94e9b308a9cb49c6b6 mesa-19.3.5.tar.xz
25
26New features
27------------
28
29- None
30
31Bug fixes
32---------
33
34- V3D/Broadcom (Raspberry Pi 4) - GLES 3.1 - GL_EXT_texture_norm16
35 advertised, but not usable
36- i965 assertion failure in fallback_rgbx_to_rgba
37- drisw crashes on calling NULL putImage on EGL surfaceless platform
38 (pbuffer EGLSurface)
39
40Changes
41-------
42
Erik Faye-Lund03e284e2020-06-15 11:52:42 +020043Andrii Simiklit (1):
44
Erik Faye-Lund4d066832020-06-12 20:09:42 +020045- Revert "glx: convert glx_config_create_list to one big calloc"
Erik Faye-Lund03e284e2020-06-15 11:52:42 +020046
47Arcady Goldmints-Orlov (1):
48
Erik Faye-Lund4d066832020-06-12 20:09:42 +020049- spirv: Remove outdated SPIR-V decoration warnings
Erik Faye-Lund03e284e2020-06-15 11:52:42 +020050
51Caio Marcelo de Oliveira Filho (1):
52
Erik Faye-Lund4d066832020-06-12 20:09:42 +020053- intel/gen12: Take into account opcode when decoding SWSB
Erik Faye-Lund03e284e2020-06-15 11:52:42 +020054
55Danylo Piliaiev (1):
56
Erik Faye-Lund4d066832020-06-12 20:09:42 +020057- i965: Do not generate D16 B5G6R5_UNORM configs on gen < 8
Erik Faye-Lund03e284e2020-06-15 11:52:42 +020058
59Dave Airlie (1):
60
Erik Faye-Lund4d066832020-06-12 20:09:42 +020061- gallivm/tgsi: fix stream id regression
Erik Faye-Lund03e284e2020-06-15 11:52:42 +020062
63Dylan Baker (7):
64
Erik Faye-Lund4d066832020-06-12 20:09:42 +020065- docs: Add SHA256 sum for 19.3.4
66- .pick_status.json: Update to 2a98cf3b2ecea43cea148df7f77d2abadfd1c9db
67- .pick_status.json: Update to 946eacbafb47c8b94d47e7c9d2a8b02fff5a22fa
68- .pick_status.json: Update to bee5c9b0dc13dbae0ccf124124eaccebf7f2a435
69- .pick_status.json: Update to 8291d728dc997e87b4d2e4e451692643a1dba881
70- .pick_status.json: Update to e4baff90812d799d586296fcad992ddcc553c359
71- .pick_status.json: Update to 01496e3d1ea0370af03e6645dbd2b864c2ace94c
Erik Faye-Lund03e284e2020-06-15 11:52:42 +020072
73Eric Engestrom (10):
74
Erik Faye-Lund4d066832020-06-12 20:09:42 +020075- .pick_status.json: Update to 74e4cda64b9d114321216eefe536f80644b0f0fd
76- .pick_status.json: Mark dba71de5c63617677fe44558f995d35fad643413 as
77 denominated
78- .pick_status.json: Mark 5ea23ba659adc05ff75ca7a4c9d1bd01db889ddd as
79 denominated
80- .pick_status.json: Mark 34fd894e42ae1ec9d35bf9c4f05364b03dd4a223 as
81 denominated
82- .pick_status.json: Mark ddd767387f336ed1578f171a2af4ca33c564d7f3 as
83 denominated
84- .pick_status.json: Mark b9773631d3e79e2310ed0eb274b4dd9426205066 as
85 denominated
86- .pick_status.json: Mark 9fea90ad5170dd64376d22a14ac88c392813c96c as
87 denominated
88- bin/gen_release_notes.py: fix commit list command
89- .pick_status.json: Update to 0103f02acb10dcdea23461ba214307a6827a7772
90- gitlab-ci: update template to fix container build issues
Erik Faye-Lund03e284e2020-06-15 11:52:42 +020091
92Erik Faye-Lund (2):
93
Erik Faye-Lund4d066832020-06-12 20:09:42 +020094- util: promote u_debug_memory.c to src/util
95- .pick_status.json: Update to 74e4cda64b9d114321216eefe536f80644b0f0fd
Erik Faye-Lund03e284e2020-06-15 11:52:42 +020096
97Francisco Jerez (1):
98
Erik Faye-Lund4d066832020-06-12 20:09:42 +020099- intel/fs/gen12: Fixup/simplify SWSB annotations of SIMD32 scratch
100 writes.
Erik Faye-Lund03e284e2020-06-15 11:52:42 +0200101
102Ian Romanick (1):
103
Erik Faye-Lund4d066832020-06-12 20:09:42 +0200104- intel/fs: Correctly handle multiply of fsign with a source modifier
Erik Faye-Lund03e284e2020-06-15 11:52:42 +0200105
106Jason Ekstrand (3):
107
Erik Faye-Lund4d066832020-06-12 20:09:42 +0200108- isl: Set 3DSTATE_DEPTH_BUFFER::Depth correctly for 3D surfaces
109- iris: Don't skip fast depth clears if the color changed
110- anv: Parse VkPhysicalDeviceFeatures2 in CreateDevice
Erik Faye-Lund03e284e2020-06-15 11:52:42 +0200111
112Jordan Justen (1):
113
Erik Faye-Lund4d066832020-06-12 20:09:42 +0200114- intel/compiler: Restrict cs_threads to 64
Erik Faye-Lund03e284e2020-06-15 11:52:42 +0200115
116Jose Maria Casanova Crespo (1):
117
Erik Faye-Lund4d066832020-06-12 20:09:42 +0200118- v3d: Sync on last CS when non-compute stage uses resource written by
119 CS
Erik Faye-Lund03e284e2020-06-15 11:52:42 +0200120
121Kristian Høgsberg (2):
122
Erik Faye-Lund4d066832020-06-12 20:09:42 +0200123- Revert "glsl: Use a simpler formula for tanh"
124- Revert "spirv: Use a simpler and more correct implementaiton of
125 tanh()"
Erik Faye-Lund03e284e2020-06-15 11:52:42 +0200126
127Krzysztof Raszkowski (1):
128
Erik Faye-Lund4d066832020-06-12 20:09:42 +0200129- gallium/swr: simplify environmental variabled expansion code
Erik Faye-Lund03e284e2020-06-15 11:52:42 +0200130
131Marek Olšák (3):
132
Erik Faye-Lund4d066832020-06-12 20:09:42 +0200133- radeonsi: don't wait for shader compilation to finish when destroying
134 a context
135- mesa: fix immediate mode with tessellation and varying patch vertices
136- Revert "mesa: check for z=0 in \_mesa_Vertex3dv()"
Erik Faye-Lund03e284e2020-06-15 11:52:42 +0200137
138Mathias Fröhlich (3):
139
Erik Faye-Lund4d066832020-06-12 20:09:42 +0200140- egl: Implement getImage/putImage on pbuffer swrast.
141- egl: Fix A2RGB10 platform_{device,surfaceless} PBuffer configs.
142- mesa: Flush vertices before changing the OpenGL state.
Erik Faye-Lund03e284e2020-06-15 11:52:42 +0200143
144Michel Dänzer (1):
145
Erik Faye-Lund4d066832020-06-12 20:09:42 +0200146- st/vdpau: Only call is_video_format_supported hook if needed
Erik Faye-Lund03e284e2020-06-15 11:52:42 +0200147
148Paulo Zanoni (1):
149
Erik Faye-Lund4d066832020-06-12 20:09:42 +0200150- intel/device: bdw_gt1 actually has 6 eus per subslice
Erik Faye-Lund03e284e2020-06-15 11:52:42 +0200151
152Peng Huang (1):
153
Erik Faye-Lund4d066832020-06-12 20:09:42 +0200154- radeonsi: make si_fence_server_signal flush pipe without work
Erik Faye-Lund03e284e2020-06-15 11:52:42 +0200155
156Rafael Antognolli (1):
157
Erik Faye-Lund4d066832020-06-12 20:09:42 +0200158- intel/gen12+: Disable mid thread preemption.
Erik Faye-Lund03e284e2020-06-15 11:52:42 +0200159
160Samuel Pitoiset (3):
161
Erik Faye-Lund4d066832020-06-12 20:09:42 +0200162- ac/llvm: fix 64-bit fmed3
163- ac/llvm: fix 16-bit fmed3 on GFX8 and older gens
164- ac/llvm: flush denorms for nir_op_fmed3 on GFX8 and older gens
Erik Faye-Lund03e284e2020-06-15 11:52:42 +0200165
166Tapani Pälli (5):
167
Erik Faye-Lund4d066832020-06-12 20:09:42 +0200168- iris: fix aux buf map failure in 32bits app on Android
169- mesa: introduce boolean toggle for EXT_texture_norm16
170- i965: toggle on EXT_texture_norm16
171- mesa/st: toggle EXT_texture_norm16 based on format support
172- mesa/st: fix formats required for EXT_texture_norm16
Erik Faye-Lund03e284e2020-06-15 11:52:42 +0200173
174Timothy Arceri (1):
175
Erik Faye-Lund4d066832020-06-12 20:09:42 +0200176- glsl: fix gl_nir_set_uniform_initializers() for image arrays
Erik Faye-Lund03e284e2020-06-15 11:52:42 +0200177
178luc (1):
179
Erik Faye-Lund4d066832020-06-12 20:09:42 +0200180- zink: confused compilation macro usage for zink in target helpers.