summaryrefslogtreecommitdiff
path: root/docs/relnotes/18.2.5.rst
blob: 2b1ea192ad0470922b2e47cb7406a1dd009fc6e3 (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
Mesa 18.2.5 Release Notes / November 15, 2018
=============================================

Mesa 18.2.5 is a bug fix release which fixes bugs found since the 18.2.4
release.

Mesa 18.2.5 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.
Compatibility contexts may report a lower version depending on each
driver.

SHA256 checksums
----------------

::

   dddc28928b6f4083a0d5120b58c1c8e2dc189ab5c14299c08a386607fdbbdce7  mesa-18.2.5.tar.gz
   b12c32872832e5353155e1e8026e1f1ab75bba9dc5b178d712045684d26c2b73  mesa-18.2.5.tar.xz

New features
------------

None

Bug fixes
---------

-  `Bug 105731 <https://bugs.freedesktop.org/show_bug.cgi?id=105731>`__
   - linker error "fragment shader input ... has no matching output in
   the previous stage" when previous stage's output declaration in a
   separate shader object
-  `Bug 107511 <https://bugs.freedesktop.org/show_bug.cgi?id=107511>`__
   - KHR/khrplatform.h not always installed when needed
-  `Bug 107626 <https://bugs.freedesktop.org/show_bug.cgi?id=107626>`__
   - [SNB] The graphical corruption and GPU hang occur sometimes on the
   piglit test "arb_texture_multisample-large-float-texture" with
   parameter --fp16
-  `Bug 108082 <https://bugs.freedesktop.org/show_bug.cgi?id=108082>`__
   - warning: unknown warning option '-Wno-format-truncation'
   [-Wunknown-warning-option]
-  `Bug 108560 <https://bugs.freedesktop.org/show_bug.cgi?id=108560>`__
   - Mesa 32 is built without sse

Changes
-------

Andre Heider (1):

-  st/nine: fix stack corruption due to ABI mismatch

Andrii Simiklit (1):

-  i965/batch: don't ignore the 'brw_new_batch' call for a 'new batch'

Dylan Baker (2):

-  meson: link gallium nine with pthreads
-  meson: fix libatomic tests

Emil Velikov (2):

-  egl/glvnd: correctly report errors when vendor cannot be found
-  m4: add Werror when checking for compiler flags

Eric Engestrom (6):

-  svga: add missing meson build dependency
-  clover: add missing meson build dependency
-  wsi/wayland: use proper VkResult type
-  wsi/wayland: only finish() a successfully init()ed display
-  configure: install KHR/khrplatform.h when needed
-  meson: install KHR/khrplatform.h when needed

Gert Wollny (1):

-  virgl/vtest-winsys: Use virgl version of bind flags

Jonathan Gray (1):

-  intel/tools: include stdarg.h in error2aub

Juan A. Suarez Romero (4):

-  docs: add sha256 checksums for 18.2.4
-  cherry-ignore: add explicit 18.3 only nominations
-  cherry-ignore: i965/batch: avoid reverting batch buffer if saved
   state is an empty
-  Update version to 18.2.5

Lionel Landwerlin (1):

-  anv/android: mark gralloc allocated BOs as external

Marek Olšák (3):

-  ac: fix ac_build_fdiv for f64
-  st/va: fix incorrect use of resource_destroy
-  include: update GL & GLES headers (v2)

Matt Turner (2):

-  util/ralloc: Switch from DEBUG to NDEBUG
-  util/ralloc: Make sizeof(linear_header) a multiple of 8

Olivier Fourdan (1):

-  wayland/egl: Resize EGL surface on update buffer for swrast

Rhys Perry (1):

-  glsl_to_tgsi: don't create 64-bit integer MAD/FMA

Samuel Pitoiset (2):

-  radv: disable conditional rendering for vkCmdCopyQueryPoolResults()
-  radv: only expose VK_SUBGROUP_FEATURE_ARITHMETIC_BIT for VI+

Sergii Romantsov (1):

-  autotools: library-dependency when no sse and 32-bit

Timothy Arceri (4):

-  st/mesa: calculate buffer size correctly for packed uniforms
-  st/glsl_to_nir: fix next_stage gathering
-  nir: add glsl_type_is_integer() helper
-  nir: don't pack varyings ints with floats unless flat

Vadym Shovkoplias (1):

-  glsl/linker: Fix out variables linking during single stage

Vinson Lee (1):

-  r600/sb: Fix constant logical operand in assert.