docs: add missing code-tags
[mesa.git] / docs / relnotes / 18.1.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 The Mesa 3D Graphics Library
12 </div>
13
14 <iframe src="../contents.html"></iframe>
15 <div class="content">
16
17 <h1>Mesa 18.1.7 Release Notes / August 24 2018</h1>
18
19 <p>
20 Mesa 18.1.7 is a bug fix release which fixes bugs found since the 18.1.6 release.
21 </p>
22 <p>
23 Mesa 18.1.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 0c3c240bcd1352d179e65993214f9d55a399beac852c3ab4433e8df9b6c51c83 mesa-18.1.7.tar.gz
35 655e3b32ce3bdddd5e6e8768596e5d4bdef82d0dd37067c324cc4b2daa207306 mesa-18.1.7.tar.xz
36 </pre>
37
38
39 <h2>New features</h2>
40
41 <p>None</p>
42
43 <h2>Bug fixes</h2>
44 <ul>
45 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=105975">Bug 105975</a> - i965 always reports 0 viewport subpixel bits</li>
46 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=107098">Bug 107098</a> - Segfault after munmap(kms_sw_dt-&gt;ro_mapped)</li>
47 </ul>
48
49 <h2>Changes</h2>
50 <p>Alexander Tsoy (1):</p>
51 <ul>
52 <li>meson: fix build for egl platform_x11 without dri3 and gbm</li>
53 </ul>
54
55 <p>Bas Nieuwenhuizen (1):</p>
56 <ul>
57 <li>radv: Fix missing Android platform define.</li>
58 </ul>
59
60 <p>Danylo Piliaiev (1):</p>
61 <ul>
62 <li>i965: Advertise 8 bits subpixel precision for viewport bounds on gen6+</li>
63 </ul>
64
65 <p>Dave Airlie (1):</p>
66 <ul>
67 <li>r600/eg: rework atomic counter emission with flushes</li>
68 </ul>
69
70 <p>Dylan Baker (7):</p>
71 <ul>
72 <li>docs: Add sha256 sums for 18.1.6</li>
73 <li>cherry-ignore: Add additional 18.2 only patches</li>
74 <li>cherry-ignore: Add more 18.2 patches</li>
75 <li>cherry-ignore: Add more 18.2 patches</li>
76 <li>cherry-ignore: Add a couple of patches with &gt; 1 fixes tags</li>
77 <li>cherry-ignore: more 18.2 patches</li>
78 <li>bump version for 18.1.7 release</li>
79 </ul>
80
81 <p>Jason Ekstrand (2):</p>
82 <ul>
83 <li>intel: Switch the order of the 2x MSAA sample positions</li>
84 <li>anv/lower_ycbcr: Use the binding array size for bounds checks</li>
85 </ul>
86
87 <p>Ray Strode (1):</p>
88 <ul>
89 <li>gallium/winsys/kms: don't unmap what wasn't mapped</li>
90 </ul>
91
92 <p>Samuel Pitoiset (1):</p>
93 <ul>
94 <li>radv/winsys: fix creating the BO list for virtual buffers</li>
95 </ul>
96
97 <p>Timothy Arceri (1):</p>
98 <ul>
99 <li>radv: add Doom workaround</li>
100 </ul>
101
102 </div>
103 </body>
104 </html>