egl/x11_dri3: implement EGL_KHR_swap_buffers_with_damage
[mesa.git] / docs / relnotes / 17.0.7.rst
1 Mesa 17.0.7 Release Notes / June 1, 2017
2 ========================================
3
4 Mesa 17.0.7 is a bug fix release which fixes bugs found since the 17.0.6
5 release.
6
7 Mesa 17.0.7 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 bc68d13c6b1a053b855ac453ebf7e62bd89511adf44bad6c613e09f7fa13390a mesa-17.0.7.tar.gz
20 f6d75304a229c8d10443e219d6b6c0c342567dbab5a879ebe7cfa3c9139c4492 mesa-17.0.7.tar.xz
21
22 New features
23 ------------
24
25 None
26
27 Bug fixes
28 ---------
29
30 - `Bug 98833 <https://bugs.freedesktop.org/show_bug.cgi?id=98833>`__ -
31 [REGRESSION, bisected] Wayland revert commit breaks non-Vsync
32 fullscreen frame updates
33 - `Bug 100741 <https://bugs.freedesktop.org/show_bug.cgi?id=100741>`__
34 - Chromium - Memory leak
35 - `Bug 100925 <https://bugs.freedesktop.org/show_bug.cgi?id=100925>`__
36 - [HSW/BSW/BDW/SKL] Google Earth is not resolving all the details in
37 the map correctly
38
39 Changes
40 -------
41
42 Andres Gomez (1):
43
44 - docs: add sha256 checksums for 17.0.6
45
46 Bartosz Tomczyk (1):
47
48 - mesa: Avoid leaking surface in st_renderbuffer_delete
49
50 Chad Versace (1):
51
52 - egl: Partially revert 23c86c74, fix eglMakeCurrent
53
54 Daniel Stone (7):
55
56 - vulkan: Fix Wayland uninitialised registry
57 - vulkan/wsi/wayland: Remove roundtrip when creating image
58 - vulkan/wsi/wayland: Use per-display event queue
59 - vulkan/wsi/wayland: Use proxy wrappers for swapchain
60 - egl/wayland: Don't open-code roundtrip
61 - egl/wayland: Use per-surface event queues
62 - egl/wayland: Ensure we get a back buffer
63
64 Emil Velikov (5):
65
66 - st/va: fix misplaced closing bracket
67 - anv: automake: list shared libraries after the static ones
68 - radv: automake: list shared libraries after the static ones
69 - egl/wayland: select the format based on the interface used
70 - Update version to 17.0.7
71
72 Eric Anholt (2):
73
74 - renderonly: Initialize fields of struct winsys_handle.
75 - vc4: Don't allocate new BOs to avoid synchronization when they're
76 shared.
77
78 Hans de Goede (1):
79
80 - glxglvnddispatch: Add missing dispatch for GetDriverConfig
81
82 Ilia Mirkin (1):
83
84 - nvc0/ir: SHLADD's middle source must be an immediate
85
86 Jason Ekstrand (2):
87
88 - i965/blorp: Do and end-of-pipe sync on both sides of fast-clear ops
89 - i965: Round copy size to the nearest block in intel_miptree_copy
90
91 Lucas Stach (1):
92
93 - etnaviv: stop oversizing buffer resources
94
95 Nanley Chery (2):
96
97 - anv/formats: Update the three-channel BC1 mappings
98 - i965/formats: Update the three-channel DXT1 mappings
99
100 Pohjolainen, Topi (1):
101
102 - intel/isl/gen7: Use stencil vertical alignment of 8 instead of 4
103
104 Samuel Iglesias Gonsálvez (3):
105
106 - i965/vec4/gs: restore the uniform values which was overwritten by
107 failed vec4_gs_visitor execution
108 - i965/vec4: fix swizzle and writemask when loading an uniform with
109 constant offset
110 - i965/vec4: load dvec3/4 uniforms first in the push constant buffer
111
112 Tom Stellard (1):
113
114 - gallivm: Make sure module has the correct data layout when pass
115 manager runs