egl/x11_dri3: implement EGL_KHR_swap_buffers_with_damage
[mesa.git] / docs / relnotes / 19.2.7.rst
1 Mesa 19.2.7 Release Notes / 2019-12-04
2 ======================================
3
4 Mesa 19.2.7 is a bug fix release which fixes bugs found since the 19.2.6
5 release.
6
7 Mesa 19.2.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 Compatibility contexts may report a lower version depending on each
13 driver.
14
15 Mesa 19.2.7 implements the Vulkan 1.1 API, but the version reported by
16 the apiVersion property of the VkPhysicalDeviceProperties struct depends
17 on the particular driver being used.
18
19 SHA256 checksum
20 ---------------
21
22 ::
23
24 e3799fb7896fd9ed2f90f651fb907b95cdebfbd494968ff116e6bf1be143579e mesa-19.2.7.tar.xz
25
26 New features
27 ------------
28
29 - None
30
31 Bug fixes
32 ---------
33
34 - ld.lld: error: duplicate symbol (mesa-19.3.0-rc1)
35 - triangle strip clipping with GL_FIRST_VERTEX_CONVENTION causes wrong
36 vertex's attribute to be broadcasted for flat interpolation
37 - [bisected][regression][g45,g965,ilk] piglit arb_fragment_program kil
38 failures
39
40 Changes
41 -------
42
43 Bas Nieuwenhuizen (2):
44
45 - radv: Allocate cmdbuffer space for buffer marker write.
46 - radv: Unify max_descriptor_set_size.
47
48 Boris Brezillon (1):
49
50 - gallium: Fix the ->set_damage_region() implementation
51
52 Ian Romanick (1):
53
54 - intel/fs: Disable conditional discard optimization on Gen4 and Gen5
55
56 Jason Ekstrand (1):
57
58 - anv: Set up SBE_SWIZ properly for gl_Viewport
59
60 Jonathan Gray (2):
61
62 - winsys/amdgpu: avoid double simple_mtx_unlock()
63 - i965: update Makefile.sources for perf changes
64
65 Rhys Perry (1):
66
67 - radv: set writes_memory for global memory stores/atomics
68
69 Samuel Pitoiset (3):
70
71 - radv: fix enabling sample shading with SampleID/SamplePosition
72 - radv/gfx10: fix implementation of exclusive scans
73 - radv: fix compute pipeline keys when optimizations are disabled
74
75 Yevhenii Kolesnikov (1):
76
77 - meson: Fix linkage of libgallium_nine with libgalliumvl
78
79 Zebediah Figura (1):
80
81 - Revert "draw: revert using correct order for prim decomposition."