egl/x11_dri3: implement EGL_KHR_swap_buffers_with_damage
[mesa.git] / docs / relnotes / 18.2.3.rst
1 Mesa 18.2.3 Release Notes / October 19, 2018
2 ============================================
3
4 Mesa 18.2.3 is a bug fix release which fixes bugs found since the 18.2.2
5 release.
6
7 Mesa 18.2.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 Compatibility contexts may report a lower version depending on each
13 driver.
14
15 SHA256 checksums
16 ----------------
17
18 ::
19
20 0e13e2342eae74d8848df23595c4bb4b2f8874c9e1213b8466b1fbfa7ef99375 mesa-18.2.3.tar.gz
21 e2bf83c17e1abdecb1ee81af22652e27e9aa38f963e95e60f34275cc0376304f mesa-18.2.3.tar.xz
22
23 New features
24 ------------
25
26 None
27
28 Bug fixes
29 ---------
30
31 - `Bug 99507 <https://bugs.freedesktop.org/show_bug.cgi?id=99507>`__ -
32 Corrupted frame contents with Vulkan version of DOTA2, Talos
33 Principle and Sascha Willems' demos when they're run Vsynched in
34 fullscreen
35 - `Bug 107857 <https://bugs.freedesktop.org/show_bug.cgi?id=107857>`__
36 - GPU hang - GS_EMIT without shader outputs
37 - `Bug 107926 <https://bugs.freedesktop.org/show_bug.cgi?id=107926>`__
38 - [anv] Rise of the Tomb Raider always misrendering, segfault and gpu
39 hang.
40 - `Bug 108012 <https://bugs.freedesktop.org/show_bug.cgi?id=108012>`__
41 - Compiler crashes on access of non-existent member incremental
42 operations
43
44 Changes
45 -------
46
47 Boyuan Zhang (1):
48
49 - st/va: use provided sizes and coords for vlVaGetImage
50
51 Dave Airlie (1):
52
53 - anv: add missing unlock in error path.
54
55 Dylan Baker (1):
56
57 - meson: Don't allow building EGL on Windows or MacOS
58
59 Emil Velikov (5):
60
61 - st/nine: do not double-close the fd on teardown
62 - egl: make eglSwapInterval a no-op for !window surfaces
63 - egl: make eglSwapBuffers\* a no-op for !window surfaces
64 - vl/dri3: do full teardown on screen_destroy
65 - Revert "mesa: remove unnecessary 'sort by year' for the GL
66 extensions"
67
68 Eric Engestrom (1):
69
70 - radv: add missing meson c++ visibility arguments
71
72 Fritz Koenig (1):
73
74 - i965: Replace checks for rb->Name with FlipY (v2)
75
76 Gert Wollny (1):
77
78 - virgl, vtest: Correct the transfer size calculation
79
80 Ilia Mirkin (4):
81
82 - glsl: fix array assignments of a swizzled vector
83 - nv50,nvc0: mark RGBX_UINT formats as renderable
84 - nv50,nvc0: guard against zero-size blits
85 - nvc0: fix blitting red to srgb8_alpha
86
87 Jason Ekstrand (7):
88
89 - nir/cf: Remove phi sources if needed in nir_handle_add_jump
90 - anv: Use separate MOCS settings for external BOs
91 - intel/fs: Fix a typo in need_matching_subreg_offset
92 - nir/from_ssa: Don't rewrite derefs destinations to registers
93 - anv/batch_chain: Don't start a new BO just for BATCH_BUFFER_START
94 - nir/alu_to_scalar: Use ssa_for_alu_src in hand-rolled expansions
95 - intel: Don't propagate conditional modifiers if a UD source is
96 negated
97
98 Juan A. Suarez Romero (2):
99
100 - docs: add sha256 checksums for 18.2.2
101 - Update version to 18.2.3
102
103 Józef Kucia (1):
104
105 - radeonsi: avoid sending GS_EMIT in shaders without outputs
106
107 Marek Olšák (1):
108
109 - drirc: add a workaround for ARMA 3
110
111 Samuel Pitoiset (1):
112
113 - radv: add a workaround for a VGT hang with prim restart and strips
114
115 Tapani Pälli (1):
116
117 - glsl: do not attempt assignment if operand type not parsed correctly
118
119 Timothy Arceri (11):
120
121 - glsl: ignore trailing whitespace when define redefined
122 - util: disable cache if we have no build-id and timestamp is zero
123 - util: rename timestamp param in disk_cache_create()
124 - util: add disk_cache_get_function_identifier()
125 - radeonsi: use build-id when available for disk cache
126 - nouveau: use build-id when available for disk cache
127 - r600: use build-id when available for disk cache
128 - mesa/st: add force_compat_profile option to driconfig
129 - util: use force_compat_profile for Wolfenstein The Old Blood
130 - util: better handle program names from wine
131 - util: add drirc workarounds for RAGE
132
133 Vinson Lee (1):
134
135 - r600/sb: Fix constant-logical-operand warning.