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