1 | Mesa 17.2.4 Release Notes / October 30, 2017
|
---|
2 | ============================================
|
---|
3 |
|
---|
4 | Mesa 17.2.4 is a bug fix release which fixes bugs found since the 17.2.3
|
---|
5 | release.
|
---|
6 |
|
---|
7 | Mesa 17.2.4 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 | cb266edc5cf7226219ebaf556ca2e03dff282e0324d20afd80423a5754d1272c mesa-17.2.4.tar.gz
|
---|
20 | 5ba408fecd6e1132e5490eec1a2f04466214e4c65c8b89b331be844768c2e550 mesa-17.2.4.tar.xz
|
---|
21 |
|
---|
22 | New features
|
---|
23 | ------------
|
---|
24 |
|
---|
25 | None
|
---|
26 |
|
---|
27 | Bug fixes
|
---|
28 | ---------
|
---|
29 |
|
---|
30 | - `Bug 102774 <https://bugs.freedesktop.org/show_bug.cgi?id=102774>`__
|
---|
31 | - [BDW] [Bisected] Absolute constant buffers break VAAPI in mpv
|
---|
32 | - `Bug 103388 <https://bugs.freedesktop.org/show_bug.cgi?id=103388>`__
|
---|
33 | - Linking libcltgsi.la (llvm/codegen/libclllvm_la-common.lo) fails
|
---|
34 | with "error: no match for 'operator-'" with GCC-7, Mesa from Git and
|
---|
35 | current LLVM revisions
|
---|
36 |
|
---|
37 | Changes
|
---|
38 | -------
|
---|
39 |
|
---|
40 | Andres Gomez (8):
|
---|
41 |
|
---|
42 | - cherry-ignore: configure.ac: rework llvm detection and handling
|
---|
43 | - cherry-ignore: glsl: fix derived cs variables
|
---|
44 | - cherry-ignore: added 17.3 nominations.
|
---|
45 | - cherry-ignore: radv: Don't use vgpr indexing for outputs on GFX9.
|
---|
46 | - cherry-ignore: radv: Disallow indirect outputs for GS on GFX9 as
|
---|
47 | well.
|
---|
48 | - cherry-ignore: mesa/bufferobj: don't double negate the range
|
---|
49 | - cherry-ignore: broadcom/vc5: Propagate vc4 aliasing fix to vc5.
|
---|
50 | - Update version to 17.2.4
|
---|
51 |
|
---|
52 | Bas Nieuwenhuizen (1):
|
---|
53 |
|
---|
54 | - ac/nir: Fix nir_texop_lod on GFX for 1D arrays.
|
---|
55 |
|
---|
56 | Dave Airlie (1):
|
---|
57 |
|
---|
58 | - radv/image: bump all the offset to uint64_t.
|
---|
59 |
|
---|
60 | Emil Velikov (1):
|
---|
61 |
|
---|
62 | - docs: add sha256 checksums for 17.2.3
|
---|
63 |
|
---|
64 | Henri Verbeet (1):
|
---|
65 |
|
---|
66 | - vulkan/wsi: Free the event in x11_manage_fifo_queues().
|
---|
67 |
|
---|
68 | Jan Vesely (1):
|
---|
69 |
|
---|
70 | - clover: Fix compilation after clang r315871
|
---|
71 |
|
---|
72 | Faith Ekstrand (4):
|
---|
73 |
|
---|
74 | - nir/intrinsics: Set the correct num_indices for load_output
|
---|
75 | - intel/fs: Handle flag read/write aliasing in needs_src_copy
|
---|
76 | - anv/pipeline: Call nir_lower_system_valaues after brw_preprocess_nir
|
---|
77 | - intel/eu: Use EXECUTE_1 for JMPI
|
---|
78 |
|
---|
79 | Kenneth Graunke (1):
|
---|
80 |
|
---|
81 | - i965: Revert absolute mode for constant buffer pointers.
|
---|
82 |
|
---|
83 | Marek Olšák (1):
|
---|
84 |
|
---|
85 | - Revert "mesa: fix texture updates for ATI_fragment_shader"
|
---|
86 |
|
---|
87 | Matthew Nicholls (1):
|
---|
88 |
|
---|
89 | - ac/nir: generate correct instruction for atomic min/max on unsigned
|
---|
90 | images
|
---|
91 |
|
---|
92 | Michel Dänzer (1):
|
---|
93 |
|
---|
94 | - st/mesa: Initialize textures array in st_framebuffer_validate
|
---|
95 |
|
---|
96 | Samuel Pitoiset (1):
|
---|
97 |
|
---|
98 | - radv: add the draw count buffer to the list of buffers
|
---|
99 |
|
---|
100 | Stefan Schake (1):
|
---|
101 |
|
---|
102 | - broadcom/vc4: Fix aliasing issue
|
---|