1 | Mesa 18.1.7 Release Notes / August 24 2018
|
---|
2 | ==========================================
|
---|
3 |
|
---|
4 | Mesa 18.1.7 is a bug fix release which fixes bugs found since the 18.1.6
|
---|
5 | release.
|
---|
6 |
|
---|
7 | Mesa 18.1.7 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 | 0c3c240bcd1352d179e65993214f9d55a399beac852c3ab4433e8df9b6c51c83 mesa-18.1.7.tar.gz
|
---|
21 | 655e3b32ce3bdddd5e6e8768596e5d4bdef82d0dd37067c324cc4b2daa207306 mesa-18.1.7.tar.xz
|
---|
22 |
|
---|
23 | New features
|
---|
24 | ------------
|
---|
25 |
|
---|
26 | None
|
---|
27 |
|
---|
28 | Bug fixes
|
---|
29 | ---------
|
---|
30 |
|
---|
31 | - `Bug 105975 <https://bugs.freedesktop.org/show_bug.cgi?id=105975>`__
|
---|
32 | - i965 always reports 0 viewport subpixel bits
|
---|
33 | - `Bug 107098 <https://bugs.freedesktop.org/show_bug.cgi?id=107098>`__
|
---|
34 | - Segfault after munmap(kms_sw_dt->ro_mapped)
|
---|
35 |
|
---|
36 | Changes
|
---|
37 | -------
|
---|
38 |
|
---|
39 | Alexander Tsoy (1):
|
---|
40 |
|
---|
41 | - meson: fix build for egl platform_x11 without dri3 and gbm
|
---|
42 |
|
---|
43 | Bas Nieuwenhuizen (1):
|
---|
44 |
|
---|
45 | - radv: Fix missing Android platform define.
|
---|
46 |
|
---|
47 | Danylo Piliaiev (1):
|
---|
48 |
|
---|
49 | - i965: Advertise 8 bits subpixel precision for viewport bounds on
|
---|
50 | gen6+
|
---|
51 |
|
---|
52 | Dave Airlie (1):
|
---|
53 |
|
---|
54 | - r600/eg: rework atomic counter emission with flushes
|
---|
55 |
|
---|
56 | Dylan Baker (7):
|
---|
57 |
|
---|
58 | - docs: Add sha256 sums for 18.1.6
|
---|
59 | - cherry-ignore: Add additional 18.2 only patches
|
---|
60 | - cherry-ignore: Add more 18.2 patches
|
---|
61 | - cherry-ignore: Add more 18.2 patches
|
---|
62 | - cherry-ignore: Add a couple of patches with > 1 fixes tags
|
---|
63 | - cherry-ignore: more 18.2 patches
|
---|
64 | - bump version for 18.1.7 release
|
---|
65 |
|
---|
66 | Faith Ekstrand (2):
|
---|
67 |
|
---|
68 | - intel: Switch the order of the 2x MSAA sample positions
|
---|
69 | - anv/lower_ycbcr: Use the binding array size for bounds checks
|
---|
70 |
|
---|
71 | Ray Strode (1):
|
---|
72 |
|
---|
73 | - gallium/winsys/kms: don't unmap what wasn't mapped
|
---|
74 |
|
---|
75 | Samuel Pitoiset (1):
|
---|
76 |
|
---|
77 | - radv/winsys: fix creating the BO list for virtual buffers
|
---|
78 |
|
---|
79 | Timothy Arceri (1):
|
---|
80 |
|
---|
81 | - radv: add Doom workaround
|
---|