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 |
|
---|
17 | <h1>Mesa 11.0.0 Release Notes / September 12, 2015</h1>
|
---|
18 |
|
---|
19 | <p>
|
---|
20 | Mesa 11.0.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 11.0.1.
|
---|
23 | </p>
|
---|
24 | <p>
|
---|
25 | Mesa 11.0.0 implements the OpenGL 4.1 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 4.1. OpenGL
|
---|
29 | 4.1 is <strong>only</strong> available if requested at context creation
|
---|
30 | because compatibility contexts are not supported.
|
---|
31 | </p>
|
---|
32 |
|
---|
33 |
|
---|
34 | <h2>SHA256 checksums</h2>
|
---|
35 | <pre>
|
---|
36 | 7d7e4ddffa3b162506efa01e2cc41e329caa4995336b92e5cc21f2e1fb36c1b3 mesa-11.0.0.tar.gz
|
---|
37 | e095a3eb2eca9dfde7efca8946527c8ae20a0cc938a8c78debc7f158ad44af32 mesa-11.0.0.tar.xz
|
---|
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 |
|
---|
47 | <ul>
|
---|
48 | <li>New hardware support for AMD GCN 1.2 GPUs: Tonga, Iceland, Carrizo, Fiji</li>
|
---|
49 | <li>OpenGL 4.1 on radeonsi, nvc0</li>
|
---|
50 | <li>OpenGL ES 3.0 on freedreno (a3xx, a4xx)
|
---|
51 | <li>GL_AMD_vertex_shader_viewport_index on radeonsi</li>
|
---|
52 | <li>GL_ARB_conditional_render_inverted on r600, radeonsi</li>
|
---|
53 | <li>GL_ARB_depth_buffer_float on a4xx</li>
|
---|
54 | <li>GL_ARB_derivative_control on radeonsi</li>
|
---|
55 | <li>GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend on a4xx</li>
|
---|
56 | <li>GL_ARB_fragment_layer_viewport on radeonsi</li>
|
---|
57 | <li>GL_ARB_framebuffer_no_attachments on i965</li>
|
---|
58 | <li>GL_ARB_get_texture_sub_image for all drivers</li>
|
---|
59 | <li>GL_ARB_gpu_shader5 on radeonsi</li>
|
---|
60 | <li>GL_ARB_gpu_shader_fp64 on llvmpipe, radeonsi</li>
|
---|
61 | <li>GL_ARB_shader_image_load_store on i965</li>
|
---|
62 | <li>GL_ARB_shader_precision on radeonsi, nvc0</li>
|
---|
63 | <li>GL_ARB_shader_image_size on i965</li>
|
---|
64 | <li>GL_ARB_shader_stencil_export on llvmpipe</li>
|
---|
65 | <li>GL_ARB_shader_subroutine on core profile all drivers</li>
|
---|
66 | <li>GL_ARB_tessellation_shader on nvc0, radeonsi</li>
|
---|
67 | <li>GL_ARB_transform_feedback2, GL_ARB_transform_feedback_instanced, GL_EXT_transform_feedback on a3xx, a4xx</li>
|
---|
68 | <li>GL_ARB_vertex_attrib_64bit on llvmpipe, radeonsi</li>
|
---|
69 | <li>GL_ARB_viewport_array on radeonsi</li>
|
---|
70 | <li>GL_EXT_depth_bounds_test on radeonsi, nv30, nv50, nvc0</li>
|
---|
71 | <li>GL_EXT_texture_compression_s3tc on freedreno (a3xx)</li>
|
---|
72 | <li>GL_NV_read_depth (GLES) on all drivers</li>
|
---|
73 | <li>GL_NV_read_depth_stencil (GLES) on all drivers</li>
|
---|
74 | <li>GL_NV_read_stencil (GLES) on all drivers</li>
|
---|
75 | <li>GL_OES_texture_float on all r300, r600, radeonsi, nv30, nv50, nvc0, softpipe, llvmpipe</li>
|
---|
76 | <li>GL_OES_texture_half_float on all r300, r600, radeonsi, nv30, nv50, nvc0, softpipe, llvmpipe</li>
|
---|
77 | <li>GL_OES_texture_float_linear on all r300, r600, radeonsi, nv30, nv50, nvc0, softpipe, llvmpipe</li>
|
---|
78 | <li>GL_OES_texture_half_float_linear on all r300, r600, radeonsi, nv30, nv50, nvc0, softpipe, llvmpipe</li>
|
---|
79 | <li>GL_EXT_draw_buffers2 on a4xx</li>
|
---|
80 | <li>GLX_ARB_create_context_robustness on r600, radeonsi</li>
|
---|
81 | <li>EGL_EXT_create_context_robustness on r600, radeonsi</li>
|
---|
82 | <li>EGL_KHR_gl_colorspace on r600, radeonsi, nv50, nvc0</li>
|
---|
83 | <li>EGL_KHR_gl_texture_3D_image on r600, radeonsi, nv50, nvc0</li>
|
---|
84 | <li>EGL 1.5 on r600, radeonsi, nv50, nvc0</li>
|
---|
85 | </ul>
|
---|
86 |
|
---|
87 |
|
---|
88 | <h2>Bug fixes</h2>
|
---|
89 |
|
---|
90 | <p>This list is likely incomplete.</p>
|
---|
91 |
|
---|
92 | <ul>
|
---|
93 |
|
---|
94 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=51658">Bug 51658</a> - r200 (& possibly radeon) DRI fixes for gnome shell on Mesa 8.0.3</li>
|
---|
95 |
|
---|
96 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=65525">Bug 65525</a> - [llvmpipe] lp_scene.h:210:lp_scene_alloc: Assertion `size <= (64 * 1024)' failed.</li>
|
---|
97 |
|
---|
98 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=66346">Bug 66346</a> - shader_query.cpp:49: error: invalid conversion from 'void*' to 'GLuint'</li>
|
---|
99 |
|
---|
100 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=73512">Bug 73512</a> - [clover] mesa.icd. should contain full path</li>
|
---|
101 |
|
---|
102 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=73528">Bug 73528</a> - Deferred lighting in Second Life causes system hiccups and screen flickering</li>
|
---|
103 |
|
---|
104 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=74329">Bug 74329</a> - Please expose OES_texture_float and OES_texture_half_float on the ES3 context</li>
|
---|
105 |
|
---|
106 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=80500">Bug 80500</a> - Flickering shadows in unreleased title trace</li>
|
---|
107 |
|
---|
108 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=82186">Bug 82186</a> - [r600g] BARTS GPU lockup with minecraft shaders</li>
|
---|
109 |
|
---|
110 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=84225">Bug 84225</a> - Allow constant-index-expression sampler array indexing with GLSL-ES < 300</li>
|
---|
111 |
|
---|
112 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=84677">Bug 84677</a> - Triangle disappears with glPolygonMode GL_LINE</li>
|
---|
113 |
|
---|
114 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=85252">Bug 85252</a> - Segfault in compiler while processing ternary operator with void arguments</li>
|
---|
115 |
|
---|
116 | <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>
|
---|
117 |
|
---|
118 | <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>
|
---|
119 |
|
---|
120 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90073">Bug 90073</a> - Leaks in xcb_dri3_open_reply_fds() and get_render_node_from_id_path_tag</li>
|
---|
121 |
|
---|
122 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90249">Bug 90249</a> - Fails to build egl_dri2 on osx</li>
|
---|
123 |
|
---|
124 | <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>
|
---|
125 |
|
---|
126 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90347">Bug 90347</a> - [NVE0+] Failure to insert texbar under some circumstances (causing bad colors in Terasology)</li>
|
---|
127 |
|
---|
128 | <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>
|
---|
129 |
|
---|
130 | <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>
|
---|
131 |
|
---|
132 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90537">Bug 90537</a> - radeonsi bo/va conflict on RADEON_GEM_VA (rscreen->ws->buffer_from_handle returns NULL)</li>
|
---|
133 |
|
---|
134 | <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>
|
---|
135 |
|
---|
136 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90580">Bug 90580</a> - [HSW bisected] integer multiplication bug</li>
|
---|
137 |
|
---|
138 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90600">Bug 90600</a> - IOError: [Errno 2] No such file or directory: 'gl_API.xml'</li>
|
---|
139 |
|
---|
140 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90621">Bug 90621</a> - Mesa fail to build from git</li>
|
---|
141 |
|
---|
142 | <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>
|
---|
143 |
|
---|
144 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90691">Bug 90691</a> - [BSW]Piglit/spec/nv_conditional_render/dlist fails intermittently</li>
|
---|
145 |
|
---|
146 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90728">Bug 90728</a> - dvd playback with vlc and vdpau causes segmentation fault</li>
|
---|
147 |
|
---|
148 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90734">Bug 90734</a> - glBufferSubData is corrupting data when buffer is > 32k</li>
|
---|
149 |
|
---|
150 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90748">Bug 90748</a> - [BDW Bisected]dEQP-GLES3.functional.fbo.completeness.renderable.texture.depth.rg_half_float_oes fails</li>
|
---|
151 |
|
---|
152 | <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>
|
---|
153 |
|
---|
154 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90751">Bug 90751</a> - [BDW Bisected]dEQP-GLES3.functional.fbo.completeness.renderable.texture.stencil.stencil_index8 fails</li>
|
---|
155 |
|
---|
156 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90797">Bug 90797</a> - [ALL bisected] Mesa change cause performance case manhattan fail.</li>
|
---|
157 |
|
---|
158 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90817">Bug 90817</a> - swrast fails to load with certain remote X servers</li>
|
---|
159 |
|
---|
160 | <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>
|
---|
161 |
|
---|
162 | <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>
|
---|
163 |
|
---|
164 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90873">Bug 90873</a> - Kernel hang, TearFree On, Mate desktop environment</li>
|
---|
165 |
|
---|
166 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90887">Bug 90887</a> - PhiMovesPass in register allocator broken</li>
|
---|
167 |
|
---|
168 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90895">Bug 90895</a> - [IVB/HSW/BDW/BSW Bisected] GLB2.7 Egypt, GfxBench3.0 T-Rex & ALU and many SynMark cases performance reduced by 10-23%</li>
|
---|
169 |
|
---|
170 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90902">Bug 90902</a> - [bsw][regression] dEQP: "Found invalid pixel values"</li>
|
---|
171 |
|
---|
172 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90903">Bug 90903</a> - egl_dri2.c:dri2_load fails to load libglapi on osx</li>
|
---|
173 |
|
---|
174 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90904">Bug 90904</a> - OSX: EXC_BAD_ACCESS when using translate_sse + gallium + softpipe/llvmpipe</li>
|
---|
175 |
|
---|
176 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90905">Bug 90905</a> - mesa: Finish subdir-objects transition</li>
|
---|
177 |
|
---|
178 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90925">Bug 90925</a> - "high fidelity": Segfault in _mesa_program_resource_find_name</li>
|
---|
179 |
|
---|
180 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91022">Bug 91022</a> - [g45 g965 bisected] assertions generated from textureGrad cube samplers fix</li>
|
---|
181 |
|
---|
182 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91047">Bug 91047</a> - [SNB Bisected] Messed up Fog in Super Smash Bros. Melee in Dolphin</li>
|
---|
183 |
|
---|
184 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91056">Bug 91056</a> - The Bard's Tale (2005, native) has rendering issues</li>
|
---|
185 |
|
---|
186 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91077">Bug 91077</a> - dri2_glx.c:1186: undefined reference to `loader_open_device'</li>
|
---|
187 |
|
---|
188 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91099">Bug 91099</a> - [llvmpipe] piglit glsl-max-varyings >max_varying_components regression</li>
|
---|
189 |
|
---|
190 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91101">Bug 91101</a> - [softpipe] piglit glsl-1.50@execution@geometry@max-input-components regression</li>
|
---|
191 |
|
---|
192 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91117">Bug 91117</a> - Nimbus (running in wine) has rendering issues, objects are semi-transparent</li>
|
---|
193 |
|
---|
194 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91124">Bug 91124</a> - Civilization V (in Wine) has rendering issues: text missing, menu bar corrupted</li>
|
---|
195 |
|
---|
196 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91173">Bug 91173</a> - Oddworld: Stranger's Wrath HD: disfigured models in wrong colors</li>
|
---|
197 |
|
---|
198 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91193">Bug 91193</a> - [290x] Dota2 reborn ingame rendering breaks with git-af4b9c7</li>
|
---|
199 |
|
---|
200 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91222">Bug 91222</a> - lp_test_format regression on CentOS 7</li>
|
---|
201 |
|
---|
202 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91226">Bug 91226</a> - Crash in glLinkProgram (NEW)</li>
|
---|
203 |
|
---|
204 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91231">Bug 91231</a> - [NV92] Psychonauts (native) segfaults on start when DRI3 enabled</li>
|
---|
205 |
|
---|
206 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91254">Bug 91254</a> - (regresion) video using VA-API on Intel slow and freeze system with mesa 10.6 or 10.6.1</li>
|
---|
207 |
|
---|
208 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91290">Bug 91290</a> - SIGSEGV glcpp/glcpp-parse.y:1077</li>
|
---|
209 |
|
---|
210 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91292">Bug 91292</a> - [BDW+] glVertexAttribDivisor not working in combination with glPolygonMode</li>
|
---|
211 |
|
---|
212 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91337">Bug 91337</a> - OSMesaGetProcAdress("OSMesaPixelStore") returns nil</li>
|
---|
213 |
|
---|
214 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91418">Bug 91418</a> - Visual Studio 2015 vsnprintf build error</li>
|
---|
215 |
|
---|
216 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91425">Bug 91425</a> - [regression, bisected] Piglit spec/ext_packed_float/ getteximage-invalid-format-for-packed-type fails</li>
|
---|
217 |
|
---|
218 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91441">Bug 91441</a> - make check DispatchSanity_test.GL30 regression</li>
|
---|
219 |
|
---|
220 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91444">Bug 91444</a> - regression bisected radeonsi: don't change pipe_resource in resource_copy_region</li>
|
---|
221 |
|
---|
222 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91461">Bug 91461</a> - gl_TessLevel* writes have no effect for all but the last TCS invocation</li>
|
---|
223 |
|
---|
224 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91513">Bug 91513</a> - [IVB/HSW/BDW/SKL Bisected] Lightsmark performance reduced by 7%-10%</li>
|
---|
225 |
|
---|
226 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91526">Bug 91526</a> - World of Warcraft (on Wine) has UI corruption with nouveau</li>
|
---|
227 |
|
---|
228 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91544">Bug 91544</a> - [i965, regression, bisected] regression of several tests in 93977d3a151675946c03e</li>
|
---|
229 |
|
---|
230 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91551">Bug 91551</a> - DXTn compressed normal maps produce severe artifacts on all NV5x and NVDx chipsets</li>
|
---|
231 |
|
---|
232 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91570">Bug 91570</a> - Upgrading mesa to 10.6 causes segfault in OpenGL applications with GeForce4 MX 440 / AGP 8X</li>
|
---|
233 |
|
---|
234 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91591">Bug 91591</a> - rounding.h:102:2: error: #error "Unsupported or undefined LONG_BIT"</li>
|
---|
235 |
|
---|
236 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91610">Bug 91610</a> - [BSW] GPU hang for spec.shaders.point-vertex-id gl_instanceid divisor</li>
|
---|
237 |
|
---|
238 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91673">Bug 91673</a> - Segfault when calling glTexSubImage2D on storage texture to bound FBO</li>
|
---|
239 |
|
---|
240 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91726">Bug 91726</a> - R600 asserts in tgsi_cmp/make_src_for_op3</li>
|
---|
241 |
|
---|
242 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91847">Bug 91847</a> - glGenerateTextureMipmap not working (no errors) unless glActiveTexture(GL_TEXTURE1) is called before</li>
|
---|
243 |
|
---|
244 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91857">Bug 91857</a> - Mesa 10.6.3 linker is slow</li>
|
---|
245 |
|
---|
246 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91881">Bug 91881</a> - regression: GPU lockups since mesa-11.0.0_rc1 on RV620 (r600) driver</li>
|
---|
247 |
|
---|
248 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91890">Bug 91890</a> - [nve7] witcher2: blurry image & DATA_ERRORs (class 0xa097 mthd 0x2380/0x238c)</li>
|
---|
249 |
|
---|
250 | </ul>
|
---|
251 |
|
---|
252 |
|
---|
253 | <h2>Changes</h2>
|
---|
254 |
|
---|
255 | <li>Removed the EGL loader from the Linux SCons build.</li>
|
---|
256 |
|
---|
257 | </div>
|
---|
258 | </body>
|
---|
259 | </html>
|
---|