1 | Mesa 19.0.3 Release Notes / April 24, 2019
|
---|
2 | ==========================================
|
---|
3 |
|
---|
4 | Mesa 19.0.3 is a bug fix release which fixes bugs found since the l9.0.2
|
---|
5 | release.
|
---|
6 |
|
---|
7 | Mesa 19.0.3 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 | 59543ec3c9f8c72990e77887f13d1678cb6739e5d5f56abc21ebf9e772389c5e mesa-19.0.3.tar.gz
|
---|
21 | f027244e38dc309a4c12db45ef79be81ab62c797a50a88d566e4edb6159fc4d5 mesa-19.0.3.tar.xz
|
---|
22 |
|
---|
23 | New features
|
---|
24 | ------------
|
---|
25 |
|
---|
26 | N/A
|
---|
27 |
|
---|
28 | Bug fixes
|
---|
29 | ---------
|
---|
30 |
|
---|
31 | - `Bug 108879 <https://bugs.freedesktop.org/show_bug.cgi?id=108879>`__
|
---|
32 | - [CIK] [regression] All opencl apps hangs indefinitely in
|
---|
33 | si_create_context
|
---|
34 | - `Bug 110201 <https://bugs.freedesktop.org/show_bug.cgi?id=110201>`__
|
---|
35 | - [ivb] mesa 19.0.0 breaks rendering in kitty
|
---|
36 | - `Bug 110356 <https://bugs.freedesktop.org/show_bug.cgi?id=110356>`__
|
---|
37 | - install_megadrivers.py creates new dangling symlink [bisected]
|
---|
38 | - `Bug 110441 <https://bugs.freedesktop.org/show_bug.cgi?id=110441>`__
|
---|
39 | - [llvmpipe] complex-loop-analysis-bug regression
|
---|
40 |
|
---|
41 | Changes
|
---|
42 | -------
|
---|
43 |
|
---|
44 | Andres Gomez (1):
|
---|
45 |
|
---|
46 | - glsl/linker: location aliasing requires types to have the same width
|
---|
47 |
|
---|
48 | Bas Nieuwenhuizen (1):
|
---|
49 |
|
---|
50 | - ac: Move has_local_buffers disable to radeonsi.
|
---|
51 |
|
---|
52 | Chia-I Wu (1):
|
---|
53 |
|
---|
54 | - virgl: fix fence fd version check
|
---|
55 |
|
---|
56 | Danylo Piliaiev (1):
|
---|
57 |
|
---|
58 | - intel/compiler: Do not reswizzle dst if instruction writes to flag
|
---|
59 | register
|
---|
60 |
|
---|
61 | Dylan Baker (2):
|
---|
62 |
|
---|
63 | - docs: Add sha256 sums for 19.0.2
|
---|
64 | - Bump version for 19.0.3
|
---|
65 |
|
---|
66 | Eric Anholt (1):
|
---|
67 |
|
---|
68 | - nir: Fix deref offset calculation for structs.
|
---|
69 |
|
---|
70 | Eric Engestrom (1):
|
---|
71 |
|
---|
72 | - meson: remove meson-created megadrivers symlinks
|
---|
73 |
|
---|
74 | Faith Ekstrand (2):
|
---|
75 |
|
---|
76 | - anv/pipeline: Fix MEDIA_VFE_STATE::PerThreadScratchSpace on gen7
|
---|
77 | - anv: Add a #define for the max binding table size
|
---|
78 |
|
---|
79 | Juan A. Suarez Romero (1):
|
---|
80 |
|
---|
81 | - meson: Add dependency on genxml to anvil genfiles
|
---|
82 |
|
---|
83 | Kenneth Graunke (2):
|
---|
84 |
|
---|
85 | - glsl: Set location on structure-split sampler uniform variables
|
---|
86 | - Revert "glsl: Set location on structure-split sampler uniform
|
---|
87 | variables"
|
---|
88 |
|
---|
89 | Lionel Landwerlin (2):
|
---|
90 |
|
---|
91 | - anv: fix uninitialized pthread cond clock domain
|
---|
92 | - intel/devinfo: fix missing num_thread_per_eu on ICL
|
---|
93 |
|
---|
94 | Lubomir Rintel (2):
|
---|
95 |
|
---|
96 | - gallivm: guess CPU features also on ARM
|
---|
97 | - gallivm: disable NEON instructions if they are not supported
|
---|
98 |
|
---|
99 | Marek Olšák (1):
|
---|
100 |
|
---|
101 | - radeonsi: use CP DMA for the null const buffer clear on CIK
|
---|
102 |
|
---|
103 | Rhys Perry (1):
|
---|
104 |
|
---|
105 | - nir,ac/nir: fix cube_face_coord
|
---|
106 |
|
---|
107 | Roland Scheidegger (1):
|
---|
108 |
|
---|
109 | - gallivm: fix bogus assert in get_indirect_index
|
---|
110 |
|
---|
111 | Samuel Pitoiset (2):
|
---|
112 |
|
---|
113 | - ac/nir: only use the new raw/struct image atomic intrinsics with LLVM
|
---|
114 | 9+
|
---|
115 | - radv: do not load vertex attributes that are not provided by the
|
---|
116 | pipeline
|
---|