1 | Mesa 19.2.5 Release Notes / 2019-11-20
|
---|
2 | ======================================
|
---|
3 |
|
---|
4 | Mesa 19.2.5 is a bug fix release which fixes bugs found since the 19.2.4
|
---|
5 | release.
|
---|
6 |
|
---|
7 | Mesa 19.2.5 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.5 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 | 3d010a366b28d10bdd71e32091d8684baf1522e6466c5c5703667091b2108c8b mesa-19.2.5.tar.xz
|
---|
25 |
|
---|
26 | New features
|
---|
27 | ------------
|
---|
28 |
|
---|
29 | - None
|
---|
30 |
|
---|
31 | Bug 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 |
|
---|
38 | Changes
|
---|
39 | -------
|
---|
40 |
|
---|
41 | Ben Crocker (1):
|
---|
42 |
|
---|
43 | - llvmpipe: use ppc64le/ppc64 Large code model for JIT-compiled shaders
|
---|
44 |
|
---|
45 | Brian Paul (1):
|
---|
46 |
|
---|
47 | - Call shmget() with permission 0600 instead of 0777
|
---|
48 |
|
---|
49 | Caio Marcelo de Oliveira Filho (1):
|
---|
50 |
|
---|
51 | - spirv: Don't leak GS initialization to other stages
|
---|
52 |
|
---|
53 | Danylo Piliaiev (1):
|
---|
54 |
|
---|
55 | - i965: Unify CC_STATE and BLEND_STATE atoms on Haswell as a workaround
|
---|
56 |
|
---|
57 | Dylan Baker (2):
|
---|
58 |
|
---|
59 | - docs: Add SHA256 sum for for 19.2.4
|
---|
60 | - cherry-ignore: Update for 19.2.4 cycle
|
---|
61 |
|
---|
62 | Eric Engestrom (1):
|
---|
63 |
|
---|
64 | - egl: fix \_EGL_NATIVE_PLATFORM fallback
|
---|
65 |
|
---|
66 | Ian 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 |
|
---|
71 | Illia Iorin (1):
|
---|
72 |
|
---|
73 | - mesa/main: Ignore filter state for MS texture completeness
|
---|
74 |
|
---|
75 | Faith Ekstrand (1):
|
---|
76 |
|
---|
77 | - anv: Stop bounds-checking pushed UBOs
|
---|
78 |
|
---|
79 | Lepton Wu (1):
|
---|
80 |
|
---|
81 | - gallium: dri2: Use index as plane number.
|
---|
82 |
|
---|
83 | Lionel 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 |
|
---|
89 | Marek 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 |
|
---|
96 | Paulo Zanoni (1):
|
---|
97 |
|
---|
98 | - intel/compiler: fix nir_op_{i,u}*32 on ICL
|
---|
99 |
|
---|
100 | Pierre-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
|
---|