1Mesa 20.2.6 Release Notes / 2020-12-16
2======================================
3
4Mesa 20.2.6 is a an emergency bug fix release for the 20.2 series
5
6Mesa 20.2.6 implements the OpenGL 4.6 API, but the version reported by
7glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
8glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.
9Some drivers don't support all the features required in OpenGL 4.6. OpenGL
104.6 is **only** available if requested at context creation.
11Compatibility contexts may report a lower version depending on each driver.
12
13Mesa 20.2.6 implements the Vulkan 1.2 API, but the version reported by
14the apiVersion property of the VkPhysicalDeviceProperties struct
15depends on the particular driver being used.
16
17SHA256 checksum
18---------------
19
20::
21
22    f12ca3c6c622f11cd79ad66b4220f04514fa96f795062fe92a37339ab19885db  mesa-20.2.6.tar.xz
23
24
25New features
26------------
27
28- None
29
30
31Bug fixes
32---------
33
34- None
35
36
37Changes
38-------
39
40Daniel Schürmann (1):
41
42- aco/spill: only prevent rematerializable vars from being DCE'd if they haven't been renamed
43
44Dylan Baker (2):
45
46- docs: add sha256 sums for 20.2.5
47- .pick_status.json: Update to 2d78e28ba702d366becabb8e241b861e6711c76e
48