1 | Mesa 17.1.9 Release Notes / September 8, 2017
|
---|
2 | =============================================
|
---|
3 |
|
---|
4 | Mesa 17.1.9 is a bug fix release which fixes bugs found since the 17.1.8
|
---|
5 | release.
|
---|
6 |
|
---|
7 | Mesa 17.1.9 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 | because compatibility contexts are not supported.
|
---|
13 |
|
---|
14 | SHA256 checksums
|
---|
15 | ----------------
|
---|
16 |
|
---|
17 | ::
|
---|
18 |
|
---|
19 | 4325401b07b5f44759da781bc8d7c0a4a7244e09a702d16c037090986e07ee22 mesa-17.1.9.tar.gz
|
---|
20 | 5f51ad94341696097d5df7b838183534478216858ac0fc8de183671a36ffea1a mesa-17.1.9.tar.xz
|
---|
21 |
|
---|
22 | New features
|
---|
23 | ------------
|
---|
24 |
|
---|
25 | None
|
---|
26 |
|
---|
27 | Bug 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 |
|
---|
38 | Changes
|
---|
39 | -------
|
---|
40 |
|
---|
41 | Andres 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 |
|
---|
56 | Bas 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 |
|
---|
62 | Ben Crocker (1):
|
---|
63 |
|
---|
64 | - llvmpipe: lp_build_gather_elem_vec BE fix for 3x16 load
|
---|
65 |
|
---|
66 | Charmaine Lee (1):
|
---|
67 |
|
---|
68 | - vbo: fix offset in minmax cache key
|
---|
69 |
|
---|
70 | Christian Gmeiner (1):
|
---|
71 |
|
---|
72 | - etnaviv: use correct param for etna_compatible_rs_format(..)
|
---|
73 |
|
---|
74 | Emil 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 |
|
---|
80 | Eric Engestrom (1):
|
---|
81 |
|
---|
82 | - util: improve compiler guard
|
---|
83 |
|
---|
84 | Grazvydas Ignotas (2):
|
---|
85 |
|
---|
86 | - radv: clear dynamic_shader_stages on create
|
---|
87 | - radv: don't assert on empty hash table
|
---|
88 |
|
---|
89 | Ilia 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 |
|
---|
95 | Faith Ekstrand (2):
|
---|
96 |
|
---|
97 | - anv/formats: Nicely handle unknown VkFormat enums
|
---|
98 | - spirv: Add support for the HelperInvocation builtin
|
---|
99 |
|
---|
100 | Karol Herbst (1):
|
---|
101 |
|
---|
102 | - nvc0: write 0 to pipeline_statistics.cs_invocations
|
---|
103 |
|
---|
104 | Michael Olbrich (1):
|
---|
105 |
|
---|
106 | - egl/dri2: only destroy created objects
|
---|
107 |
|
---|
108 | Ray Strode (1):
|
---|
109 |
|
---|
110 | - gallivm: correct channel shift logic on big endian
|
---|
111 |
|
---|
112 | Roland Scheidegger (1):
|
---|
113 |
|
---|
114 | - st/mesa: fix view template initialization in try_pbo_readpixels
|
---|