1Mesa 19.2.5 Release Notes / 2019-11-20
2======================================
3
4Mesa 19.2.5 is a bug fix release which fixes bugs found since the 19.2.4
5release.
6
7Mesa 19.2.5 implements the OpenGL 4.5 API, but the version reported by
8glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
9glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being
10used. Some drivers don't support all the features required in OpenGL
114.5. OpenGL 4.5 is **only** available if requested at context creation.
12Compatibility contexts may report a lower version depending on each
13driver.
14
15Mesa 19.2.5 implements the Vulkan 1.1 API, but the version reported by
16the apiVersion property of the VkPhysicalDeviceProperties struct depends
17on the particular driver being used.
18
19SHA256 checksum
20---------------
21
22::
23
24       3d010a366b28d10bdd71e32091d8684baf1522e6466c5c5703667091b2108c8b  mesa-19.2.5.tar.xz
25
26New features
27------------
28
29-  None
30
31Bug fixes
32---------
33
34-  HSW. Tropico 6 and SuperTuxKart have shadows flickering
35-  glxgears segfaults on POWER / Xvnc
36-  Cannot start Civ6 with AMD GPU on Linux
37
38Changes
39-------
40
41Ben Crocker (1):
42
43-  llvmpipe: use ppc64le/ppc64 Large code model for JIT-compiled shaders
44
45Brian Paul (1):
46
47-  Call shmget() with permission 0600 instead of 0777
48
49Caio Marcelo de Oliveira Filho (1):
50
51-  spirv: Don't leak GS initialization to other stages
52
53Danylo Piliaiev (1):
54
55-  i965: Unify CC_STATE and BLEND_STATE atoms on Haswell as a workaround
56
57Dylan Baker (2):
58
59-  docs: Add SHA256 sum for for 19.2.4
60-  cherry-ignore: Update for 19.2.4 cycle
61
62Eric Engestrom (1):
63
64-  egl: fix \_EGL_NATIVE_PLATFORM fallback
65
66Ian Romanick (2):
67
68-  nir/algebraic: Add the ability to mark a replacement as exact
69-  nir/algebraic: Mark other comparison exact when removing a == a
70
71Illia Iorin (1):
72
73-  mesa/main: Ignore filter state for MS texture completeness
74
75Jason Ekstrand (1):
76
77-  anv: Stop bounds-checking pushed UBOs
78
79Lepton Wu (1):
80
81-  gallium: dri2: Use index as plane number.
82
83Lionel Landwerlin (3):
84
85-  anv: invalidate file descriptor of semaphore sync fd at vkQueueSubmit
86-  anv: remove list items on batch fini
87-  anv/wsi: signal the semaphore in the acquireNextImage
88
89Marek Olšák (3):
90
91-  st/mesa: fix Sanctuary and Tropics by disabling ARB_gpu_shader5 for
92   them
93-  tgsi_to_nir: fix masked out image loads
94-  tgsi_to_nir: handle PIPE_FORMAT_NONE in image opcodes
95
96Paulo Zanoni (1):
97
98-  intel/compiler: fix nir_op_{i,u}*32 on ICL
99
100Pierre-Eric Pelloux-Prayer (3):
101
102-  radeonsi: disable sdma for gfx10
103-  radeonsi: tell the shader disk cache what IR is used
104-  radeonsi: fix shader disk cache key
105