1
Mesa 18.2.5 Release Notes / November 15, 2018
2
=============================================
4
Mesa 18.2.5 is a bug fix release which fixes bugs found since the 18.2.4
7
Mesa 18.2.5 implements the OpenGL 4.5 API, but the version reported by
8
glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
9
glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being
10
used. Some drivers don't support all the features required in OpenGL
11
4.5. OpenGL 4.5 is **only** available if requested at context creation.
12
Compatibility contexts may report a lower version depending on each
20
dddc28928b6f4083a0d5120b58c1c8e2dc189ab5c14299c08a386607fdbbdce7 mesa-18.2.5.tar.gz
21
b12c32872832e5353155e1e8026e1f1ab75bba9dc5b178d712045684d26c2b73 mesa-18.2.5.tar.xz
31
- `Bug 105731 <https://bugs.freedesktop.org/show_bug.cgi?id=105731>`__
32
- linker error "fragment shader input ... has no matching output in
33
the previous stage" when previous stage's output declaration in a
34
separate shader object
35
- `Bug 107511 <https://bugs.freedesktop.org/show_bug.cgi?id=107511>`__
36
- KHR/khrplatform.h not always installed when needed
37
- `Bug 107626 <https://bugs.freedesktop.org/show_bug.cgi?id=107626>`__
38
- [SNB] The graphical corruption and GPU hang occur sometimes on the
39
piglit test "arb_texture_multisample-large-float-texture" with
41
- `Bug 108082 <https://bugs.freedesktop.org/show_bug.cgi?id=108082>`__
42
- warning: unknown warning option '-Wno-format-truncation'
43
[-Wunknown-warning-option]
44
- `Bug 108560 <https://bugs.freedesktop.org/show_bug.cgi?id=108560>`__
45
- Mesa 32 is built without sse
52
- st/nine: fix stack corruption due to ABI mismatch
56
- i965/batch: don't ignore the 'brw_new_batch' call for a 'new batch'
60
- meson: link gallium nine with pthreads
61
- meson: fix libatomic tests
65
- egl/glvnd: correctly report errors when vendor cannot be found
66
- m4: add Werror when checking for compiler flags
70
- svga: add missing meson build dependency
71
- clover: add missing meson build dependency
72
- wsi/wayland: use proper VkResult type
73
- wsi/wayland: only finish() a successfully init()ed display
74
- configure: install KHR/khrplatform.h when needed
75
- meson: install KHR/khrplatform.h when needed
79
- virgl/vtest-winsys: Use virgl version of bind flags
83
- intel/tools: include stdarg.h in error2aub
85
Juan A. Suarez Romero (4):
87
- docs: add sha256 checksums for 18.2.4
88
- cherry-ignore: add explicit 18.3 only nominations
89
- cherry-ignore: i965/batch: avoid reverting batch buffer if saved
91
- Update version to 18.2.5
93
Lionel Landwerlin (1):
95
- anv/android: mark gralloc allocated BOs as external
99
- ac: fix ac_build_fdiv for f64
100
- st/va: fix incorrect use of resource_destroy
101
- include: update GL & GLES headers (v2)
105
- util/ralloc: Switch from DEBUG to NDEBUG
106
- util/ralloc: Make sizeof(linear_header) a multiple of 8
110
- wayland/egl: Resize EGL surface on update buffer for swrast
114
- glsl_to_tgsi: don't create 64-bit integer MAD/FMA
118
- radv: disable conditional rendering for vkCmdCopyQueryPoolResults()
119
- radv: only expose VK_SUBGROUP_FEATURE_ARITHMETIC_BIT for VI+
121
Sergii Romantsov (1):
123
- autotools: library-dependency when no sse and 32-bit
127
- st/mesa: calculate buffer size correctly for packed uniforms
128
- st/glsl_to_nir: fix next_stage gathering
129
- nir: add glsl_type_is_integer() helper
130
- nir: don't pack varyings ints with floats unless flat
132
Vadym Shovkoplias (1):
134
- glsl/linker: Fix out variables linking during single stage
138
- r600/sb: Fix constant logical operand in assert.