• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Mesa 19.1.1 Release Notes / June 25, 2019
2=========================================
3
4Mesa 19.1.1 is a bug fix release which fixes bugs found since the 19.1.0
5release.
6
7Mesa 19.1.1 implements the OpenGL 4.5 API, but the version reported by
8glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
9glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being
10used. Some drivers don't support all the features required in OpenGL
114.5. OpenGL 4.5 is **only** available if requested at context creation.
12Compatibility contexts may report a lower version depending on each
13driver.
14
15SHA256 checksums
16----------------
17
18::
19
20   72114b16b4a84373b2acda060fe2bb1d45ea2598efab3ef2d44bdeda74f15581  mesa-19.1.1.tar.xz
21
22New features
23------------
24
25None
26
27Bug fixes
28---------
29
30-  `Bug 110709 <https://bugs.freedesktop.org/show_bug.cgi?id=110709>`__
31   - g_glxglvnddispatchfuncs.c and glxglvnd.c fail to build with clang
32   8.0
33-  `Bug 110901 <https://bugs.freedesktop.org/show_bug.cgi?id=110901>`__
34   - mesa-19.1.0/src/util/futex.h:82: use of out of scope variable ?
35-  `Bug 110902 <https://bugs.freedesktop.org/show_bug.cgi?id=110902>`__
36   - mesa-19.1.0/src/broadcom/compiler/vir_opt_redundant_flags.c:104]:
37   (style) Same expression
38-  `Bug 110921 <https://bugs.freedesktop.org/show_bug.cgi?id=110921>`__
39   - virgl on OpenGL 3.3 host regressed to OpenGL 2.1
40
41Changes
42-------
43
44Alejandro Piñeiro (1):
45
46-  v3d: fix checking twice auf flag
47
48Bas Nieuwenhuizen (5):
49
50-  radv: Skip transitions coming from external queue.
51-  radv: Decompress DCC when the image format is not allowed for
52   buffers.
53-  radv: Fix vulkan build in meson.
54-  anv: Fix vulkan build in meson.
55-  meson: Allow building radeonsi with just the android platform.
56
57Dave Airlie (1):
58
59-  nouveau: fix frees in unsupported IR error paths.
60
61Eduardo Lima Mitev (1):
62
63-  freedreno/a5xx: Fix indirect draw max_indices calculation
64
65Eric Engestrom (3):
66
67-  util/futex: fix dangling pointer use
68-  glx: fix glvnd pointer types
69-  util/os_file: resize buffer to what was actually needed
70
71Gert Wollny (1):
72
73-  virgl: Assume sRGB write control for older guest kernels or
74   virglrenderer hosts
75
76Haihao Xiang (1):
77
78-  i965: support UYVY for external import only
79
80Jason Ekstrand (1):
81
82-  anv: Set STATE_BASE_ADDRESS upper bounds on gen7
83
84Juan A. Suarez Romero (2):
85
86-  docs: Add SHA256 sums for 19.1.0
87-  Update version to 19.1.1
88
89Kenneth Graunke (2):
90
91-  glsl: Fix out of bounds read in shader_cache_read_program_metadata
92-  iris: Fix iris_flush_and_dirty_history to actually dirty history.
93
94Kevin Strasser (2):
95
96-  gallium/winsys/kms: Fix dumb buffer bpp
97-  st/mesa: Add rgbx handling for fp formats
98
99Lionel Landwerlin (2):
100
101-  anv: do not parse genxml data without INTEL_DEBUG=bat
102-  intel/dump: fix segfault when the app hasn't accessed the device
103
104Mathias Fröhlich (1):
105
106-  egl: Don't add hardware device if there is no render node v2.
107
108Richard Thier (1):
109
110-  r300g: restore performance after RADEON_FLAG_NO_INTERPROCESS_SHARING
111   was added
112
113Rob Clark (1):
114
115-  freedreno/a6xx: un-swap X24S8_UINT
116
117Samuel Pitoiset (4):
118
119-  radv: fix occlusion queries on VegaM
120-  radv: fix VK_EXT_memory_budget if one heap isn't available
121-  radv: fix FMASK expand with SRGB formats
122-  radv: disable viewport clamping even if FS doesn't write Z
123