1 | Mesa 19.0.7 Release Notes / June 24, 2019
|
---|
2 | =========================================
|
---|
3 |
|
---|
4 | Mesa 19.0.7 is a bug fix release which fixes bugs found since the 19.0.6
|
---|
5 | release.
|
---|
6 |
|
---|
7 | Mesa 19.0.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 | 81119f0cbbd1fbe7c0574e1e2690e0dae8868124d24c875f5fb76f165db3a54d mesa-19.0.7.tar.gz
|
---|
21 | d7bf3db2e442fe5eeb96144f8508d94f04aededdf37af477e644638d366b2b28 mesa-19.0.7.tar.xz
|
---|
22 |
|
---|
23 | New features
|
---|
24 | ------------
|
---|
25 |
|
---|
26 | N/A
|
---|
27 |
|
---|
28 | Bug fixes
|
---|
29 | ---------
|
---|
30 |
|
---|
31 | - `Bug 110302 <https://bugs.freedesktop.org/show_bug.cgi?id=110302>`__
|
---|
32 | - [bisected][regression] piglit egl-create-pbuffer-surface and
|
---|
33 | egl-gl-colorspace regressions
|
---|
34 | - `Bug 110921 <https://bugs.freedesktop.org/show_bug.cgi?id=110921>`__
|
---|
35 | - virgl on OpenGL 3.3 host regressed to OpenGL 2.1
|
---|
36 |
|
---|
37 | Changes
|
---|
38 | -------
|
---|
39 |
|
---|
40 | Bas Nieuwenhuizen (5):
|
---|
41 |
|
---|
42 | - radv: Prevent out of bound shift on 32-bit builds.
|
---|
43 | - radv: Decompress DCC when the image format is not allowed for
|
---|
44 | buffers.
|
---|
45 | - radv: Fix vulkan build in meson.
|
---|
46 | - anv: Fix vulkan build in meson.
|
---|
47 | - meson: Allow building radeonsi with just the android platform.
|
---|
48 |
|
---|
49 | Charmaine Lee (1):
|
---|
50 |
|
---|
51 | - svga: Remove unnecessary check for the pre flush bit for setting
|
---|
52 | vertex buffers
|
---|
53 |
|
---|
54 | Deepak Rawat (1):
|
---|
55 |
|
---|
56 | - winsys/svga/drm: Fix 32-bit RPCI send message
|
---|
57 |
|
---|
58 | Dylan Baker (3):
|
---|
59 |
|
---|
60 | - docs: Add SHA256 sums for 19.0.6
|
---|
61 | - cherry-ignore: add additional 19.1 only patches
|
---|
62 | - Bump version for 19.0.7 release
|
---|
63 |
|
---|
64 | Emil Velikov (1):
|
---|
65 |
|
---|
66 | - mapi: correctly handle the full offset table
|
---|
67 |
|
---|
68 | Gert Wollny (2):
|
---|
69 |
|
---|
70 | - virgl: Add a caps feature check version
|
---|
71 | - virgl: Assume sRGB write control for older guest kernels or
|
---|
72 | virglrenderer hosts
|
---|
73 |
|
---|
74 | Haihao Xiang (1):
|
---|
75 |
|
---|
76 | - i965: support UYVY for external import only
|
---|
77 |
|
---|
78 | Faith Ekstrand (2):
|
---|
79 |
|
---|
80 | - nir/propagate_invariant: Don't add NULL vars to the hash table
|
---|
81 | - anv: Set STATE_BASE_ADDRESS upper bounds on gen7
|
---|
82 |
|
---|
83 | Kenneth Graunke (1):
|
---|
84 |
|
---|
85 | - glsl: Fix out of bounds read in shader_cache_read_program_metadata
|
---|
86 |
|
---|
87 | Kevin Strasser (2):
|
---|
88 |
|
---|
89 | - gallium/winsys/kms: Fix dumb buffer bpp
|
---|
90 | - st/mesa: Add rgbx handling for fp formats
|
---|
91 |
|
---|
92 | Lionel Landwerlin (2):
|
---|
93 |
|
---|
94 | - intel/perf: fix EuThreadsCount value in performance equations
|
---|
95 | - intel/perf: improve dynamic loading config detection
|
---|
96 |
|
---|
97 | Mathias Fröhlich (1):
|
---|
98 |
|
---|
99 | - egl: Don't add hardware device if there is no render node v2.
|
---|
100 |
|
---|
101 | Nanley Chery (1):
|
---|
102 |
|
---|
103 | - anv/cmd_buffer: Initalize the clear color struct for CNL+
|
---|
104 |
|
---|
105 | Nataraj Deshpande (1):
|
---|
106 |
|
---|
107 | - anv: Fix check for isl_fmt in assert
|
---|
108 |
|
---|
109 | Samuel Pitoiset (5):
|
---|
110 |
|
---|
111 | - radv: fix alpha-to-coverage when there is unused color attachments
|
---|
112 | - radv: fix setting CB_SHADER_MASK for dual source blending
|
---|
113 | - radv: fix occlusion queries on VegaM
|
---|
114 | - radv: fix VK_EXT_memory_budget if one heap isn't available
|
---|
115 | - radv: fix FMASK expand with SRGB formats
|
---|