1 | Mesa 17.1.3 Release Notes / June 19, 2017
|
---|
2 | =========================================
|
---|
3 |
|
---|
4 | Mesa 17.1.3 is a bug fix release which fixes bugs found since the 17.1.2
|
---|
5 | release.
|
---|
6 |
|
---|
7 | Mesa 17.1.3 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 | 81ae9127286ff8d631e466d258608d6dea9854fe7bee2e8521da44c7544f01e5 mesa-17.1.3.tar.gz
|
---|
20 | 5f1ee9a8aea2880f887884df2dea0c16dd1b13eb42fd2e52265db0dc1b380e8c mesa-17.1.3.tar.xz
|
---|
21 |
|
---|
22 | New features
|
---|
23 | ------------
|
---|
24 |
|
---|
25 | None
|
---|
26 |
|
---|
27 | Bug fixes
|
---|
28 | ---------
|
---|
29 |
|
---|
30 | - `Bug 100988 <https://bugs.freedesktop.org/show_bug.cgi?id=100988>`__
|
---|
31 | - glXGetCurrentDisplay() no longer works for FakeGLX contexts?
|
---|
32 |
|
---|
33 | Changes
|
---|
34 | -------
|
---|
35 |
|
---|
36 | Bas Nieuwenhuizen (3):
|
---|
37 |
|
---|
38 | - radv: Set both compute and graphics SGPRS on descriptor set flush.
|
---|
39 | - radv: Dirty all descriptors sets when changing the pipeline.
|
---|
40 | - radv: Remove SI num RB override for occlusion queries.
|
---|
41 |
|
---|
42 | Brian Paul (1):
|
---|
43 |
|
---|
44 | - xlib: fix glXGetCurrentDisplay() failure
|
---|
45 |
|
---|
46 | Chad Versace (1):
|
---|
47 |
|
---|
48 | - i965/dri: Fix bad GL error in intel_create_winsys_renderbuffer()
|
---|
49 |
|
---|
50 | Chuck Atkins (1):
|
---|
51 |
|
---|
52 | - configure.ac: Reduce zlib requirement from 1.2.8 to 1.2.3.
|
---|
53 |
|
---|
54 | Dave Airlie (3):
|
---|
55 |
|
---|
56 | - radv: expose integrated device type for APUs.
|
---|
57 | - radv: set fmask state to all 0s when no fmask. (v2)
|
---|
58 | - glsl/lower_distance: only set max_array_access for 1D clip dist
|
---|
59 | arrays
|
---|
60 |
|
---|
61 | Emil Velikov (1):
|
---|
62 |
|
---|
63 | - Update version to 17.1.3
|
---|
64 |
|
---|
65 | Grazvydas Ignotas (1):
|
---|
66 |
|
---|
67 | - radv: fix trace dumping for !use_ib_bos
|
---|
68 |
|
---|
69 | Faith Ekstrand (4):
|
---|
70 |
|
---|
71 | - i965/blorp: Take a layer range in intel_hiz_exec
|
---|
72 | - i965: Move the pre-depth-clear flush/stalls to intel_hiz_exec
|
---|
73 | - i965: Perform HiZ flush/stall prior to HiZ resolves
|
---|
74 | - i965: Mark depth surfaces as needing a HiZ resolve after blitting
|
---|
75 |
|
---|
76 | José Fonseca (1):
|
---|
77 |
|
---|
78 | - automake: Link all libGL.so variants with -Bsymbolic.
|
---|
79 |
|
---|
80 | Juan A. Suarez Romero (1):
|
---|
81 |
|
---|
82 | - docs: add sha256 checksums for 17.1.2
|
---|
83 |
|
---|
84 | Lucas Stach (1):
|
---|
85 |
|
---|
86 | - etnaviv: always do cpu_fini in transfer_unmap
|
---|
87 |
|
---|
88 | Lyude (1):
|
---|
89 |
|
---|
90 | - nvc0: disable BGRA8 images on Fermi
|
---|
91 |
|
---|
92 | Marek Olšák (3):
|
---|
93 |
|
---|
94 | - st/mesa: don't load cached TGSI shaders on demand
|
---|
95 | - radeonsi: fix a GPU hang with tessellation on 2-CU configs
|
---|
96 | - radeonsi: disable the patch ID workaround on SI when the patch ID
|
---|
97 | isn't used (v2)
|
---|
98 |
|
---|
99 | Nicolai Hähnle (1):
|
---|
100 |
|
---|
101 | - radv: fewer than 8 RBs are possible
|
---|
102 |
|
---|
103 | Nicolas Dechesne (1):
|
---|
104 |
|
---|
105 | - util/rand_xor: add missing include statements
|
---|
106 |
|
---|
107 | Tapani Pälli (1):
|
---|
108 |
|
---|
109 | - egl: fix \_eglQuerySurface in EGL_BUFFER_AGE_EXT case
|
---|
110 |
|
---|
111 | Thomas Hellstrom (1):
|
---|
112 |
|
---|
113 | - dri3/GLX: Fix drawable invalidation v2
|
---|
114 |
|
---|
115 | Tim Rowley (1):
|
---|
116 |
|
---|
117 | - swr: relax c++ requirement from c++14 to c++11
|
---|