loader/dri3: Use dri3_wait_for_event_locked in loader_dri3_wait_for_msc
[mesa.git] / docs / relnotes / 17.0.6.rst
1 Mesa 17.0.6 Release Notes / May 12, 2017
2 ========================================
3
4 Mesa 17.0.6 is a bug fix release which fixes bugs found since the 17.0.5
5 release.
6
7 Mesa 17.0.6 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 f1b2497d553e9a584f0caa3a2d9d310e27ead15fb0af170da69f6e70fb5031cd mesa-17.0.6.tar.gz
20 89ecf3bcd0f18dcca5aaa42bf36bb52a2df33be89889f94aaaad91f7a504a69d mesa-17.0.6.tar.xz
21
22 New features
23 ------------
24
25 None
26
27 Bug fixes
28 ---------
29
30 - `Bug 98428 <https://bugs.freedesktop.org/show_bug.cgi?id=98428>`__ -
31 Undefined non-weak-symbol in dri-drivers
32 - `Bug 100854 <https://bugs.freedesktop.org/show_bug.cgi?id=100854>`__
33 - YUV to RGB Color Space Conversion result is not precise
34
35 Changes
36 -------
37
38 Adam Jackson (1):
39
40 - egl/platform/drm: Don't take display ownership until gbm is
41 initialized
42
43 Andres Gomez (7):
44
45 - docs: add sha256 checksums for 17.0.5
46 - travis: replace Trusty-based LLVM toolchain apt-get with apt addon
47 - travis: add the possibility of using the txc-dxtn library
48 - cherry-ignore: 17.1 nominations only
49 - cherry-ignore: fix regression in descriptor set freeing.
50 - cherry-ignore: rejected commits
51 - Update version to 17.0.6
52
53 Ben Boeckel (1):
54
55 - scons: update for LLVM 4.0
56
57 Brian Paul (1):
58
59 - st/mesa: move duplicated st_ws_framebuffer() function into header
60 file
61
62 Chad Versace (3):
63
64 - egl: Emit error when EGLSurface is lost
65 - egl/android: Cancel any outstanding ANativeBuffer in surface
66 destructor
67 - egl/android: Mark surface as lost when dequeueBuffer fails
68
69 Christian Gmeiner (1):
70
71 - etnaviv: add L8A8_UNORM texture format
72
73 Dave Airlie (2):
74
75 - radv/wsi: report presentation error per image request
76 - radv: enable POLARIS12 support.
77
78 Emil Velikov (21):
79
80 - travis: correct libdrm required regex to also track libdrm itself
81 - travis: add nearly all gallium drivers to the list
82 - travis: use both cores for make/make check
83 - travis: bring the scons build on par with AppVeyor
84 - travis: explicitly LD_LIBRARY_PATH the local libraries
85 - travis: enable apt cache
86 - travis: automatically manage ccache caching
87 - travis: remove unused -dev packages
88 - travis: rework "if test" blocks in the script section
89 - travis: split out matrix from env
90 - travis: add separate "scons" and "scons llvm" targets
91 - travis: add "scons swr" to the build matrix
92 - travis: add "make swr" to the build matrix
93 - travis: split the make target to three separate ones
94 - travis: model scons check target like the make one
95 - travis: add Gallium state-tracker targets
96 - travis: enable wayland support
97 - travis: bump MAKEFLAGS to -j4
98 - gallium/dri: always link against shared glapi
99 - mesa/dri: always link against shared glapi
100 - glx: glX_proto_send.py: use correct compile guard
101 GLX_INDIRECT_RENDERING
102
103 Eric Anholt (1):
104
105 - nir: Pick just the channels we want for bitmap and drawpixels
106 lowering.
107
108 Ilia Mirkin (1):
109
110 - gallium/targets: fix bool setting on BE architectures
111
112 Jason Ekstrand (1):
113
114 - anv/cmd_buffer: Use the device allocator for QueueSubmit
115
116 Johnson Lin (1):
117
118 - nir/lower_tex: Fix minor error in YUV color conversion matrix
119
120 Marek Olšák (2):
121
122 - radeonsi: adjust ESGS ring buffer size computation on VI
123 - radeonsi: apply the tess+GS hang workaround to Polaris12 as well
124
125 Nicolai Hähnle (1):
126
127 - radeonsi: fix gl_PrimitiveID in tessellation with instanced draws on
128 SI
129
130 Philipp Zabel (3):
131
132 - renderonly: close transfer prime_fd
133 - renderonly: drop resources on destroy
134 - renderonly: use drmIoctl
135
136 Rhys Kidd (3):
137
138 - travis: Support LLVM 3.8+ on Trusty-based Travis-CI via apt-get not
139 apt addon
140 - travis: Add radv vulkan driver to continuous integration
141 - travis: Add radeonsi to continuous integration
142
143 Rob Clark (1):
144
145 - freedreno/a3xx: fix hang w/ large render targets and small gmem
146
147 Samuel Iglesias Gonsálvez (5):
148
149 - i965/vec4: fix vertical stride to avoid breaking region parameter
150 rule
151 - i965/vec4: fix register width for DF VGRF and UNIFORM
152 - i965/vec4: don't modify regioning parameters to the sources of DF
153 align1 instructions
154 - anv: anv_gem_mmap() returns MAP_FAILED as mapping error
155 - anv: vkBindImageMemory() should return
156 VK_ERROR_OUT_OF_{HOST,DEVICE}_MEMORY on failure