summaryrefslogtreecommitdiff
path: root/docs/relnotes/17.1.9.rst
blob: 4c2fd4eaea118cb588876e91b236b475e465e958 (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
Mesa 17.1.9 Release Notes / September 8, 2017
=============================================

Mesa 17.1.9 is a bug fix release which fixes bugs found since the 17.1.8
release.

Mesa 17.1.9 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
----------------

::

   4325401b07b5f44759da781bc8d7c0a4a7244e09a702d16c037090986e07ee22  mesa-17.1.9.tar.gz
   5f51ad94341696097d5df7b838183534478216858ac0fc8de183671a36ffea1a  mesa-17.1.9.tar.xz

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

None

Bug fixes
---------

-  `Bug 100613 <https://bugs.freedesktop.org/show_bug.cgi?id=100613>`__
   - Regression in Mesa 17 on s390x (zSystems)
-  `Bug 102454 <https://bugs.freedesktop.org/show_bug.cgi?id=102454>`__
   - glibc 2.26 doesn't provide anymore xlocale.h
-  `Bug 102467 <https://bugs.freedesktop.org/show_bug.cgi?id=102467>`__
   - src/mesa/state_tracker/st_cb_readpixels.c:178]: (warning) Redundant
   assignment

Changes
-------

Andres Gomez (8):

-  docs: add sha256 checksums for 17.1.8
-  cherry-ignore: added 17.2 nominations.
-  cherry-ignore: add "nir: Fix system_value_from_intrinsic for
   subgroups"
-  cherry-ignore: add "i965: Fix crash in fallback GTT mapping."
-  cherry-ignore: add "radeonsi/gfx9: always flush DB metadata on
   framebuffer changes"
-  cherry-ignore: add "radv: Fix vkCopyImage with both depth and stencil
   aspects."
-  cherry-ignore: add "radeonsi/gfx9: proper workaround for LS/HS VGPR
   initialization bug"
-  Update version to 17.1.9

Bas Nieuwenhuizen (3):

-  radv: Fix off by one in MAX_VBS assert.
-  radv: Fix sparse BO mapping merging.
-  radv: Actually set the cmd_buffer usage_flags.

Ben Crocker (1):

-  llvmpipe: lp_build_gather_elem_vec BE fix for 3x16 load

Charmaine Lee (1):

-  vbo: fix offset in minmax cache key

Christian Gmeiner (1):

-  etnaviv: use correct param for etna_compatible_rs_format(..)

Emil Velikov (3):

-  egl: don't NULL deref the .get_capabilities function pointer
-  egl/wayland: plug leaks in dri2_wl_create_window_surface() error path
-  egl/wayland: polish object teardown in dri2_wl_destroy_surface

Eric Engestrom (1):

-  util: improve compiler guard

Grazvydas Ignotas (2):

-  radv: clear dynamic_shader_stages on create
-  radv: don't assert on empty hash table

Ilia Mirkin (2):

-  glsl: fix counting of vertex shader output slots used by explicit
   vars
-  st/mesa: fix handling of vertex array double inputs

Jason Ekstrand (2):

-  anv/formats: Nicely handle unknown VkFormat enums
-  spirv: Add support for the HelperInvocation builtin

Karol Herbst (1):

-  nvc0: write 0 to pipeline_statistics.cs_invocations

Michael Olbrich (1):

-  egl/dri2: only destroy created objects

Ray Strode (1):

-  gallivm: correct channel shift logic on big endian

Roland Scheidegger (1):

-  st/mesa: fix view template initialization in try_pbo_readpixels