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