blob: 21e00965419665510c788b59be51e935b66f9fe6 (
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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
|
Mesa 17.2.7 Release Notes / December 14, 2017
=============================================
Mesa 17.2.7 is a bug fix release which fixes bugs found since the 17.2.6
release.
Mesa 17.2.7 implements the OpenGL 4.5 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.5. OpenGL 4.5 is **only** available if requested at context creation
because compatibility contexts are not supported.
SHA256 checksums
----------------
::
e8d837a1cd55014e636e9caf6c75cfbe1b3e4be9ab3fa125f5ef38398aa12e97 mesa-17.2.7.tar.gz
50cfdea8df55045797b4d0409591c04c784d9551c4da09b8178874dbe5a37a68 mesa-17.2.7.tar.xz
New features
------------
None
Bug fixes
---------
- `Bug 94739 <https://bugs.freedesktop.org/show_bug.cgi?id=94739>`__ -
Mesa 11.1.2 implementation error: bad format MESA_FORMAT_Z_FLOAT32 in
\_mesa_unpack_uint_24_8_depth_stencil_row
- `Bug 101378 <https://bugs.freedesktop.org/show_bug.cgi?id=101378>`__
- interpolateAtSample check for input parameter is too strict
- `Bug 102006 <https://bugs.freedesktop.org/show_bug.cgi?id=102006>`__
- gstreamer vaapih264enc segfault
- `Bug 102435 <https://bugs.freedesktop.org/show_bug.cgi?id=102435>`__
- [skl,kbl] [drm] GPU HANG: ecode 9:0:0x86df7cf9, in csgo_linux64
[4947], reason: Hang on rcs, action: reset
- `Bug 102552 <https://bugs.freedesktop.org/show_bug.cgi?id=102552>`__
- Null dereference due to not checking return value of
util_format_description
- `Bug 102677 <https://bugs.freedesktop.org/show_bug.cgi?id=102677>`__
- [OpenGL CTS] KHR-GL45.CommonBugs.CommonBug_PerVertexValidation
fails
- `Bug 103098 <https://bugs.freedesktop.org/show_bug.cgi?id=103098>`__
- [OpenGL CTS] KHR-GL45.enhanced_layouts.varying_structure_locations
fails
- `Bug 103227 <https://bugs.freedesktop.org/show_bug.cgi?id=103227>`__
- [G965 G45 ILK]
ES2-CTS.gtf.GL2ExtensionTests.texture_float.texture_float regression
- `Bug 103393 <https://bugs.freedesktop.org/show_bug.cgi?id=103393>`__
- glDispatchComputeGroupSizeARB : gl_GlobalInvocationID.x !=
gl_WorkGroupID.x \* gl_LocalGroupSizeARB.x + gl_LocalInvocationID.x
- `Bug 103412 <https://bugs.freedesktop.org/show_bug.cgi?id=103412>`__
- gallium/wgl: Another fix to context creation without prior
SetPixelFormat()
- `Bug 103616 <https://bugs.freedesktop.org/show_bug.cgi?id=103616>`__
- Increased difference from reference image in shaders
- `Bug 103626 <https://bugs.freedesktop.org/show_bug.cgi?id=103626>`__
- [SNB] ES3-CTS.functional.shaders.precision
- `Bug 103732 <https://bugs.freedesktop.org/show_bug.cgi?id=103732>`__
- [swr] often gets stuck in piglit's glx-multi-context-single-window
test
- `Bug 103909 <https://bugs.freedesktop.org/show_bug.cgi?id=103909>`__
- anv_allocator.c:113:1: error: static declaration of ‘memfd_create’
follows non-static declaration
- `Bug 103966 <https://bugs.freedesktop.org/show_bug.cgi?id=103966>`__
- Mesa 17.2.5 implementation error: bad format MESA_FORMAT_Z_FLOAT32
in \_mesa_unpack_uint_24_8_depth_stencil_row
- `Bug 104119 <https://bugs.freedesktop.org/show_bug.cgi?id=104119>`__
- radv: OpBitFieldInsert produces 0 with a loop counter for Insert
- `Bug 104143 <https://bugs.freedesktop.org/show_bug.cgi?id=104143>`__
- r600/sb: clobbers gl_Position -> gl_FragCoord
Changes
-------
Alex Smith (1):
- radv: Add LLVM version to the device name string
Andres Gomez (2):
- docs: add sha256 checksums for 17.2.6
- docs: remove bug 103626 from fix list as per 17.2.6
Ben Crocker (2):
- docs/llvmpipe.html: Minor edits
- docs/llvmpipe: document ppc64le as alternative architecture to x86.
Dave Airlie (1):
- r600/sb: handle jump after target to end of program. (v2)
Denis Pauk (1):
- gallium/{r600, radeonsi}: Fix segfault with color format (v2)
Eduardo Lima Mitev (3):
- glsl_parser_extra: Add utility to copy symbols between symbol tables
- glsl: Use the utility function to copy symbols between symbol tables
- glsl/linker: Check that re-declared, inter-shader built-in blocks
match
Emil Velikov (3):
- gl_table.py: add extern C guard for the generated glapitable.h
- cherry-ignore: radeonsi: allow DMABUF exports for local buffers
- Update version to 17.2.7
Eric Anholt (1):
- broadcom/vc4: Fix handling of GFXH-515 workaround with a start vertex
count.
Eric Engestrom (1):
- compiler: use NDEBUG to guard asserts
Fabian Bieler (2):
- glsl: Match order of gl_LightSourceParameters elements.
- glsl: Fix gl_NormalScale.
Frank Richter (1):
- gallium/wgl: fix default pixel format issue
George Kyriazis (1):
- swr: Handle resource across context changes
Gert Wollny (2):
- r600: Emit EOP for more CF instruction types
- r600/sb: do not convert if-blocks that contain indirect array access
Ilia Mirkin (1):
- glsl: fix derived cs variables
James Legg (1):
- nir/opcodes: Fix constant-folding of bitfield_insert
Jason Ekstrand (1):
- i965: Disable regular fast-clears (CCS_D) on gen9+
Juan A. Suarez Romero (1):
- glsl: add varying resources for arrays of complex types
Julien Isorce (1):
- st/va: change frame_idx from array to hash table
Kai Wasserbäch (1):
- docs: Point to apt.llvm.org for development snapshot packages
Kenneth Graunke (3):
- meta: Initialize depth/clear values on declaration.
- meta: Fix ClearTexture with GL_DEPTH_COMPONENT.
- i965: Fix Smooth Point Enables.
Marek Olšák (3):
- radeonsi: fix layered DCC fast clear
- radeonsi/gfx9: fix importing shared textures with DCC
- radeonsi: flush the context after resource_copy_region for buffer
exports
Matt Turner (4):
- i965/fs: Handle negating immediates on MADs when propagating
saturates
- util: Fix SHA1 implementation on big endian
- util: Fix disk_cache index calculation on big endian
- i965/fs: Unpack count argument to 64-bit shift ops on Atom
Nicolai Hähnle (3):
- radeonsi: fix the R600_RESOURCE_FLAG_UNMAPPABLE check
- glsl: allow any l-value of an input variable as interpolant in
interpolateAt\*
- glsl: fix interpolateAtXxx(some_vec[idx], ...) with dynamic idx
Pierre Moreau (1):
- nvc0/ir: Properly lower 64-bit shifts when the shift value is >32
Tapani Pälli (1):
- mesa/gles: adjust internal format in glTexSubImage2D error checks
Timothy Arceri (1):
- glsl: get correct member type when processing xfb ifc arrays
Vadym Shovkoplias (2):
- intel/blorp: Fix possible NULL pointer dereferencing
- glx/dri3: Remove unused deviceName variable
Vinson Lee (1):
- anv: Check if memfd_create is already defined.
|