1 | Mesa 19.3.5 Release Notes / 2020-03-09
|
---|
2 | ======================================
|
---|
3 |
|
---|
4 | Mesa 19.3.5 is a bug fix release which fixes bugs found since the 19.3.4
|
---|
5 | release.
|
---|
6 |
|
---|
7 | Mesa 19.3.5 implements the OpenGL 4.6 API, but the version reported by
|
---|
8 | glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
|
---|
9 | glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being
|
---|
10 | used. Some drivers don't support all the features required in OpenGL
|
---|
11 | 4.6. OpenGL 4.6 is **only** available if requested at context creation.
|
---|
12 | Compatibility contexts may report a lower version depending on each
|
---|
13 | driver.
|
---|
14 |
|
---|
15 | Mesa 19.3.5 implements the Vulkan 1.1 API, but the version reported by
|
---|
16 | the apiVersion property of the VkPhysicalDeviceProperties struct depends
|
---|
17 | on the particular driver being used.
|
---|
18 |
|
---|
19 | SHA256 checksum
|
---|
20 | ---------------
|
---|
21 |
|
---|
22 | ::
|
---|
23 |
|
---|
24 | 009895b055b971c82d7a0cd57227d414d323282605946e94e9b308a9cb49c6b6 mesa-19.3.5.tar.xz
|
---|
25 |
|
---|
26 | New features
|
---|
27 | ------------
|
---|
28 |
|
---|
29 | - None
|
---|
30 |
|
---|
31 | Bug 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 |
|
---|
40 | Changes
|
---|
41 | -------
|
---|
42 |
|
---|
43 | Andrii Simiklit (1):
|
---|
44 |
|
---|
45 | - Revert "glx: convert glx_config_create_list to one big calloc"
|
---|
46 |
|
---|
47 | Arcady Goldmints-Orlov (1):
|
---|
48 |
|
---|
49 | - spirv: Remove outdated SPIR-V decoration warnings
|
---|
50 |
|
---|
51 | Caio Marcelo de Oliveira Filho (1):
|
---|
52 |
|
---|
53 | - intel/gen12: Take into account opcode when decoding SWSB
|
---|
54 |
|
---|
55 | Danylo Piliaiev (1):
|
---|
56 |
|
---|
57 | - i965: Do not generate D16 B5G6R5_UNORM configs on gen < 8
|
---|
58 |
|
---|
59 | Dave Airlie (1):
|
---|
60 |
|
---|
61 | - gallivm/tgsi: fix stream id regression
|
---|
62 |
|
---|
63 | Dylan Baker (7):
|
---|
64 |
|
---|
65 | - 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
|
---|
72 |
|
---|
73 | Eric Engestrom (10):
|
---|
74 |
|
---|
75 | - .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
|
---|
91 |
|
---|
92 | Erik Faye-Lund (2):
|
---|
93 |
|
---|
94 | - util: promote u_debug_memory.c to src/util
|
---|
95 | - .pick_status.json: Update to 74e4cda64b9d114321216eefe536f80644b0f0fd
|
---|
96 |
|
---|
97 | Francisco Jerez (1):
|
---|
98 |
|
---|
99 | - intel/fs/gen12: Fixup/simplify SWSB annotations of SIMD32 scratch
|
---|
100 | writes.
|
---|
101 |
|
---|
102 | Ian Romanick (1):
|
---|
103 |
|
---|
104 | - intel/fs: Correctly handle multiply of fsign with a source modifier
|
---|
105 |
|
---|
106 | Faith Ekstrand (3):
|
---|
107 |
|
---|
108 | - 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
|
---|
111 |
|
---|
112 | Jordan Justen (1):
|
---|
113 |
|
---|
114 | - intel/compiler: Restrict cs_threads to 64
|
---|
115 |
|
---|
116 | Jose Maria Casanova Crespo (1):
|
---|
117 |
|
---|
118 | - v3d: Sync on last CS when non-compute stage uses resource written by
|
---|
119 | CS
|
---|
120 |
|
---|
121 | Kristian Høgsberg (2):
|
---|
122 |
|
---|
123 | - Revert "glsl: Use a simpler formula for tanh"
|
---|
124 | - Revert "spirv: Use a simpler and more correct implementaiton of
|
---|
125 | tanh()"
|
---|
126 |
|
---|
127 | Krzysztof Raszkowski (1):
|
---|
128 |
|
---|
129 | - gallium/swr: simplify environmental variabled expansion code
|
---|
130 |
|
---|
131 | Marek Olšák (3):
|
---|
132 |
|
---|
133 | - 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()"
|
---|
137 |
|
---|
138 | Mathias Fröhlich (3):
|
---|
139 |
|
---|
140 | - 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.
|
---|
143 |
|
---|
144 | Michel Dänzer (1):
|
---|
145 |
|
---|
146 | - st/vdpau: Only call is_video_format_supported hook if needed
|
---|
147 |
|
---|
148 | Paulo Zanoni (1):
|
---|
149 |
|
---|
150 | - intel/device: bdw_gt1 actually has 6 eus per subslice
|
---|
151 |
|
---|
152 | Peng Huang (1):
|
---|
153 |
|
---|
154 | - radeonsi: make si_fence_server_signal flush pipe without work
|
---|
155 |
|
---|
156 | Rafael Antognolli (1):
|
---|
157 |
|
---|
158 | - intel/gen12+: Disable mid thread preemption.
|
---|
159 |
|
---|
160 | Samuel Pitoiset (3):
|
---|
161 |
|
---|
162 | - 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
|
---|
165 |
|
---|
166 | Tapani Pälli (5):
|
---|
167 |
|
---|
168 | - 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
|
---|
173 |
|
---|
174 | Timothy Arceri (1):
|
---|
175 |
|
---|
176 | - glsl: fix gl_nir_set_uniform_initializers() for image arrays
|
---|
177 |
|
---|
178 | luc (1):
|
---|
179 |
|
---|
180 | - zink: confused compilation macro usage for zink in target helpers.
|
---|