docs: add new features for RADV/ACO.
[mesa.git] / docs / relnotes / 19.0.7.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html lang="en">
3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=utf-8">
5 <title>Mesa Release Notes</title>
6 <link rel="stylesheet" type="text/css" href="../mesa.css">
7 </head>
8 <body>
9
10 <div class="header">
11 <h1>The Mesa 3D Graphics Library</h1>
12 </div>
13
14 <iframe src="../contents.html"></iframe>
15 <div class="content">
16
17 <h1>Mesa 19.0.7 Release Notes / June 24, 2019</h1>
18
19 <p>
20 Mesa 19.0.7 is a bug fix release which fixes bugs found since the 19.0.6 release.
21 </p>
22 <p>
23 Mesa 19.0.7 implements the OpenGL 4.5 API, but the version reported by
24 glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
25 glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.
26 Some drivers don't support all the features required in OpenGL 4.5. OpenGL
27 4.5 is <strong>only</strong> available if requested at context creation.
28 Compatibility contexts may report a lower version depending on each driver.
29 </p>
30
31
32 <h2>SHA256 checksums</h2>
33 <pre>
34 81119f0cbbd1fbe7c0574e1e2690e0dae8868124d24c875f5fb76f165db3a54d mesa-19.0.7.tar.gz
35 d7bf3db2e442fe5eeb96144f8508d94f04aededdf37af477e644638d366b2b28 mesa-19.0.7.tar.xz
36 </pre>
37
38
39 <h2>New features</h2>
40
41 <p>N/A</p>
42
43 <h2>Bug fixes</h2>
44
45
46 <ul>
47
48 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=110302">Bug 110302</a> - [bisected][regression] piglit egl-create-pbuffer-surface and egl-gl-colorspace regressions</li>
49
50 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=110921">Bug 110921</a> - virgl on OpenGL 3.3 host regressed to OpenGL 2.1</li>
51
52 </ul>
53
54 <h2>Changes</h2>
55
56
57 <p>Bas Nieuwenhuizen (5):</p>
58 <ul>
59 <li>radv: Prevent out of bound shift on 32-bit builds.</li>
60 <li>radv: Decompress DCC when the image format is not allowed for buffers.</li>
61 <li>radv: Fix vulkan build in meson.</li>
62 <li>anv: Fix vulkan build in meson.</li>
63 <li>meson: Allow building radeonsi with just the android platform.</li>
64 </ul>
65
66 <p>Charmaine Lee (1):</p>
67 <ul>
68 <li>svga: Remove unnecessary check for the pre flush bit for setting vertex buffers</li>
69 </ul>
70
71 <p>Deepak Rawat (1):</p>
72 <ul>
73 <li>winsys/svga/drm: Fix 32-bit RPCI send message</li>
74 </ul>
75
76 <p>Dylan Baker (3):</p>
77 <ul>
78 <li>docs: Add SHA256 sums for 19.0.6</li>
79 <li>cherry-ignore: add additional 19.1 only patches</li>
80 <li>Bump version for 19.0.7 release</li>
81 </ul>
82
83 <p>Emil Velikov (1):</p>
84 <ul>
85 <li>mapi: correctly handle the full offset table</li>
86 </ul>
87
88 <p>Gert Wollny (2):</p>
89 <ul>
90 <li>virgl: Add a caps feature check version</li>
91 <li>virgl: Assume sRGB write control for older guest kernels or virglrenderer hosts</li>
92 </ul>
93
94 <p>Haihao Xiang (1):</p>
95 <ul>
96 <li>i965: support UYVY for external import only</li>
97 </ul>
98
99 <p>Jason Ekstrand (2):</p>
100 <ul>
101 <li>nir/propagate_invariant: Don't add NULL vars to the hash table</li>
102 <li>anv: Set STATE_BASE_ADDRESS upper bounds on gen7</li>
103 </ul>
104
105 <p>Kenneth Graunke (1):</p>
106 <ul>
107 <li>glsl: Fix out of bounds read in shader_cache_read_program_metadata</li>
108 </ul>
109
110 <p>Kevin Strasser (2):</p>
111 <ul>
112 <li>gallium/winsys/kms: Fix dumb buffer bpp</li>
113 <li>st/mesa: Add rgbx handling for fp formats</li>
114 </ul>
115
116 <p>Lionel Landwerlin (2):</p>
117 <ul>
118 <li>intel/perf: fix EuThreadsCount value in performance equations</li>
119 <li>intel/perf: improve dynamic loading config detection</li>
120 </ul>
121
122 <p>Mathias Fröhlich (1):</p>
123 <ul>
124 <li>egl: Don't add hardware device if there is no render node v2.</li>
125 </ul>
126
127 <p>Nanley Chery (1):</p>
128 <ul>
129 <li>anv/cmd_buffer: Initalize the clear color struct for CNL+</li>
130 </ul>
131
132 <p>Nataraj Deshpande (1):</p>
133 <ul>
134 <li>anv: Fix check for isl_fmt in assert</li>
135 </ul>
136
137 <p>Samuel Pitoiset (5):</p>
138 <ul>
139 <li>radv: fix alpha-to-coverage when there is unused color attachments</li>
140 <li>radv: fix setting CB_SHADER_MASK for dual source blending</li>
141 <li>radv: fix occlusion queries on VegaM</li>
142 <li>radv: fix VK_EXT_memory_budget if one heap isn't available</li>
143 <li>radv: fix FMASK expand with SRGB formats</li>
144 </ul>
145
146
147
148 </div>
149 </body>
150 </html>