xref: /aosp_15_r20/external/mesa3d/docs/relnotes/17.1.9.rst (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1Mesa 17.1.9 Release Notes / September 8, 2017
2=============================================
3
4Mesa 17.1.9 is a bug fix release which fixes bugs found since the 17.1.8
5release.
6
7Mesa 17.1.9 implements the OpenGL 4.5 API, but the version reported by
8glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
9glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being
10used. Some drivers don't support all the features required in OpenGL
114.5. OpenGL 4.5 is **only** available if requested at context creation
12because compatibility contexts are not supported.
13
14SHA256 checksums
15----------------
16
17::
18
19   4325401b07b5f44759da781bc8d7c0a4a7244e09a702d16c037090986e07ee22  mesa-17.1.9.tar.gz
20   5f51ad94341696097d5df7b838183534478216858ac0fc8de183671a36ffea1a  mesa-17.1.9.tar.xz
21
22New features
23------------
24
25None
26
27Bug fixes
28---------
29
30-  `Bug 100613 <https://bugs.freedesktop.org/show_bug.cgi?id=100613>`__
31   - Regression in Mesa 17 on s390x (zSystems)
32-  `Bug 102454 <https://bugs.freedesktop.org/show_bug.cgi?id=102454>`__
33   - glibc 2.26 doesn't provide anymore xlocale.h
34-  `Bug 102467 <https://bugs.freedesktop.org/show_bug.cgi?id=102467>`__
35   - src/mesa/state_tracker/st_cb_readpixels.c:178]: (warning) Redundant
36   assignment
37
38Changes
39-------
40
41Andres Gomez (8):
42
43-  docs: add sha256 checksums for 17.1.8
44-  cherry-ignore: added 17.2 nominations.
45-  cherry-ignore: add "nir: Fix system_value_from_intrinsic for
46   subgroups"
47-  cherry-ignore: add "i965: Fix crash in fallback GTT mapping."
48-  cherry-ignore: add "radeonsi/gfx9: always flush DB metadata on
49   framebuffer changes"
50-  cherry-ignore: add "radv: Fix vkCopyImage with both depth and stencil
51   aspects."
52-  cherry-ignore: add "radeonsi/gfx9: proper workaround for LS/HS VGPR
53   initialization bug"
54-  Update version to 17.1.9
55
56Bas Nieuwenhuizen (3):
57
58-  radv: Fix off by one in MAX_VBS assert.
59-  radv: Fix sparse BO mapping merging.
60-  radv: Actually set the cmd_buffer usage_flags.
61
62Ben Crocker (1):
63
64-  llvmpipe: lp_build_gather_elem_vec BE fix for 3x16 load
65
66Charmaine Lee (1):
67
68-  vbo: fix offset in minmax cache key
69
70Christian Gmeiner (1):
71
72-  etnaviv: use correct param for etna_compatible_rs_format(..)
73
74Emil Velikov (3):
75
76-  egl: don't NULL deref the .get_capabilities function pointer
77-  egl/wayland: plug leaks in dri2_wl_create_window_surface() error path
78-  egl/wayland: polish object teardown in dri2_wl_destroy_surface
79
80Eric Engestrom (1):
81
82-  util: improve compiler guard
83
84Grazvydas Ignotas (2):
85
86-  radv: clear dynamic_shader_stages on create
87-  radv: don't assert on empty hash table
88
89Ilia Mirkin (2):
90
91-  glsl: fix counting of vertex shader output slots used by explicit
92   vars
93-  st/mesa: fix handling of vertex array double inputs
94
95Faith Ekstrand (2):
96
97-  anv/formats: Nicely handle unknown VkFormat enums
98-  spirv: Add support for the HelperInvocation builtin
99
100Karol Herbst (1):
101
102-  nvc0: write 0 to pipeline_statistics.cs_invocations
103
104Michael Olbrich (1):
105
106-  egl/dri2: only destroy created objects
107
108Ray Strode (1):
109
110-  gallivm: correct channel shift logic on big endian
111
112Roland Scheidegger (1):
113
114-  st/mesa: fix view template initialization in try_pbo_readpixels
115