summaryrefslogtreecommitdiff
path: root/docs/relnotes/19.2.7.rst
blob: f0e9f9dd7b1ae7ae99ba155bfd591001d5b3e08b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Mesa 19.2.7 Release Notes / 2019-12-04
======================================

Mesa 19.2.7 is a bug fix release which fixes bugs found since the 19.2.6
release.

Mesa 19.2.7 implements the OpenGL 4.5 API, but the version reported by
glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being
used. Some drivers don't support all the features required in OpenGL
4.5. OpenGL 4.5 is **only** available if requested at context creation.
Compatibility contexts may report a lower version depending on each
driver.

Mesa 19.2.7 implements the Vulkan 1.1 API, but the version reported by
the apiVersion property of the VkPhysicalDeviceProperties struct depends
on the particular driver being used.

SHA256 checksum
---------------

::

       e3799fb7896fd9ed2f90f651fb907b95cdebfbd494968ff116e6bf1be143579e  mesa-19.2.7.tar.xz

New features
------------

-  None

Bug fixes
---------

-  ld.lld: error: duplicate symbol (mesa-19.3.0-rc1)
-  triangle strip clipping with GL_FIRST_VERTEX_CONVENTION causes wrong
   vertex's attribute to be broadcasted for flat interpolation
-  [bisected][regression][g45,g965,ilk] piglit arb_fragment_program kil
   failures

Changes
-------

Bas Nieuwenhuizen (2):

-  radv: Allocate cmdbuffer space for buffer marker write.
-  radv: Unify max_descriptor_set_size.

Boris Brezillon (1):

-  gallium: Fix the ->set_damage_region() implementation

Ian Romanick (1):

-  intel/fs: Disable conditional discard optimization on Gen4 and Gen5

Jason Ekstrand (1):

-  anv: Set up SBE_SWIZ properly for gl_Viewport

Jonathan Gray (2):

-  winsys/amdgpu: avoid double simple_mtx_unlock()
-  i965: update Makefile.sources for perf changes

Rhys Perry (1):

-  radv: set writes_memory for global memory stores/atomics

Samuel Pitoiset (3):

-  radv: fix enabling sample shading with SampleID/SamplePosition
-  radv/gfx10: fix implementation of exclusive scans
-  radv: fix compute pipeline keys when optimizations are disabled

Yevhenii Kolesnikov (1):

-  meson: Fix linkage of libgallium_nine with libgalliumvl

Zebediah Figura (1):

-  Revert "draw: revert using correct order for prim decomposition."