VirtualBox

source: vbox/trunk/src/VBox/Additions/3D/mesa/mesa-24.0.2/docs/relnotes/19.1.3.rst

最後變更 在這個檔案是 103996,由 vboxsync 提交於 11 月 前

Additions/3D/mesa: export mesa-24.0.2 to OSE. bugref:10606

  • 屬性 svn:eol-style 設為 native
檔案大小: 5.0 KB
 
1Mesa 19.1.3 Release Notes / July 23, 2019
2=========================================
3
4Mesa 19.1.3 is a bug fix release which fixes bugs found since the 19.1.2
5release.
6
7Mesa 19.1.3 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
15SHA256 checksums
16----------------
17
18::
19
20 845460b2225d15c15d4a9743dec798ff0b7396b533011d43e774e67f7825b7e0 mesa-19.1.3.tar.xz
21
22New features
23------------
24
25None
26
27Bug 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
57Changes
58-------
59
60Bas 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
66Caio 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
71Chia-I Wu (2):
72
73- anv: fix VkExternalBufferProperties for unsupported handles
74- anv: fix VkExternalBufferProperties for host allocation
75
76Connor Abbott (1):
77
78- nir: Add a helper to determine if an intrinsic can be reordered
79
80Dave Airlie (1):
81
82- radv: fix crash in shader tracing.
83
84Eric Anholt (1):
85
86- freedreno: Fix assertion failures in context setup in shader-db mode.
87
88Gert Wollny (1):
89
90- softpipe: Remove unused static function
91
92Ian 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
99Faith 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
115Juan A. Suarez Romero (2):
116
117- docs: add sha256 checksums for 19.1.2
118- Update version to 19.1.3
119
120Lepton Wu (1):
121
122- virgl: Set meta data for textures from handle.
123
124Lionel 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
133Marek Olšák (1):
134
135- radeonsi: don't set READ_ONLY for const_uploader to fix bindless
136 texture hangs
137
138Samuel Iglesias Gonsálvez (1):
139
140- anv: fix alphaToCoverage when there is no color attachment
141
142Samuel Pitoiset (1):
143
144- radv: fix VGT_GS_MODE if VS uses the primitive ID
145
146Sergii Romantsov (1):
147
148- meta: memory leak of CopyPixels usage
149
150Timothy Arceri (1):
151
152- mesa: save/restore SSO flag when using ARB_get_program_binary
153
154Vinson Lee (1):
155
156- meson: Add dep_thread dependency.
157
158Yevhenii Kolesnikov (1):
159
160- meta: leaking of BO with DrawPixels
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette