• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Mesa 18.2.2 Release Notes / October 5, 2018
2===========================================
3
4Mesa 18.2.2 is a bug fix release which fixes bugs found since the 18.2.1
5release.
6
7Mesa 18.2.2 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   SHA256: c51711168971957037cc7e3e19e8abe1ec6eeab9cf236d419a1e7728a41cac8a  mesa-18.2.2.tar.gz
21   SHA256: c3ba82b12a89d3d9fed2bdd96b4702dbb7ab675034650a8b1b718320daf073c4  mesa-18.2.2.tar.xz
22
23New features
24------------
25
26None
27
28Bug fixes
29---------
30
31-  `Bug 104602 <https://bugs.freedesktop.org/show_bug.cgi?id=104602>`__
32   - [apitrace] Graphical artifacts in Civilization VI on RX Vega
33-  `Bug 104926 <https://bugs.freedesktop.org/show_bug.cgi?id=104926>`__
34   - swrast: Mesa 17.3.3 produces: HW cursor for format 875713089 not
35   supported
36-  `Bug 107276 <https://bugs.freedesktop.org/show_bug.cgi?id=107276>`__
37   - radv: OpBitfieldUExtract returns incorrect result when count is
38   zero
39-  `Bug 107786 <https://bugs.freedesktop.org/show_bug.cgi?id=107786>`__
40   - [DXVK] MSAA reflections are broken in GTA V
41-  `Bug 108024 <https://bugs.freedesktop.org/show_bug.cgi?id=108024>`__
42   - [Debian Stretch]Fail to build because "xcb_randr_lease_t"
43
44Changes
45-------
46
47Alex Deucher (1):
48
49-  pci_ids: add new polaris pci id
50
51Andres Rodriguez (1):
52
53-  radv: only emit ZPASS_DONE for timestamp queries on gfx queues
54
55Axel Davy (3):
56
57-  st/nine: Clamp RCP when 0*inf!=0
58-  st/nine: Avoid redundant SetCursorPos calls
59-  st/nine: Increase maximum number of temp registers
60
61Dylan Baker (1):
62
63-  meson: Don't compile pipe loader with dri support when not using dri
64
65Eric Anholt (1):
66
67-  vc4: Fix sin(0.0) and cos(0.0) accuracy to fix SDL rendering
68   rotation.
69
70Eric Engestrom (1):
71
72-  vulkan/wsi/display: check if wsi_swapchain_init() succeeded
73
74Jason Ekstrand (1):
75
76-  anv,radv: Implement vkAcquireNextImage2
77
78Juan A. Suarez Romero (2):
79
80-  docs: add sha256 checksums for 18.2.1
81-  Update version to 18.2.2
82
83Leo Liu (1):
84
85-  radeon/uvd: use bitstream coded number for symbols of Huffman tables
86
87Marek Olšák (2):
88
89-  glsl_to_tgsi: invert gl_SamplePosition.y for the default framebuffer
90-  radeonsi: NaN should pass kill_if
91
92Maxime (1):
93
94-  vulkan: Disable randr lease for libxcb < 1.13
95
96Michal Srb (1):
97
98-  st/dri: don't set queryDmaBufFormats/queryDmaBufModifiers if the
99   driver does not implement it
100
101Rhys Perry (2):
102
103-  nvc0: Update counter reading shaders to new NVC0_CB_AUX_MP_INFO
104-  nvc0: fix bindless multisampled images on Maxwell+
105
106Samuel Iglesias Gonsálvez (1):
107
108-  anv: Add support for protected memory properties on
109   anv_GetPhysicalDeviceProperties2()
110
111Samuel Pitoiset (1):
112
113-  radv: use the resolve compute path if dest uses multiple layers
114
115Stuart Young (1):
116
117-  docs: Update FAQ with respect to s3tc support
118
119Timothy Arceri (1):
120
121-  radeonsi: add a workaround for bitfield_extract when count is 0
122