1 | Mesa 19.1.3 Release Notes / July 23, 2019
|
---|
2 | =========================================
|
---|
3 |
|
---|
4 | Mesa 19.1.3 is a bug fix release which fixes bugs found since the 19.1.2
|
---|
5 | release.
|
---|
6 |
|
---|
7 | Mesa 19.1.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 | 845460b2225d15c15d4a9743dec798ff0b7396b533011d43e774e67f7825b7e0 mesa-19.1.3.tar.xz
|
---|
21 |
|
---|
22 | New features
|
---|
23 | ------------
|
---|
24 |
|
---|
25 | None
|
---|
26 |
|
---|
27 | Bug fixes
|
---|
28 | ---------
|
---|
29 |
|
---|
30 | - `Bug 109203 <https://bugs.freedesktop.org/show_bug.cgi?id=109203>`__
|
---|
31 | - [cfl dxvk] GPU Crash Launching Monopoly Plus (Iris Plus 655 / Wine
|
---|
32 | + DXVK)
|
---|
33 | - `Bug 109524 <https://bugs.freedesktop.org/show_bug.cgi?id=109524>`__
|
---|
34 | - "Invalid glsl version in shading_language_version()" when trying to
|
---|
35 | run directX games using wine
|
---|
36 | - `Bug 110309 <https://bugs.freedesktop.org/show_bug.cgi?id=110309>`__
|
---|
37 | - [icl][bisected] regression on piglit arb_gpu_shader_int
|
---|
38 | 64.execution.fs-ishl-then-\* tests
|
---|
39 | - `Bug 110663 <https://bugs.freedesktop.org/show_bug.cgi?id=110663>`__
|
---|
40 | - threads_posix.h:96: undefined reference to \`pthread_once'
|
---|
41 | - `Bug 110955 <https://bugs.freedesktop.org/show_bug.cgi?id=110955>`__
|
---|
42 | - Mesa 18.2.8 implementation error: Invalid GLSL version in
|
---|
43 | shading_language_version()
|
---|
44 | - `Bug 111010 <https://bugs.freedesktop.org/show_bug.cgi?id=111010>`__
|
---|
45 | - Cemu Shader Cache Corruption Displaying Solid Color After commit
|
---|
46 | 11e16ca7ce0
|
---|
47 | - `Bug 111071 <https://bugs.freedesktop.org/show_bug.cgi?id=111071>`__
|
---|
48 | - SPIR-V shader processing fails with message about "extra dangling
|
---|
49 | SSA sources"
|
---|
50 | - `Bug 111075 <https://bugs.freedesktop.org/show_bug.cgi?id=111075>`__
|
---|
51 | - Processing of SPIR-V shader causes device hang, sometimes leading
|
---|
52 | to system reboot
|
---|
53 | - `Bug 111097 <https://bugs.freedesktop.org/show_bug.cgi?id=111097>`__
|
---|
54 | - Can not detect VK_ERROR_OUT_OF_DATE_KHR or VK_SUBOPTIMAL_KHR when
|
---|
55 | window resizing
|
---|
56 |
|
---|
57 | Changes
|
---|
58 | -------
|
---|
59 |
|
---|
60 | Bas Nieuwenhuizen (3):
|
---|
61 |
|
---|
62 | - radv: Handle cmask being disallowed by addrlib.
|
---|
63 | - anv: Add android dependencies on android.
|
---|
64 | - radv: Only save the descriptor set if we have one.
|
---|
65 |
|
---|
66 | Caio Marcelo de Oliveira Filho (2):
|
---|
67 |
|
---|
68 | - anv: Fix pool allocator when first alloc needs to grow
|
---|
69 | - spirv: Fix stride calculation when lowering Workgroup to offsets
|
---|
70 |
|
---|
71 | Chia-I Wu (2):
|
---|
72 |
|
---|
73 | - anv: fix VkExternalBufferProperties for unsupported handles
|
---|
74 | - anv: fix VkExternalBufferProperties for host allocation
|
---|
75 |
|
---|
76 | Connor Abbott (1):
|
---|
77 |
|
---|
78 | - nir: Add a helper to determine if an intrinsic can be reordered
|
---|
79 |
|
---|
80 | Dave Airlie (1):
|
---|
81 |
|
---|
82 | - radv: fix crash in shader tracing.
|
---|
83 |
|
---|
84 | Eric Anholt (1):
|
---|
85 |
|
---|
86 | - freedreno: Fix assertion failures in context setup in shader-db mode.
|
---|
87 |
|
---|
88 | Gert Wollny (1):
|
---|
89 |
|
---|
90 | - softpipe: Remove unused static function
|
---|
91 |
|
---|
92 | Ian Romanick (4):
|
---|
93 |
|
---|
94 | - intel/vec4: Reswizzle VF immediates too
|
---|
95 | - nir: Add unit tests for nir_opt_comparison_pre
|
---|
96 | - nir: Use nir_src_bit_size instead of alu1->dest.dest.ssa.bit_size
|
---|
97 | - mesa: Set minimum possible GLSL version
|
---|
98 |
|
---|
99 | Faith Ekstrand (13):
|
---|
100 |
|
---|
101 | - nir/instr_set: Expose nir_instrs_equal()
|
---|
102 | - nir/loop_analyze: Fix phi-of-identical-alu detection
|
---|
103 | - nir: Add more helpers for working with const values
|
---|
104 | - nir/loop_analyze: Handle bit sizes correctly in calculate_iterations
|
---|
105 | - nir/loop_analyze: Bail if we encounter swizzles
|
---|
106 | - anv: Set Stateless Data Port Access MOCS
|
---|
107 | - nir/opt_if: Clean up single-src phis in opt_if_loop_terminator
|
---|
108 | - nir,intel: Add support for lowering 64-bit nir_opt_extract\_\*
|
---|
109 | - anv: Account for dynamic stencil write disables in the PMA fix
|
---|
110 | - nir/regs_to_ssa: Handle regs in phi sources properly
|
---|
111 | - nir/loop_analyze: Refactor detection of limit vars
|
---|
112 | - nir: Add some helpers for chasing SSA values properly
|
---|
113 | - nir/loop_analyze: Properly handle swizzles in loop conditions
|
---|
114 |
|
---|
115 | Juan A. Suarez Romero (2):
|
---|
116 |
|
---|
117 | - docs: add sha256 checksums for 19.1.2
|
---|
118 | - Update version to 19.1.3
|
---|
119 |
|
---|
120 | Lepton Wu (1):
|
---|
121 |
|
---|
122 | - virgl: Set meta data for textures from handle.
|
---|
123 |
|
---|
124 | Lionel Landwerlin (6):
|
---|
125 |
|
---|
126 | - vulkan/overlay: fix command buffer stats
|
---|
127 | - vulkan/overlay: fix crash on freeing NULL command buffer
|
---|
128 | - anv: fix crash in vkCmdClearAttachments with unused attachment
|
---|
129 | - vulkan/wsi: update swapchain status on vkQueuePresent
|
---|
130 | - anv: report timestampComputeAndGraphics true
|
---|
131 | - anv: fix format mapping for depth/stencil formats
|
---|
132 |
|
---|
133 | Marek Olšák (1):
|
---|
134 |
|
---|
135 | - radeonsi: don't set READ_ONLY for const_uploader to fix bindless
|
---|
136 | texture hangs
|
---|
137 |
|
---|
138 | Samuel Iglesias Gonsálvez (1):
|
---|
139 |
|
---|
140 | - anv: fix alphaToCoverage when there is no color attachment
|
---|
141 |
|
---|
142 | Samuel Pitoiset (1):
|
---|
143 |
|
---|
144 | - radv: fix VGT_GS_MODE if VS uses the primitive ID
|
---|
145 |
|
---|
146 | Sergii Romantsov (1):
|
---|
147 |
|
---|
148 | - meta: memory leak of CopyPixels usage
|
---|
149 |
|
---|
150 | Timothy Arceri (1):
|
---|
151 |
|
---|
152 | - mesa: save/restore SSO flag when using ARB_get_program_binary
|
---|
153 |
|
---|
154 | Vinson Lee (1):
|
---|
155 |
|
---|
156 | - meson: Add dep_thread dependency.
|
---|
157 |
|
---|
158 | Yevhenii Kolesnikov (1):
|
---|
159 |
|
---|
160 | - meta: leaking of BO with DrawPixels
|
---|