loader/dri3: Use dri3_wait_for_event_locked in loader_dri3_wait_for_msc
[mesa.git] / docs / relnotes / 18.0.3.rst
1 Mesa 18.0.3 Release Notes / May 7, 2018
2 =======================================
3
4 Mesa 18.0.3 is a bug fix release which fixes bugs found since the 18.0.2
5 release.
6
7 Mesa 18.0.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 58cc5c5b1ab2a44e6e47f18ef6c29836ad06f95450adce635ce3c317507a171b mesa-18.0.3.tar.gz
20 099d9667327a76a61741a533f95067d76ea71a656e66b91507b3c0caf1d49e30 mesa-18.0.3.tar.xz
21
22 New features
23 ------------
24
25 None
26
27 Bug fixes
28 ---------
29
30 - `Bug 105374 <https://bugs.freedesktop.org/show_bug.cgi?id=105374>`__
31 - texture3d, a SaschaWillems demo, assert fails
32 - `Bug 106147 <https://bugs.freedesktop.org/show_bug.cgi?id=106147>`__
33 - SIGBUS in write_reloc() when Sacha Willems' "texture3d" Vulkan demo
34 starts
35
36 Changes
37 -------
38
39 Andres Rodriguez (1):
40
41 - radv/winsys: fix leaking resources from bo's imported by fd
42
43 Boyuan Zhang (1):
44
45 - radeon/vcn: fix mpeg4 msg buffer settings
46
47 Eric Anholt (1):
48
49 - gallium/util: Fix incorrect refcounting of separate stencil.
50
51 Jason Ekstrand (1):
52
53 - anv/allocator: Don't shrink either end of the block pool
54
55 Juan A. Suarez Romero (3):
56
57 - docs: add sha256 checksums for 18.0.2
58 - cherry-ignore: add explicit 18.1 only nominations
59 - Update version to 18.0.3
60
61 Leo Liu (1):
62
63 - st/omx/enc: fix blit setup for YUV LoadImage
64
65 Marek Olšák (2):
66
67 - util/u_queue: fix a deadlock in util_queue_finish
68 - radeonsi/gfx9: workaround for INTERP with indirect indexing
69
70 Nanley Chery (1):
71
72 - i965/tex_image: Avoid the ASTC LDR workaround on gen9lp
73
74 Samuel Pitoiset (1):
75
76 - radv: compute the number of subpass attachments correctly