1 | Mesa 19.0.5 Release Notes / May 21, 2019
|
---|
2 | ========================================
|
---|
3 |
|
---|
4 | Mesa 19.0.5 is a bug fix release which fixes bugs found since the 19.0.4
|
---|
5 | release.
|
---|
6 |
|
---|
7 | Mesa 19.0.5 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 | b6e6b78c23bec15d1e7887c78b7ad00ce395ea1b20ad8aab6ce441f55f724e70 mesa-19.0.5.tar.gz
|
---|
21 | 6aecb7f67c136768692fb3c33a54196186c6c4fcafab7973516a355e1a54f831 mesa-19.0.5.tar.xz
|
---|
22 |
|
---|
23 | New features
|
---|
24 | ------------
|
---|
25 |
|
---|
26 | N/A
|
---|
27 |
|
---|
28 | Bug fixes
|
---|
29 | ---------
|
---|
30 |
|
---|
31 | - `Bug 109659 <https://bugs.freedesktop.org/show_bug.cgi?id=109659>`__
|
---|
32 | - Missing OpenGL symbols in OSMesa Gallium when building with meson
|
---|
33 | - `Bug 110134 <https://bugs.freedesktop.org/show_bug.cgi?id=110134>`__
|
---|
34 | - SIGSEGV while playing large hevc video in mpv
|
---|
35 | - `Bug 110648 <https://bugs.freedesktop.org/show_bug.cgi?id=110648>`__
|
---|
36 | - Dota2 will not open using vulkan since 19.0 series
|
---|
37 |
|
---|
38 | Changes
|
---|
39 | -------
|
---|
40 |
|
---|
41 | Caio Marcelo de Oliveira Filho (2):
|
---|
42 |
|
---|
43 | - nir: Fix nir_opt_idiv_const when negatives are involved
|
---|
44 | - nir: Fix clone of nir_variable state slots
|
---|
45 |
|
---|
46 | Charmaine Lee (2):
|
---|
47 |
|
---|
48 | - st/mesa: purge framebuffers with current context after unbinding
|
---|
49 | winsys buffers
|
---|
50 | - mesa: unreference current winsys buffers when unbinding winsys
|
---|
51 | buffers
|
---|
52 |
|
---|
53 | Dylan Baker (4):
|
---|
54 |
|
---|
55 | - docs: Add SHA256 sums for mesa 19.0.4
|
---|
56 | - cherry-ignore: add patches for panfrost
|
---|
57 | - cherry-ignore: Add more 19.1 patches
|
---|
58 | - bump version to 19.0.5
|
---|
59 |
|
---|
60 | Eric Engestrom (1):
|
---|
61 |
|
---|
62 | - meson: expose glapi through osmesa
|
---|
63 |
|
---|
64 | Gert Wollny (2):
|
---|
65 |
|
---|
66 | - softpipe/buffer: load only as many components as the the buffer
|
---|
67 | resource type provides
|
---|
68 | - Revert "softpipe/buffer: load only as many components as the the
|
---|
69 | buffer resource type provides"
|
---|
70 |
|
---|
71 | Ian Romanick (1):
|
---|
72 |
|
---|
73 | - Revert "nir: add late opt to turn inot/b2f combos back to bcsel"
|
---|
74 |
|
---|
75 | Faith Ekstrand (3):
|
---|
76 |
|
---|
77 | - intel/fs/ra: Only add dest interference to sources that exist
|
---|
78 | - intel/fs/ra: Stop adding RA interference to too many SENDS nodes
|
---|
79 | - anv: Only consider minSampleShading when sampleShadingEnable is set
|
---|
80 |
|
---|
81 | Józef Kucia (1):
|
---|
82 |
|
---|
83 | - radv: clear vertex bindings while resetting command buffer
|
---|
84 |
|
---|
85 | Kenneth Graunke (1):
|
---|
86 |
|
---|
87 | - i965: Fix memory leaks in brw_upload_cs_work_groups_surface().
|
---|
88 |
|
---|
89 | Leo Liu (1):
|
---|
90 |
|
---|
91 | - winsys/amdgpu: add VCN JPEG to no user fence group
|
---|
92 |
|
---|
93 | Lionel Landwerlin (1):
|
---|
94 |
|
---|
95 | - anv: Use corresponding type from the vector allocation
|
---|
96 |
|
---|
97 | Marek Olšák (1):
|
---|
98 |
|
---|
99 | - st/mesa: fix 2 crashes in st_tgsi_lower_yuv
|
---|
100 |
|
---|
101 | Nanley Chery (1):
|
---|
102 |
|
---|
103 | - anv: Fix some depth buffer sampling cases on ICL+
|
---|
104 |
|
---|
105 | Samuel Pitoiset (1):
|
---|
106 |
|
---|
107 | - radv: add a workaround for Monster Hunter World and LLVM 7&8
|
---|