1Mesa 7.11 Release Notes / July 31, 2011
2=======================================
3
4Mesa 7.11 is a new development release. People who are concerned with
5stability and reliability should stick with a previous release or wait
6for Mesa 7.11.1.
7
8Mesa 7.11 implements the OpenGL 2.1 API, but the version reported by
9glGetString(GL_VERSION) depends on the particular driver being used.
10Some drivers don't support all the features required in OpenGL 2.1.
11
12See the :doc:`Compiling/Installing page <../install>` for
13prerequisites for DRI hardware acceleration.
14
15MD5 checksums
16-------------
17
18::
19
20   fa2c7068503133fb2453244cda11cb2a  MesaLib-7.11.tar.gz
21   ff03aca82d0560009a076a87c888cf13  MesaLib-7.11.tar.bz2
22   ede1ac0976f6f05df586093fc17d63ed  MesaLib-7.11.zip
23   b4fb81a47c5caedaefad49af7702c23d  MesaGLUT-7.11.tar.gz
24   77a9a0bbd7f8bca882aa5709b88cb071  MesaGLUT-7.11.tar.bz2
25   c19ef0c6eb61188c96ed4ccedd70717c  MesaGLUT-7.11.zip
26
27New features
28------------
29
30-  GL_ARB_ES2_compatibility (gallium drivers)
31-  GL_ARB_color_buffer_float (gallium drivers, i965)
32-  GL_ARB_draw_buffers_blend (gallium)
33-  GL_ARB_draw_instanced extension (gallium drivers, swrast)
34-  GL_ARB_instanced_arrays extension (gallium drivers)
35-  GL_ARB_occlusion_query2 (gallium drivers, swrast)
36-  GL_ARB_robustness (all drivers)
37-  GL_ARB_sampler_objects (gallium drivers)
38-  GL_ARB_seamless_cube_map (gallium r600)
39-  GL_ARB_shader_texture_lod (gallium drivers, i965)
40-  GL_ARB_sync (gallium drivers only, intel support was in 7.6)
41-  GL_ARB_texture_compression_rgtc (gallium drivers, swrast, i965)
42-  GL_ARB_texture_float (gallium, i965)
43-  GL_EXT_packed_float (gallium r600)
44-  GL_EXT_texture_compression_latc (gallium drivers, swrast)
45-  GL_EXT_texture_compression_rgtc (gallium drivers, swrast, i965)
46-  GL_EXT_texture_filter_anisotropic (swrast)
47-  GL_EXT_texture_shared_exponent (gallium drivers, swrast)
48-  GL_EXT_texture_sRGB_decode (gallium drivers, swrast, i965)
49-  GL_EXT_texture_snorm (gallium drivers)
50-  GL_AMD_draw_buffers_blend (alias of the ARB variant)
51-  GL_AMD_seamless_cubemap_per_texture (gallium r600)
52-  GL_AMD_shader_stencil_export (alias of the ARB variant)
53-  GL_ATI_draw_buffers (all drivers)
54-  GL_ATI_texture_compression_3dc (gallium drivers, swrast)
55-  GL_ATI_texture_float (gallium, i965)
56-  GL_NV_conditional_render (i965)
57-  GL_NV_texture_barrier (gallium drivers)
58-  Enable 16-wide fragment shader execution in i965 driver. This should
59   improve performance in many applications.
60-  Initial alpha-level support for Intel "Ivybridge" chipsets in the
61   i965 driver.
62
63Bug fixes
64---------
65
66This list is likely incomplete. This list only includes bug fixes not
67included in the previous release (7.10.3). Many of these are regressions
68that did not exist in the 7.10 release series at all.
69
70-  `Bug 25871 <https://bugs.freedesktop.org/show_bug.cgi?id=25871>`__ -
71   nearest neighbour samples wrong texel (precision/rounding problem)
72-  `Bug 29162 <https://bugs.freedesktop.org/show_bug.cgi?id=29162>`__ -
73   mesa/darwin is severly broken
74-  `Bug 30080 <https://bugs.freedesktop.org/show_bug.cgi?id=30080>`__ -
75   [i915] piglit nodepth-test fails
76-  `Bug 30217 <https://bugs.freedesktop.org/show_bug.cgi?id=30217>`__ -
77   Possible sources of memory leaks reported by valgrind
78-  `Bug 30266 <https://bugs.freedesktop.org/show_bug.cgi?id=30266>`__ -
79   Regression, segfault in libdrm_intel when calling glBitmap
80-  `Bug 31561 <https://bugs.freedesktop.org/show_bug.cgi?id=31561>`__ -
81   [i915] intel_regions.c:289: intel_region_release: Assertion
82   \`region->map_refcount == 0' failed.
83-  `Bug 31744 <https://bugs.freedesktop.org/show_bug.cgi?id=31744>`__ -
84   [GLSL] overriding built-in function impacts another shader
85-  `Bug 32308 <https://bugs.freedesktop.org/show_bug.cgi?id=32308>`__ -
86   [llvmpipe]
87   src/gallium/auxiliary/gallivm/lp_bld_init.c:319:gallivm_register_garbage_collector_callback:
88   Assertion \`NumCallbacks < 32' failed.
89-  `Bug 32309 <https://bugs.freedesktop.org/show_bug.cgi?id=32309>`__ -
90   [softpipe] SIGSEGV sp_state_derived.c:204
91-  `Bug 32459 <https://bugs.freedesktop.org/show_bug.cgi?id=32459>`__ -
92   [softpipe] glean depthStencil regression
93-  `Bug 32460 <https://bugs.freedesktop.org/show_bug.cgi?id=32460>`__ -
94   [softpipe] piglit texwrap 1D regression
95-  `Bug 32534 <https://bugs.freedesktop.org/show_bug.cgi?id=32534>`__ -
96   [arrandale/sandybridge] Mesa swallowing GEM ioctl failures
97-  `Bug 32560 <https://bugs.freedesktop.org/show_bug.cgi?id=32560>`__ -
98   To fix: 64-bit-portabilty-issue state_tracker/st_program.c:427
99-  `Bug 32634 <https://bugs.freedesktop.org/show_bug.cgi?id=32634>`__ -
100   [r300g, bisected] Massive corruption in Unigine Sanctuary
101-  `Bug 32768 <https://bugs.freedesktop.org/show_bug.cgi?id=32768>`__ -
102   VBO rendering using glDrawArrays causes program termination and "cs
103   IB too big" message
104-  `Bug 32804 <https://bugs.freedesktop.org/show_bug.cgi?id=32804>`__ -
105   [swrast] glean pixelFormats regression
106-  `Bug 32814 <https://bugs.freedesktop.org/show_bug.cgi?id=32814>`__ -
107   Build error in osmesa.c due to change in
108   \_mesa_update_framebuffer_visual() signature
109-  `Bug 32859 <https://bugs.freedesktop.org/show_bug.cgi?id=32859>`__ -
110   Mesa doesn't compile under NetBSD
111-  `Bug 32912 <https://bugs.freedesktop.org/show_bug.cgi?id=32912>`__ -
112   [bisected, r300g] Unigine Sanctuary:
113   r300_emit.c:902:r300_emit_vertex_arrays: Assertion \`&buf->b.b'
114   failed with RADEON_HYPERZ=1
115-  `Bug 32945 <https://bugs.freedesktop.org/show_bug.cgi?id=32945>`__ -
116   [RADEON:KMS:R300G] HiZ: Weird behavior with 3 pipes
117-  `Bug 33046 <https://bugs.freedesktop.org/show_bug.cgi?id=33046>`__ -
118   [bisected]glean/pixelFormats and 3 oglc cases segfault
119-  `Bug 33185 <https://bugs.freedesktop.org/show_bug.cgi?id=33185>`__ -
120   [RADEON:KMS:R300G] X crashes when kwin effects are turned on
121-  `Bug 33215 <https://bugs.freedesktop.org/show_bug.cgi?id=33215>`__ -
122   [llvmpipe] piglit fbo-drawbuffers2-blend regression
123-  `Bug 33247 <https://bugs.freedesktop.org/show_bug.cgi?id=33247>`__ -
124   [swrast] tnl/t_draw.c:471: \_tnl_draw_prims: Assertion
125   \`prim[i].num_instances > 0' failed
126-  `Bug 33284 <https://bugs.freedesktop.org/show_bug.cgi?id=33284>`__ -
127   [llvmpipe] piglit fbo-drawbuffers-fragcolor fails
128-  `Bug 33306 <https://bugs.freedesktop.org/show_bug.cgi?id=33306>`__ -
129   [glsl] GLSL integer division by zero crashes GLSL compiler
130-  `Bug 33353 <https://bugs.freedesktop.org/show_bug.cgi?id=33353>`__ -
131   [softpipe] piglit fbo-srgb looks incorrect
132-  `Bug 33360 <https://bugs.freedesktop.org/show_bug.cgi?id=33360>`__ -
133   inclusion of $(TALLOC_LIBS) in src/mesa/drivers/osmesa/Makefile
134   causes a build failure
135-  `Bug 33374 <https://bugs.freedesktop.org/show_bug.cgi?id=33374>`__ -
136   [bisect] FTBFS on commit 9767d3b5 (glapi: Fix OpenGL ES 1.1 and 2.0
137   interop)
138-  `Bug 33508 <https://bugs.freedesktop.org/show_bug.cgi?id=33508>`__ -
139   [glsl] GLSL compiler modulus by zero crash
140-  `Bug 33555 <https://bugs.freedesktop.org/show_bug.cgi?id=33555>`__ -
141   [softpipe] tgsi/tgsi_sse2.c:1527:emit_tex: Assertion \`0' failed.
142-  `Bug 33885 <https://bugs.freedesktop.org/show_bug.cgi?id=33885>`__ -
143   [glsl] GLSL compiler allows recursion
144-  `Bug 33823 <https://bugs.freedesktop.org/show_bug.cgi?id=33823>`__ -
145   [glsl] ralloc.c:78: get_header: Assertion \`info->canary == 0x5A1106'
146   failed.
147-  `Bug 33934 <https://bugs.freedesktop.org/show_bug.cgi?id=33934>`__ -
148   3D blitting is orders of magnitude slower than equivalent 2D
149   blitting.
150-  `Bug 33946 <https://bugs.freedesktop.org/show_bug.cgi?id=33946>`__ -
151   Crash: Mesa checks for invalid pointer, then uses it anyway.
152-  `Bug 34008 <https://bugs.freedesktop.org/show_bug.cgi?id=34008>`__ -
153   r600g: piglit failure (regression)
154-  `Bug 34009 <https://bugs.freedesktop.org/show_bug.cgi?id=34009>`__ -
155   Automatic Mipmap Generation produces very blurry image.
156-  `Bug 34042 <https://bugs.freedesktop.org/show_bug.cgi?id=34042>`__ -
157   Surfaceless eglMakeCurrent() fails if the supplied EGLContext is not
158   a dummy context
159-  `Bug 34049 <https://bugs.freedesktop.org/show_bug.cgi?id=34049>`__ -
160   r600g: assertion failure (regression)
161-  `Bug 34119 <https://bugs.freedesktop.org/show_bug.cgi?id=34119>`__ -
162   [glsl] piglit glsl-texcoord-array regression
163-  `Bug 34323 <https://bugs.freedesktop.org/show_bug.cgi?id=34323>`__ -
164   [i915 GLSL gles2] gl_FragCoord.w not correct
165-  `Bug 34346 <https://bugs.freedesktop.org/show_bug.cgi?id=34346>`__ -
166   src/glsl relies on $PWD which can be unset
167-  `Bug 34378 <https://bugs.freedesktop.org/show_bug.cgi?id=34378>`__ -
168   st/mesa: 2a904fd6a0cb80eec6dec2bae07fd8778b04caf3 breaks sauerbraten
169-  `Bug 34419 <https://bugs.freedesktop.org/show_bug.cgi?id=34419>`__ -
170   Kwin crashes screensaver exits
171-  `Bug 34463 <https://bugs.freedesktop.org/show_bug.cgi?id=34463>`__ -
172   state_tracker/st_texture.c:370:st_texture_image_copy: Assertion
173   \`u_minify(src->width0, srcLevel) == width' failed.
174-  `Bug 34468 <https://bugs.freedesktop.org/show_bug.cgi?id=34468>`__ -
175   src/glsl/Makefile fix
176-  `Bug 34541 <https://bugs.freedesktop.org/show_bug.cgi?id=34541>`__ -
177   [ilk, wine] massive render corruption after recent patchset
178-  `Bug 34589 <https://bugs.freedesktop.org/show_bug.cgi?id=34589>`__ -
179   [pineview bisected]many cases regression
180-  `Bug 34595 <https://bugs.freedesktop.org/show_bug.cgi?id=34595>`__ -
181   [bisected piketon]oglc half_float_vertex(misc.fillmode.wireframe)
182   regressed
183-  `Bug 34597 <https://bugs.freedesktop.org/show_bug.cgi?id=34597>`__ -
184   [bisected piketon]oglc blend-constcolor and 7 draw-buffers2 subcases
185   regressed
186-  `Bug 34603 <https://bugs.freedesktop.org/show_bug.cgi?id=34603>`__ -
187   [bisected piketon]oglc vbo subcase basic.bufferdata regressed
188-  `Bug 34604 <https://bugs.freedesktop.org/show_bug.cgi?id=34604>`__ -
189   [bisected piketon]piglit fbo/fbo-depth-sample-compare regressed
190-  `Bug 34646 <https://bugs.freedesktop.org/show_bug.cgi?id=34646>`__ -
191   [bisected piketon]ogles2conform
192   GL2Tests/GL/gl_FragCoord/gl_FragCoord_w_frag.test
193-  `Bug 34656 <https://bugs.freedesktop.org/show_bug.cgi?id=34656>`__ -
194   i965: Crash when running WebGL Conformance Test in firefox-4 nightly
195   build
196-  `Bug 34691 <https://bugs.freedesktop.org/show_bug.cgi?id=34691>`__ -
197   [GLSL] matrix array member assignment with a complex subscript fails
198-  `Bug 34906 <https://bugs.freedesktop.org/show_bug.cgi?id=34906>`__ -
199   [Pineview] Some WebGL conformance tests will crash firefox
200-  `Bug 34968 <https://bugs.freedesktop.org/show_bug.cgi?id=34968>`__ -
201   Bad fps in Lightsmark benchmark
202-  `Bug 35025 <https://bugs.freedesktop.org/show_bug.cgi?id=35025>`__ -
203   [Patch] Serious compiler warnings
204-  `Bug 35312 <https://bugs.freedesktop.org/show_bug.cgi?id=35312>`__ -
205   r600g: Automatic mipmap generation doesn't work properly
206-  `Bug 35373 <https://bugs.freedesktop.org/show_bug.cgi?id=35373>`__ -
207   [[GM45] OpenGL] GL_EXT_texture_sRGB_decode broken
208-  `Bug 35434 <https://bugs.freedesktop.org/show_bug.cgi?id=35434>`__ -
209   [RADEON:KMS:R600G] etqw: broken ground textures
210-  `Bug 35441 <https://bugs.freedesktop.org/show_bug.cgi?id=35441>`__ -
211   [PATCH] Mesa does not find nouveau include files with
212   --enable-shared-dricore
213-  `Bug 35614 <https://bugs.freedesktop.org/show_bug.cgi?id=35614>`__ -
214   [SNB] random hang on piglit case shaders/glsl-max-varyings
215-  `Bug 35820 <https://bugs.freedesktop.org/show_bug.cgi?id=35820>`__ -
216   [bisected SNB] System hangs when Gnome with compiz start up
217-  `Bug 35822 <https://bugs.freedesktop.org/show_bug.cgi?id=35822>`__ -
218   [bisected pineview] many cases related to depth and stencil failed
219-  `Bug 35849 <https://bugs.freedesktop.org/show_bug.cgi?id=35849>`__ -
220   when sampling textures from both fragment and vertex shaders the
221   vertex texture has the incorrect texture bound
222-  `Bug 35852 <https://bugs.freedesktop.org/show_bug.cgi?id=35852>`__ -
223   [bisected pineview] oglc case pxconv-read failed
224-  `Bug 35961 <https://bugs.freedesktop.org/show_bug.cgi?id=35961>`__ -
225   src/gallium/auxiliary/util/u_draw.c:77:util_draw_max_index: Assertion
226   \`buffer_size - format_size <= buffer_size' failed.
227-  `Bug 36032 <https://bugs.freedesktop.org/show_bug.cgi?id=36032>`__ -
228   piglit fdo9833 regression
229-  `Bug 36033 <https://bugs.freedesktop.org/show_bug.cgi?id=36033>`__ -
230   main/shaderapi.c:1044: validate_samplers: Assertion
231   \`(sizeof(targetName)/sizeof(\*(targetName))) == NUM_TEXTURE_TARGETS'
232   failed.
233-  `Bug 36086 <https://bugs.freedesktop.org/show_bug.cgi?id=36086>`__ -
234   [wine] Segfault r300_resource_copy_region with some wine apps and
235   RADEON_HYPERZ
236-  `Bug 36182 <https://bugs.freedesktop.org/show_bug.cgi?id=36182>`__ -
237   Game Trine from https://www.humblebundle.com/ needs ATI_draw_buffers
238-  `Bug 36268 <https://bugs.freedesktop.org/show_bug.cgi?id=36268>`__ -
239   [r300g, bisected] minor flickering in Unigine Sanctuary
240-  `Bug 36282 <https://bugs.freedesktop.org/show_bug.cgi?id=36282>`__ -
241   34a5d3b9f4740601708c82093e2114356d749e65: glxgears segfaults when
242   compiled with shared glapi
243-  `Bug 36333 <https://bugs.freedesktop.org/show_bug.cgi?id=36333>`__ -
244   can't build demos if mesa build with --enable-selinux
245-  `Bug 36473 <https://bugs.freedesktop.org/show_bug.cgi?id=36473>`__ -
246   [bisected] piglit bugs/fdo23670-depth_test failed
247-  `Bug 36572 <https://bugs.freedesktop.org/show_bug.cgi?id=36572>`__ -
248   [bisected]oglc case texenv segfaults
249-  `Bug 36609 <https://bugs.freedesktop.org/show_bug.cgi?id=36609>`__ -
250   45920d2ecb38b14fdda5253fecce996570c22863 breaks sauerbraten on r300g
251-  `Bug 36648 <https://bugs.freedesktop.org/show_bug.cgi?id=36648>`__ -
252   [bisected SNB]piglit fbo/fbo-alphatest-nocolor failed
253-  `Bug 36649 <https://bugs.freedesktop.org/show_bug.cgi?id=36649>`__ -
254   [bisected SNB]oglc draw-buffers2 failed with 16-wide
255-  `Bug 36753 <https://bugs.freedesktop.org/show_bug.cgi?id=36753>`__ -
256   Some textures now rendered as completely black after register
257   allocator rewrite.
258-  `Bug 36821 <https://bugs.freedesktop.org/show_bug.cgi?id=36821>`__ -
259   [bisected SNB]oglc api-texcoord causes GPU hang
260-  `Bug 36914 <https://bugs.freedesktop.org/show_bug.cgi?id=36914>`__ -
261   r600g: add rv670 flushing workaround. Causes games and some mesa
262   demos to segfault.
263-  `Bug 36917 <https://bugs.freedesktop.org/show_bug.cgi?id=36917>`__ -
264   Rendering glitches in ETQW
265-  `Bug 36939 <https://bugs.freedesktop.org/show_bug.cgi?id=36939>`__ -
266   multitexturing is messed up in quake wars (regression)
267-  `Bug 36987 <https://bugs.freedesktop.org/show_bug.cgi?id=36987>`__ -
268   Intel GMA 4500 ARB_shader_texture_lod support
269-  `Bug 37028 <https://bugs.freedesktop.org/show_bug.cgi?id=37028>`__ -
270   Amnesia/HPL2 Demo: Strange graphical bugs on r600g
271-  `Bug 37150 <https://bugs.freedesktop.org/show_bug.cgi?id=37150>`__ -
272   sRGB textures are too bright in Starcraft 2
273-  `Bug 37154 <https://bugs.freedesktop.org/show_bug.cgi?id=37154>`__ -
274   main/texstore.c:4187: \_mesa_texstore_rgb9_e5: Assertion
275   \`baseInternalFormat == 0x1907' failed.
276-  `Bug 37157 <https://bugs.freedesktop.org/show_bug.cgi?id=37157>`__ -
277   [bisected] KDE KWin crashes on start with delayed BO mapping
278-  `Bug 37168 <https://bugs.freedesktop.org/show_bug.cgi?id=37168>`__ -
279   Regression: Severe memory leak when running Second Life
280-  `Bug 37366 <https://bugs.freedesktop.org/show_bug.cgi?id=37366>`__ -
281   [i965 bisected ILK] Fragment shader discard tests occasionally fail
282-  `Bug 37383 <https://bugs.freedesktop.org/show_bug.cgi?id=37383>`__ -
283   incorrect GLSL optimization
284-  `Bug 37476 <https://bugs.freedesktop.org/show_bug.cgi?id=37476>`__ -
285   [wine] Devil May Cry 4: TXD tgsi opcode unsupported / translation
286   from TGSI failed / missing vertex shader
287-  `Bug 37743 <https://bugs.freedesktop.org/show_bug.cgi?id=37743>`__ -
288   [bisected i965]oglc GLSLlinker subcase
289   negative.varying.beyondMaxVaryingFloats aborted
290-  `Bug 37766 <https://bugs.freedesktop.org/show_bug.cgi?id=37766>`__ -
291   Crash in dri2InvalidateBuffers when resizing Java window with OpenGL
292   pipeline enabled
293-  `Bug 37839 <https://bugs.freedesktop.org/show_bug.cgi?id=37839>`__ -
294   main/teximage.c:2393: \_mesa_choose_texture_format: Assertion \`f !=
295   MESA_FORMAT_NONE' failed.
296-  `Bug 37934 <https://bugs.freedesktop.org/show_bug.cgi?id=37934>`__ -
297   Corruption with topogun trace
298-  `Bug 38015 <https://bugs.freedesktop.org/show_bug.cgi?id=38015>`__ -
299   Some extensions enabled even when not supported by the underlying
300   driver
301-  `Bug 38134 <https://bugs.freedesktop.org/show_bug.cgi?id=38134>`__ -
302   [bisected i965]piglit fbo/fbo-blit-d24s8 crashed
303-  `Bug 38145 <https://bugs.freedesktop.org/show_bug.cgi?id=38145>`__ -
304   r600g/evergreen: Incorrect rendering of some effects in doom3
305-  `Bug 38440 <https://bugs.freedesktop.org/show_bug.cgi?id=38440>`__ -
306   ETQW: Model in team select rendering too bright
307-  `Bug 38566 <https://bugs.freedesktop.org/show_bug.cgi?id=38566>`__ -
308   [regression] ETQW crashes with
309   21972c85ea734dbfcf69629c6b0b940efb42d4ba
310-  `Bug 38584 <https://bugs.freedesktop.org/show_bug.cgi?id=38584>`__ -
311   MESA_GLSL=dump causes SEGV in ir_print_visitor::unique_name
312-  `Bug 38599 <https://bugs.freedesktop.org/show_bug.cgi?id=38599>`__ -
313   THe value of WGL_PBUFFER_HEIGHT_ARB is returned as width in
314   wglQueryPbufferARB
315-  `Bug 38602 <https://bugs.freedesktop.org/show_bug.cgi?id=38602>`__ -
316   [bisected] Wrong display after "prefer native texture formats when
317   possible" commit
318-  `Bug 38624 <https://bugs.freedesktop.org/show_bug.cgi?id=38624>`__ -
319   program/ir_to_mesa.cpp:1440: virtual void
320   ir_to_mesa_visitor::visit(ir_dereference_variable*): Assertion
321   \`var->location != -1' failed.
322-  `Bug 38626 <https://bugs.freedesktop.org/show_bug.cgi?id=38626>`__ -
323   vbo: Don't discount stride breaks piglit on softpipe/r600g
324-  `Bug 38649 <https://bugs.freedesktop.org/show_bug.cgi?id=38649>`__ -
325   piglit fbo-copyteximage regression
326-  `Bug 38762 <https://bugs.freedesktop.org/show_bug.cgi?id=38762>`__ -
327   [IVB bisected]3D demos like glxgears abort
328-  `Bug 38771 <https://bugs.freedesktop.org/show_bug.cgi?id=38771>`__ -
329   [[GM45] DRI] GPU hangs with current Mesa GIT when running certain
330   OpenGL applications
331-  `Bug 38842 <https://bugs.freedesktop.org/show_bug.cgi?id=38842>`__ -
332   Various valid GLX attributes are rejected by MESA glxChooseFBConfig
333-  `Bug 38971 <https://bugs.freedesktop.org/show_bug.cgi?id=38971>`__ -
334   [bisected]oglc glsl-autointconv subcase
335   negative.function.ambiguousMatch failed
336-  `Bug 38987 <https://bugs.freedesktop.org/show_bug.cgi?id=38987>`__ -
337   sampler allowed as non-uniform / non-function parameters
338-  `Bug 39024 <https://bugs.freedesktop.org/show_bug.cgi?id=39024>`__ -
339   [Pineview webgl] many webgl conformance cases crash the browser
340-  `Bug 39083 <https://bugs.freedesktop.org/show_bug.cgi?id=39083>`__ -
341   [regression, bisected, r600g] Wrong rendering of Bubbles3D
342   screensaver
343-  `Bug 39119 <https://bugs.freedesktop.org/show_bug.cgi?id=39119>`__ -
344   setting SQ_LDS_RESOURCE_MGMT register to zero in other applications
345   muddles up font rendering permanently
346-  `Bug 39209 <https://bugs.freedesktop.org/show_bug.cgi?id=39209>`__ -
347   [bisected] Wrong display after "prefer native texture formats when
348   possible" commit - part2
349-  `Bug 39219 <https://bugs.freedesktop.org/show_bug.cgi?id=39219>`__ -
350   libgl conflict with xbmc causes lock up on xbmc exit
351-  `Bug 39257 <https://bugs.freedesktop.org/show_bug.cgi?id=39257>`__ -
352   [bisected SNB]Mesa demos engine causes GPU hang
353-  `Bug 39487 <https://bugs.freedesktop.org/show_bug.cgi?id=39487>`__ -
354   [i965] brw_wm_surface_state.c:495: brw_update_renderbuffer_surface:
355   Assertion \`brw->has_surface_tile_offset \|\| (tile_x == 0 && tile_y
356   == 0)' failed.
357-  `Bug 39515 <https://bugs.freedesktop.org/show_bug.cgi?id=39515>`__ -
358   FTBFS: libEGL depends on libgbm, but libEGL builds first
359-  `Bug 39572 <https://bugs.freedesktop.org/show_bug.cgi?id=39572>`__ -
360   Cogs: GPU hang
361
362Changes
363-------
364
365-  The Windows MSVC project files have been removed. They haven't been
366   maintained in quite a while. Building with SCons is an alternative.
367-  Removed GL_SGI_texture_color_table support from swrast driver - the
368   only driver that implemented it.
369
370The full set of changes can be viewed by using the following GIT
371command:
372
373::
374
375     git log mesa-7.10..mesa-7.11
376