1 | Mesa 10.6.0 Release Notes / June 14, 2015
|
---|
2 | =========================================
|
---|
3 |
|
---|
4 | Mesa 10.6.0 is a new development release. People who are concerned with
|
---|
5 | stability and reliability should stick with a previous release or wait
|
---|
6 | for Mesa 10.6.1.
|
---|
7 |
|
---|
8 | Mesa 10.6.0 implements the OpenGL 3.3 API, but the version reported by
|
---|
9 | glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
|
---|
10 | glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being
|
---|
11 | used. Some drivers don't support all the features required in OpenGL
|
---|
12 | 3.3. OpenGL 3.3 is **only** available if requested at context creation
|
---|
13 | because compatibility contexts are not supported.
|
---|
14 |
|
---|
15 | SHA256 checksums
|
---|
16 | ----------------
|
---|
17 |
|
---|
18 | ::
|
---|
19 |
|
---|
20 | 9bc659abdba26202509304f259723aaa4343dba6aac4bd87d5baea11d23c8c63 mesa-10.6.0.tar.gz
|
---|
21 | f37e2633978deed02ff0522abc36c709586e2b555fd439a82ab71dce2c866c76 mesa-10.6.0.tar.xz
|
---|
22 |
|
---|
23 | New features
|
---|
24 | ------------
|
---|
25 |
|
---|
26 | Note: some of the new features are only available with certain drivers.
|
---|
27 |
|
---|
28 | - GL_AMD_pinned_memory on r600, radeonsi
|
---|
29 | - GL_ARB_clip_control on i965
|
---|
30 | - GL_ARB_depth_buffer_float on freedreno
|
---|
31 | - GL_ARB_depth_clamp on freedreno
|
---|
32 | - GL_ARB_direct_state_access on all drivers that support GL 2.0+
|
---|
33 | - GL_ARB_draw_indirect, GL_ARB_multi_draw_indirect on r600
|
---|
34 | - GL_ARB_draw_instanced on freedreno
|
---|
35 | - GL_ARB_gpu_shader_fp64 on nvc0, softpipe
|
---|
36 | - GL_ARB_gpu_shader5 on i965/gen8+
|
---|
37 | - GL_ARB_instanced_arrays on freedreno
|
---|
38 | - GL_ARB_pipeline_statistics_query on i965, nv50, nvc0, r600, radeonsi,
|
---|
39 | softpipe
|
---|
40 | - GL_ARB_program_interface_query (all drivers)
|
---|
41 | - GL_ARB_texture_stencil8 on nv50, nvc0, r600, radeonsi, softpipe
|
---|
42 | - GL_ARB_texture_view on llvmpipe, softpipe
|
---|
43 | - GL_ARB_uniform_buffer_object on freedreno
|
---|
44 | - GL_ARB_vertex_attrib_64bit on nvc0, softpipe
|
---|
45 | - GL_ARB_viewport_array, GL_AMD_vertex_shader_viewport_index on
|
---|
46 | i965/gen6
|
---|
47 | - GL_EXT_draw_buffers2 on freedreno
|
---|
48 | - GL_OES_EGL_sync on all drivers
|
---|
49 | - EGL_KHR_fence_sync on i965, freedreno, nv50, nvc0, r600, radeonsi
|
---|
50 | - EGL_KHR_wait_sync on i965, freedreno, nv50, nvc0, r600, radeonsi
|
---|
51 | - EGL_KHR_cl_event2 on freedreno, nv50, nvc0, r600, radeonsi
|
---|
52 | - GL_AMD_performance_monitor on nvc0
|
---|
53 |
|
---|
54 | Bug fixes
|
---|
55 | ---------
|
---|
56 |
|
---|
57 | This list is likely incomplete.
|
---|
58 |
|
---|
59 | - `Bug 15006 <https://bugs.freedesktop.org/show_bug.cgi?id=15006>`__ -
|
---|
60 | translate & rotate the line cause Aliasing
|
---|
61 | - `Bug 27007 <https://bugs.freedesktop.org/show_bug.cgi?id=27007>`__ -
|
---|
62 | Lines disappear with GL_LINE_SMOOTH
|
---|
63 | - `Bug 28832 <https://bugs.freedesktop.org/show_bug.cgi?id=28832>`__ -
|
---|
64 | piglit/general/line-aa-width fail
|
---|
65 | - `Bug 45348 <https://bugs.freedesktop.org/show_bug.cgi?id=45348>`__ -
|
---|
66 | [swrast] piglit fbo-drawbuffers-arbfp regression
|
---|
67 | - `Bug 60797 <https://bugs.freedesktop.org/show_bug.cgi?id=60797>`__ -
|
---|
68 | 1px lines in octave plot aliased to 0
|
---|
69 | - `Bug 67564 <https://bugs.freedesktop.org/show_bug.cgi?id=67564>`__ -
|
---|
70 | HiZ buffers are much larger than necessary
|
---|
71 | - `Bug 69226 <https://bugs.freedesktop.org/show_bug.cgi?id=69226>`__ -
|
---|
72 | Cannot enable basic shaders with Second Life aborts attempt
|
---|
73 | - `Bug 71591 <https://bugs.freedesktop.org/show_bug.cgi?id=71591>`__ -
|
---|
74 | Second Life shaders fail to compile (extension declared in middle of
|
---|
75 | shader)
|
---|
76 | - `Bug 79202 <https://bugs.freedesktop.org/show_bug.cgi?id=79202>`__ -
|
---|
77 | valgrind errors in glsl-fs-uniform-array-loop-unroll.shader_test;
|
---|
78 | random code generation
|
---|
79 | - `Bug 81025 <https://bugs.freedesktop.org/show_bug.cgi?id=81025>`__ -
|
---|
80 | [IVB/BYT Bisected]Piglit
|
---|
81 | spec_ARB_draw_indirect_arb_draw_indirect-draw-elements-prim-restart-ugly
|
---|
82 | fails
|
---|
83 | - `Bug 82477 <https://bugs.freedesktop.org/show_bug.cgi?id=82477>`__ -
|
---|
84 | [softpipe] piglit fp-long-alu regression
|
---|
85 | - `Bug 82668 <https://bugs.freedesktop.org/show_bug.cgi?id=82668>`__ -
|
---|
86 | Can't set int attributes to certain values on 32-bit
|
---|
87 | - `Bug 82831 <https://bugs.freedesktop.org/show_bug.cgi?id=82831>`__ -
|
---|
88 | i965: Support GL_ARB_blend_func_extended in SIMD16
|
---|
89 | - `Bug 83962 <https://bugs.freedesktop.org/show_bug.cgi?id=83962>`__ -
|
---|
90 | [HSW/BYT]Piglit
|
---|
91 | spec_ARB_gpu_shader5_arb_gpu_shader5-emitstreamvertex_nodraw fails
|
---|
92 | - `Bug 84613 <https://bugs.freedesktop.org/show_bug.cgi?id=84613>`__ -
|
---|
93 | [G965, bisected] piglit regressions : glslparsertest.glsl2
|
---|
94 | - `Bug 86747 <https://bugs.freedesktop.org/show_bug.cgi?id=86747>`__ -
|
---|
95 | Noise in Football Manager 2014 textures
|
---|
96 | - `Bug 86792 <https://bugs.freedesktop.org/show_bug.cgi?id=86792>`__ -
|
---|
97 | [NVC0] Portal 2 Crashes in Wine
|
---|
98 | - `Bug 86811 <https://bugs.freedesktop.org/show_bug.cgi?id=86811>`__ -
|
---|
99 | [BDW/BSW Bisected]Piglit
|
---|
100 | spec_arb_shading_language_packing_execution_built-in-functions_vs-unpackSnorm4x8
|
---|
101 | fails
|
---|
102 | - `Bug 86837 <https://bugs.freedesktop.org/show_bug.cgi?id=86837>`__ -
|
---|
103 | kodi segfault since auxiliary/vl: rework the build of the VL code
|
---|
104 | - `Bug 86944 <https://bugs.freedesktop.org/show_bug.cgi?id=86944>`__ -
|
---|
105 | glsl_parser_extras.cpp", line 1455: Error: Badly formed expression.
|
---|
106 | (Oracle Studio)
|
---|
107 | - `Bug 86974 <https://bugs.freedesktop.org/show_bug.cgi?id=86974>`__ -
|
---|
108 | INTEL_DEBUG=shader_time always asserts in
|
---|
109 | fs_generator::generate_code() when Mesa is built with --enable-debug
|
---|
110 | (= with asserts)
|
---|
111 | - `Bug 86980 <https://bugs.freedesktop.org/show_bug.cgi?id=86980>`__ -
|
---|
112 | [swrast] piglit fp-rfl regression
|
---|
113 | - `Bug 87258 <https://bugs.freedesktop.org/show_bug.cgi?id=87258>`__ -
|
---|
114 | [BDW/BSW Bisected]Piglit
|
---|
115 | spec_ARB_shader_atomic_counters_array-indexing fails
|
---|
116 | - `Bug 88246 <https://bugs.freedesktop.org/show_bug.cgi?id=88246>`__ -
|
---|
117 | Commit 2881b12 causes 43 DrawElements test regressions
|
---|
118 | - `Bug 88248 <https://bugs.freedesktop.org/show_bug.cgi?id=88248>`__ -
|
---|
119 | Calling glClear while there is an occlusion query in progress messes
|
---|
120 | up the results
|
---|
121 | - `Bug 88521 <https://bugs.freedesktop.org/show_bug.cgi?id=88521>`__ -
|
---|
122 | GLBenchmark 2.7 TRex renders with artifacts on Gen8 with !UXA
|
---|
123 | - `Bug 88534 <https://bugs.freedesktop.org/show_bug.cgi?id=88534>`__ -
|
---|
124 | include/c11/threads_posix.h PTHREAD_MUTEX_RECURSIVE_NP not defined
|
---|
125 | - `Bug 88561 <https://bugs.freedesktop.org/show_bug.cgi?id=88561>`__ -
|
---|
126 | [radeonsi][regression,bisected] Depth test/buffer issues in Portal
|
---|
127 | - `Bug 88793 <https://bugs.freedesktop.org/show_bug.cgi?id=88793>`__ -
|
---|
128 | [BDW/BSW Bisected]Piglit/shaders_glsl-max-varyings fails
|
---|
129 | - `Bug 88815 <https://bugs.freedesktop.org/show_bug.cgi?id=88815>`__ -
|
---|
130 | Incorrect handling of GLSL #line directive
|
---|
131 | - `Bug 88883 <https://bugs.freedesktop.org/show_bug.cgi?id=88883>`__ -
|
---|
132 | ir-a2xx.c: variable changed in assert statement
|
---|
133 | - `Bug 88885 <https://bugs.freedesktop.org/show_bug.cgi?id=88885>`__ -
|
---|
134 | Transform feedback uses incorrect interleaving if a previous draw did
|
---|
135 | not write gl_Position
|
---|
136 | - `Bug 88905 <https://bugs.freedesktop.org/show_bug.cgi?id=88905>`__ -
|
---|
137 | [SNB+ Bisected]Ogles3conform
|
---|
138 | ES3-CTS.gtf.GL3Tests.packed_pixels.packed_pixels fails
|
---|
139 | - `Bug 88999 <https://bugs.freedesktop.org/show_bug.cgi?id=88999>`__ -
|
---|
140 | [SKL] Compiz crashes after opening unity dash
|
---|
141 | - `Bug 89014 <https://bugs.freedesktop.org/show_bug.cgi?id=89014>`__ -
|
---|
142 | PIPE_QUERY_GPU_FINISHED is not acting as expected on SI
|
---|
143 | - `Bug 89026 <https://bugs.freedesktop.org/show_bug.cgi?id=89026>`__ -
|
---|
144 | Renderbuffer layered state used for framebuffer completeness test
|
---|
145 | - `Bug 89032 <https://bugs.freedesktop.org/show_bug.cgi?id=89032>`__ -
|
---|
146 | [BDW/BSW/SKL Bisected]Piglit spec_OpenGL_1.1_infinite-spot-light
|
---|
147 | fails
|
---|
148 | - `Bug 89037 <https://bugs.freedesktop.org/show_bug.cgi?id=89037>`__ -
|
---|
149 | [SKL]Piglit spec_EXT_texture_array_copyteximage_1D_ARRAY_samples=2
|
---|
150 | sporadically causes GPU hang
|
---|
151 | - `Bug 89039 <https://bugs.freedesktop.org/show_bug.cgi?id=89039>`__ -
|
---|
152 | [SKL]etqw system hang
|
---|
153 | - `Bug 89058 <https://bugs.freedesktop.org/show_bug.cgi?id=89058>`__ -
|
---|
154 | [SKL]Render error in some games (etqw-demo, nexuiz, portal)
|
---|
155 | - `Bug 89068 <https://bugs.freedesktop.org/show_bug.cgi?id=89068>`__ -
|
---|
156 | glTexImage2D regression by texstore_rgba switch to
|
---|
157 | \_mesa_format_convert
|
---|
158 | - `Bug 89069 <https://bugs.freedesktop.org/show_bug.cgi?id=89069>`__ -
|
---|
159 | Lack of grass in The Talos Principle on radeonsi (native\wine\nine)
|
---|
160 | - `Bug 89094 <https://bugs.freedesktop.org/show_bug.cgi?id=89094>`__ -
|
---|
161 | [SNB/IVB/HSW/BYT Bisected]Ogles3conform
|
---|
162 | ES3-CTS.gtf.GL3Tests.shadow.shadow_execution_vert fails
|
---|
163 | - `Bug 89095 <https://bugs.freedesktop.org/show_bug.cgi?id=89095>`__ -
|
---|
164 | [SNB/IVB/BYT Bisected]Webglc
|
---|
165 | conformance/glsl/functions/glsl-function-mix-float.html fails
|
---|
166 | - `Bug 89112 <https://bugs.freedesktop.org/show_bug.cgi?id=89112>`__ -
|
---|
167 | u_atomic_test: u_atomic_test.c:124: test_atomic_8bits_bool: Assertion
|
---|
168 | \`r == 65 && "p_atomic_add"' failed.
|
---|
169 | - `Bug 89118 <https://bugs.freedesktop.org/show_bug.cgi?id=89118>`__ -
|
---|
170 | [SKL Bisected]many Ogles3conform cases core dumped
|
---|
171 | - `Bug 89131 <https://bugs.freedesktop.org/show_bug.cgi?id=89131>`__ -
|
---|
172 | [Bisected] Graphical corruption in Weston, shows old framebuffer
|
---|
173 | pieces
|
---|
174 | - `Bug 89156 <https://bugs.freedesktop.org/show_bug.cgi?id=89156>`__ -
|
---|
175 | r300g: GL_COMPRESSED_RED_RGTC1 / ATI1N support broken
|
---|
176 | - `Bug 89180 <https://bugs.freedesktop.org/show_bug.cgi?id=89180>`__ -
|
---|
177 | [IVB regression] Rendering issues in Mass Effect through VMware
|
---|
178 | Workstation
|
---|
179 | - `Bug 89210 <https://bugs.freedesktop.org/show_bug.cgi?id=89210>`__ -
|
---|
180 | GS statistics fail on SNB
|
---|
181 | - `Bug 89218 <https://bugs.freedesktop.org/show_bug.cgi?id=89218>`__ -
|
---|
182 | lower_instructions.cpp:648:48: error: invalid suffix 'd' on floating
|
---|
183 | constant
|
---|
184 | - `Bug 89224 <https://bugs.freedesktop.org/show_bug.cgi?id=89224>`__ -
|
---|
185 | Incorrect rendering of Unigine Valley running in VM on VMware
|
---|
186 | Workstation
|
---|
187 | - `Bug 89260 <https://bugs.freedesktop.org/show_bug.cgi?id=89260>`__ -
|
---|
188 | macros.h:34:25: fatal error: util/u_math.h: No such file or directory
|
---|
189 | - `Bug 89292 <https://bugs.freedesktop.org/show_bug.cgi?id=89292>`__ -
|
---|
190 | [regression,bisected] incomplete screenshots in some cases
|
---|
191 | - `Bug 89311 <https://bugs.freedesktop.org/show_bug.cgi?id=89311>`__ -
|
---|
192 | [regression, bisected] dEQP: Added entry points for
|
---|
193 | glCompressedTextureSubImage*D.
|
---|
194 | - `Bug 89312 <https://bugs.freedesktop.org/show_bug.cgi?id=89312>`__ -
|
---|
195 | [regression, bisected] main: Added entry points for
|
---|
196 | CopyTextureSubImage*D. (d6b7c40cecfe01)
|
---|
197 | - `Bug 89315 <https://bugs.freedesktop.org/show_bug.cgi?id=89315>`__ -
|
---|
198 | [HSW, regression, bisected] i965/fs: Emit MAD instructions when
|
---|
199 | possible.
|
---|
200 | - `Bug 89317 <https://bugs.freedesktop.org/show_bug.cgi?id=89317>`__ -
|
---|
201 | [HSW, regression, bisected] i965: Add LINTERP/CINTERP to
|
---|
202 | can_do_cmod() (d91390634)
|
---|
203 | - `Bug 89328 <https://bugs.freedesktop.org/show_bug.cgi?id=89328>`__ -
|
---|
204 | python required to build Mesa release tarballs
|
---|
205 | - `Bug 89342 <https://bugs.freedesktop.org/show_bug.cgi?id=89342>`__ -
|
---|
206 | main/light.c:159:62: error: 'M_PI' undeclared (first use in this
|
---|
207 | function)
|
---|
208 | - `Bug 89343 <https://bugs.freedesktop.org/show_bug.cgi?id=89343>`__ -
|
---|
209 | compiler/tests/radeon_compiler_optimize_tests.c:43:3: error: implicit
|
---|
210 | declaration of function ‘fprintf’
|
---|
211 | [-Werror=implicit-function-declaration]
|
---|
212 | - `Bug 89345 <https://bugs.freedesktop.org/show_bug.cgi?id=89345>`__ -
|
---|
213 | imports.h:452:58: error: expected declaration specifiers or '...'
|
---|
214 | before 'va_list'
|
---|
215 | - `Bug 89364 <https://bugs.freedesktop.org/show_bug.cgi?id=89364>`__ -
|
---|
216 | c99_alloca.h:40:22: fatal error: alloca.h: No such file or directory
|
---|
217 | - `Bug 89372 <https://bugs.freedesktop.org/show_bug.cgi?id=89372>`__ -
|
---|
218 | [softpipe] piglit glsl-1.50 generate-zero-primitives regression
|
---|
219 | - `Bug 89387 <https://bugs.freedesktop.org/show_bug.cgi?id=89387>`__ -
|
---|
220 | Double delete in lp_bld_misc.cpp
|
---|
221 | - `Bug 89416 <https://bugs.freedesktop.org/show_bug.cgi?id=89416>`__ -
|
---|
222 | UE4Editor crash after load project
|
---|
223 | - `Bug 89430 <https://bugs.freedesktop.org/show_bug.cgi?id=89430>`__ -
|
---|
224 | [g965][bisected] arb_copy_image-targets gl_texture\* tests fail
|
---|
225 | - `Bug 89433 <https://bugs.freedesktop.org/show_bug.cgi?id=89433>`__ -
|
---|
226 | GCC 4.2 does not support -Wvla
|
---|
227 | - `Bug 89455 <https://bugs.freedesktop.org/show_bug.cgi?id=89455>`__ -
|
---|
228 | [NVC0/Gallium] Unigine Heaven black and white boxes
|
---|
229 | - `Bug 89457 <https://bugs.freedesktop.org/show_bug.cgi?id=89457>`__ -
|
---|
230 | [BSW Bisected]ogles3conform
|
---|
231 | ES3-CTS.gtf.GL3Tests.shadow.shadow_execution_vert fails
|
---|
232 | - `Bug 89477 <https://bugs.freedesktop.org/show_bug.cgi?id=89477>`__ -
|
---|
233 | include/no_extern_c.h:47:1: error: template with C linkage
|
---|
234 | - `Bug 89508 <https://bugs.freedesktop.org/show_bug.cgi?id=89508>`__ -
|
---|
235 | Bad int(floatBitsToInt(vec4))
|
---|
236 | - `Bug 89530 <https://bugs.freedesktop.org/show_bug.cgi?id=89530>`__ -
|
---|
237 | FTBFS in loader: missing fstat
|
---|
238 | - `Bug 89569 <https://bugs.freedesktop.org/show_bug.cgi?id=89569>`__ -
|
---|
239 | Papo & Yo crash on startup [HSW]
|
---|
240 | - `Bug 89590 <https://bugs.freedesktop.org/show_bug.cgi?id=89590>`__ -
|
---|
241 | Crash in glLinkProgram with shaders with multiple constant arrays
|
---|
242 | - `Bug 89662 <https://bugs.freedesktop.org/show_bug.cgi?id=89662>`__ -
|
---|
243 | context.c:943: undefined reference to \`_glapi_new_nop_table'
|
---|
244 | - `Bug 89670 <https://bugs.freedesktop.org/show_bug.cgi?id=89670>`__ -
|
---|
245 | cmod_propagation_test.andnz_one regression
|
---|
246 | - `Bug 89679 <https://bugs.freedesktop.org/show_bug.cgi?id=89679>`__ -
|
---|
247 | [NV50] Portal/Half-Life 2 will not start (native Steam)
|
---|
248 | - `Bug 89689 <https://bugs.freedesktop.org/show_bug.cgi?id=89689>`__ -
|
---|
249 | [Regression] Weston on DRM backend won't start with new version of
|
---|
250 | mesa
|
---|
251 | - `Bug 89722 <https://bugs.freedesktop.org/show_bug.cgi?id=89722>`__ -
|
---|
252 | [ILK Bisected]Ogles2conform/ES2-CTS.gtf.GL.equal.equal_vec2_frag
|
---|
253 | fails
|
---|
254 | - `Bug 89726 <https://bugs.freedesktop.org/show_bug.cgi?id=89726>`__ -
|
---|
255 | [Bisected] dEQP-GLES3: uniform linking logic in the presence of
|
---|
256 | structs
|
---|
257 | - `Bug 89746 <https://bugs.freedesktop.org/show_bug.cgi?id=89746>`__ -
|
---|
258 | Mesa and LLVM 3.6+ break opengl for genymotion
|
---|
259 | - `Bug 89754 <https://bugs.freedesktop.org/show_bug.cgi?id=89754>`__ -
|
---|
260 | vertexAttrib fails WebGL Conformance test with mesa drivers
|
---|
261 | - `Bug 89758 <https://bugs.freedesktop.org/show_bug.cgi?id=89758>`__ -
|
---|
262 | pow WebGL Conformance test with mesa drivers
|
---|
263 | - `Bug 89759 <https://bugs.freedesktop.org/show_bug.cgi?id=89759>`__ -
|
---|
264 | WebGL OGL ES GLSL conformance test with mesa drivers fails
|
---|
265 | - `Bug 89831 <https://bugs.freedesktop.org/show_bug.cgi?id=89831>`__ -
|
---|
266 | [r600] r600_asm.c:310:assign_alu_units: Assertion \`0' failed.
|
---|
267 | - `Bug 89899 <https://bugs.freedesktop.org/show_bug.cgi?id=89899>`__ -
|
---|
268 | nir/nir_lower_tex_projector.c:112: error: unknown field ‘ssa’
|
---|
269 | specified in initializer
|
---|
270 | - `Bug 89957 <https://bugs.freedesktop.org/show_bug.cgi?id=89957>`__ -
|
---|
271 | vm protection faults in piglit lest: texsubimage cube_map_array pbo
|
---|
272 | - `Bug 89960 <https://bugs.freedesktop.org/show_bug.cgi?id=89960>`__ -
|
---|
273 | [softpipe] piglit copy-pixels regreession
|
---|
274 | - `Bug 89961 <https://bugs.freedesktop.org/show_bug.cgi?id=89961>`__ -
|
---|
275 | [BDW/BSW Bisected]Synmark2_v6
|
---|
276 | OglDrvRes/OglDrvShComp/OglDrvState/OglPSPom Image Validation fail
|
---|
277 | - `Bug 89963 <https://bugs.freedesktop.org/show_bug.cgi?id=89963>`__ -
|
---|
278 | lp_bld_debug.cpp:100:31: error: no matching function for call to
|
---|
279 | ‘llvm::raw_ostream::raw_ostream()’
|
---|
280 | - `Bug 90000 <https://bugs.freedesktop.org/show_bug.cgi?id=90000>`__ -
|
---|
281 | [i965 Bisected NIR] Piglit/gglean_fragprog1-z-write_test fail
|
---|
282 | - `Bug 90109 <https://bugs.freedesktop.org/show_bug.cgi?id=90109>`__ -
|
---|
283 | [SNB+ Bisected]Ogles3conform
|
---|
284 | ES3-CTS.shaders.uniform_block.random.basic_arrays.3 fails
|
---|
285 | - `Bug 90114 <https://bugs.freedesktop.org/show_bug.cgi?id=90114>`__ -
|
---|
286 | [SNB+ Bisected]Ogles3conform
|
---|
287 | ES3-CTS.shaders.struct.uniform.sampler_array_fragment fails
|
---|
288 | - `Bug 90130 <https://bugs.freedesktop.org/show_bug.cgi?id=90130>`__ -
|
---|
289 | gl_PrimitiveId seems to reset at 340
|
---|
290 | - `Bug 90147 <https://bugs.freedesktop.org/show_bug.cgi?id=90147>`__ -
|
---|
291 | swrast: build error undeclared \_SC_PHYS_PAGES on osx
|
---|
292 | - `Bug 90149 <https://bugs.freedesktop.org/show_bug.cgi?id=90149>`__ -
|
---|
293 | [SNB+
|
---|
294 | Bisected]ES3-CTS.gtf.GL3Tests.uniform_buffer_object.uniform_buffer_object_getactiveuniformsiv_for_nonexistent_uniform_indices
|
---|
295 | fails
|
---|
296 | - `Bug 90153 <https://bugs.freedesktop.org/show_bug.cgi?id=90153>`__ -
|
---|
297 | [SKL
|
---|
298 | Bisected]ES3-CTS.gtf.GL3Tests.uniform_buffer_object.uniform_buffer_object_all_valid_basic_types
|
---|
299 | fails
|
---|
300 | - `Bug 90167 <https://bugs.freedesktop.org/show_bug.cgi?id=90167>`__ -
|
---|
301 | [softpipe] piglit depthstencil-default_fb-drawpixels-32f_24_8_rev
|
---|
302 | regression
|
---|
303 | - `Bug 90207 <https://bugs.freedesktop.org/show_bug.cgi?id=90207>`__ -
|
---|
304 | [r600g, bisected] regression: NI/Turks crash on WebGL Water (most
|
---|
305 | WebGL stuff)
|
---|
306 | - `Bug 90213 <https://bugs.freedesktop.org/show_bug.cgi?id=90213>`__ -
|
---|
307 | glDrawPixels with GL_COLOR_INDEX never returns.
|
---|
308 | - `Bug 90243 <https://bugs.freedesktop.org/show_bug.cgi?id=90243>`__ -
|
---|
309 | [bisected] regression: spec.!opengl
|
---|
310 | 3_2.get-active-attrib-returns-all-inputs
|
---|
311 | - `Bug 90258 <https://bugs.freedesktop.org/show_bug.cgi?id=90258>`__ -
|
---|
312 | [IVB] spec.glsl-1_10.execution.fs-dfdy-accuracy fails intermittently
|
---|
313 | - `Bug 90310 <https://bugs.freedesktop.org/show_bug.cgi?id=90310>`__ -
|
---|
314 | Fails to build gallium_dri.so at linking stage with clang because of
|
---|
315 | multiple redefinitions
|
---|
316 | - `Bug 90350 <https://bugs.freedesktop.org/show_bug.cgi?id=90350>`__ -
|
---|
317 | [G96] Portal's portal are incorrectly rendered
|
---|
318 | - `Bug 90363 <https://bugs.freedesktop.org/show_bug.cgi?id=90363>`__ -
|
---|
319 | [nv50] HW state is not reset correctly when using a new GL context
|
---|
320 | - `Bug 90397 <https://bugs.freedesktop.org/show_bug.cgi?id=90397>`__ -
|
---|
321 | ARB_program_interface_query: glGetProgramResourceiv() returns wrong
|
---|
322 | value for GL_REFERENCED_BY_*_SHADER prop for GL_UNIFORM for members
|
---|
323 | of an interface block with an instance name
|
---|
324 | - `Bug 90466 <https://bugs.freedesktop.org/show_bug.cgi?id=90466>`__ -
|
---|
325 | arm: linker error ndefined reference to \`nir_metadata_preserve'
|
---|
326 | - `Bug 90520 <https://bugs.freedesktop.org/show_bug.cgi?id=90520>`__ -
|
---|
327 | Register spilling clobbers registers used elsewhere in the shader
|
---|
328 | - `Bug 90547 <https://bugs.freedesktop.org/show_bug.cgi?id=90547>`__ -
|
---|
329 | [BDW/BSW/SKL
|
---|
330 | Bisected]Piglit/glean\@vertprog1-rsq_test_2_(reciprocal_square_root_of_negative_value)
|
---|
331 | fais
|
---|
332 | - `Bug 90580 <https://bugs.freedesktop.org/show_bug.cgi?id=90580>`__ -
|
---|
333 | [HSW bisected] integer multiplication bug
|
---|
334 | - `Bug 90629 <https://bugs.freedesktop.org/show_bug.cgi?id=90629>`__ -
|
---|
335 | [i965] SIMD16 dual_source_blend assertion \`src[i].file != GRF \|\|
|
---|
336 | src[i].width == dst.width' failed
|
---|
337 | - `Bug 90749 <https://bugs.freedesktop.org/show_bug.cgi?id=90749>`__ -
|
---|
338 | [BDW
|
---|
339 | Bisected]dEQP-GLES3.functional.rasterization.fbo.rbo_multisample_max.primitives.lines_wide
|
---|
340 | fails
|
---|
341 | - `Bug 90830 <https://bugs.freedesktop.org/show_bug.cgi?id=90830>`__ -
|
---|
342 | [bsw bisected regression] GPU hang for
|
---|
343 | spec.arb_gpu_shader5.execution.sampler_array_indexing.vs-nonzero-base
|
---|
344 | - `Bug 90839 <https://bugs.freedesktop.org/show_bug.cgi?id=90839>`__ -
|
---|
345 | [10.5.5/10.6 regression, bisected] PBO glDrawPixels no longer using
|
---|
346 | blit fastpath
|
---|
347 | - `Bug 90905 <https://bugs.freedesktop.org/show_bug.cgi?id=90905>`__ -
|
---|
348 | mesa: Finish subdir-objects transition
|
---|
349 | - `Bug 9951 <https://bugs.freedesktop.org/show_bug.cgi?id=9951>`__ -
|
---|
350 | GL_LINE_SMOOTH and GL_POLYGON_SMOOTH with i965 driver
|
---|
351 |
|
---|
352 | Changes
|
---|
353 | -------
|
---|
354 |
|
---|
355 | - Removed classic Windows software rasterizer.
|
---|
356 | - Removed egl_gallium EGL driver.
|
---|
357 | - Removed gbm_gallium GBM driver.
|
---|
358 | - Removed OpenVG support.
|
---|
359 | - Removed the galahad gallium driver.
|
---|
360 | - Removed the identity gallium driver.
|
---|
361 | - Removed the EGL loader from the Windows SCons build.
|
---|
362 | - Removed the classic osmesa from the Windows SCons build.
|
---|