1Mesa 11.0.5 Release Notes / November 11, 2015
2=============================================
3
4Mesa 11.0.5 is a bug fix release which fixes bugs found since the 11.0.4
5release.
6
7Mesa 11.0.5 implements the OpenGL 4.1 API, but the version reported by
8glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
9glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being
10used. Some drivers don't support all the features required in OpenGL
114.1. OpenGL 4.1 is **only** available if requested at context creation
12because compatibility contexts are not supported.
13
14SHA256 checksums
15----------------
16
17::
18
19   8495ef5c06f7f726452462b7d408a5b40048373ff908f2283a3b4d1f49b45ee6  mesa-11.0.5.tar.gz
20   9c255a2a6695fcc6ef4a279e1df0aeaf417dc142f39ee59dfb533d80494bb67a  mesa-11.0.5.tar.xz
21
22New features
23------------
24
25None
26
27Bug fixes
28---------
29
30This list is likely incomplete.
31
32-  `Bug 91993 <https://bugs.freedesktop.org/show_bug.cgi?id=91993>`__ -
33   Graphical glitch in Astromenace (open-source game).
34-  `Bug 92214 <https://bugs.freedesktop.org/show_bug.cgi?id=92214>`__ -
35   Flightgear crashes during splashboot with R600 driver, LLVM 3.7.0 and
36   mesa 11.0.2
37-  `Bug 92437 <https://bugs.freedesktop.org/show_bug.cgi?id=92437>`__ -
38   osmesa: Expose GL entry points for Windows build, via .def file
39-  `Bug 92476 <https://bugs.freedesktop.org/show_bug.cgi?id=92476>`__ -
40   [cts] ES2-CTS.gtf.GL2ExtensionTests.egl_image.egl_image fails
41-  `Bug 92623 <https://bugs.freedesktop.org/show_bug.cgi?id=92623>`__ -
42   Differences in prog_data ignored when caching fragment programs
43   (causes hangs)
44
45Changes
46-------
47
48Alex Deucher (1):
49
50-  radeon/uvd: don't expose HEVC on old UVD hw (v3)
51
52Ben Widawsky (1):
53
54-  i965/skl: Add GT4 PCI IDs
55
56Emil Velikov (4):
57
58-  docs: add sha256 checksums for 11.0.4
59-  cherry-ignore: ignore a possible wrong nomination
60-  Revert "mesa/glformats: Undo code changes from
61   \_mesa_base_tex_format() move"
62-  Update version to 11.0.5
63
64Emmanuel Gil Peyrot (1):
65
66-  gbm.h: Add a missing stddef.h include for size_t.
67
68Eric Anholt (1):
69
70-  vc4: When the create ioctl fails, free our cache and try again.
71
72Ian Romanick (1):
73
74-  i965: Fix is-renderable check in
75   intel_image_target_renderbuffer_storage
76
77Ilia Mirkin (3):
78
79-  nvc0: respect edgeflag attribute width
80-  nouveau: set MaxDrawBuffers to the same value as MaxColorAttachments
81-  nouveau: relax fence emit space assert
82
83Ivan Kalvachev (1):
84
85-  r600g: Fix special negative immediate constants when using ABS
86   modifier.
87
88Jason Ekstrand (2):
89
90-  nir/lower_vec_to_movs: Pass the shader around directly
91-  nir: Report progress from lower_vec_to_movs().
92
93Jose Fonseca (2):
94
95-  gallivm: Translate all util_cpu_caps bits to LLVM attributes.
96-  gallivm: Explicitly disable unsupported CPU features.
97
98Julien Isorce (4):
99
100-  st/va: pass picture desc to begin and decode
101-  nvc0: fix crash when nv50_miptree_from_handle fails
102-  st/va: do not destroy old buffer when new one failed
103-  st/va: add more errors checks in vlVaBufferSetNumElements and
104   vlVaMapBuffer
105
106Kenneth Graunke (6):
107
108-  i965: Fix missing BRW_NEW_*_PROG_DATA flagging caused by cache reuse.
109-  nir: Report progress from nir_split_var_copies().
110-  nir: Properly invalidate metadata in nir_split_var_copies().
111-  nir: Properly invalidate metadata in nir_opt_copy_prop().
112-  nir: Properly invalidate metadata in nir_lower_vec_to_movs().
113-  nir: Properly invalidate metadata in nir_opt_remove_phis().
114
115Marek Olšák (1):
116
117-  radeonsi: add register definitions for Stoney
118
119Nanley Chery (1):
120
121-  mesa/glformats: Undo code changes from \_mesa_base_tex_format() move
122
123Nicolai Hähnle (1):
124
125-  st/mesa: fix mipmap generation for immutable textures with incomplete
126   pyramids
127
128Nigel Stewart (1):
129
130-  osmesa: Expose GL entry points for Windows build via DEF file.
131
132Roland Scheidegger (1):
133
134-  gallivm: disable f16c when not using AVX
135
136Samuel Li (2):
137
138-  radeonsi: add support for Stoney asics (v3)
139-  radeonsi: add Stoney pci ids
140