summaryrefslogtreecommitdiff
path: root/docs/relnotes/18.0.4.rst
blob: 4133ac9132fba3d754960159722bca4e4c6a39fb (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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
Mesa 18.0.4 Release Notes / May 17, 2018
========================================

Mesa 18.0.4 is a bug fix release which fixes bugs found since the 18.0.3
release.

Mesa 18.0.4 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
because compatibility contexts are not supported.

SHA256 checksums
----------------

::

   d1dc3469faccdd73439479426952d71a9e8f684e8d03b6687063c12b13430801  mesa-18.0.4.tar.gz
   1f3bcfe7cef0a5c20dae2b41df5d7e0a985e06be0183fa4d43b6068fcba2920f  mesa-18.0.4.tar.xz

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

None

Bug fixes
---------

-  `Bug 91808 <https://bugs.freedesktop.org/show_bug.cgi?id=91808>`__ -
   trine1 misrender r600g
-  `Bug 100430 <https://bugs.freedesktop.org/show_bug.cgi?id=100430>`__
   - [radv] graphical glitches on dolphin emulator
-  `Bug 106243 <https://bugs.freedesktop.org/show_bug.cgi?id=106243>`__
   - [kbl] GPU HANG: 9:0:0x85dffffb, in Cinnamon
-  `Bug 106480 <https://bugs.freedesktop.org/show_bug.cgi?id=106480>`__
   - A2B10G10R10_SNORM vertex attribute doesn't work.

Changes
-------

Bas Nieuwenhuizen (3):

-  radv: Translate logic ops.
-  radv: Fix up 2_10_10_10 alpha sign.
-  radv: Disable texel buffers with A2 SNORM/SSCALED/SINT for pre-vega.

Dave Airlie (3):

-  r600: fix constant buffer bounds.
-  radv: resolve all layers in compute resolve path.
-  radv: use compute path for multi-layer images.

Deepak Rawat (1):

-  egl/x11: Send invalidate to driver on copy_region path in swap_buffer

Ian Romanick (1):

-  mesa: Add missing support for glFogiv(GL_FOG_DISTANCE_MODE_NV)

Jan Vesely (8):

-  clover: Add explicit virtual destructor to argument class
-  eg/compute: Drop reference on code_bo in destructor.
-  r600: Cleanup constant buffers on context destruction
-  eg/compute: Drop reference to kernel_param bo in destructor
-  pipe-loader: Free driver_name in error path
-  gallium/auxiliary: Add helper function to count the number of entries
   in hash table
-  winsys/radeon: Destroy fd_hash table when the last winsys is removed.
-  winsys/amdgpu: Destroy dev_hash table when the last winsys is
   removed.

Jason Ekstrand (1):

-  i965,anv: Set the CS stall bit on the ISP disable PIPE_CONTROL

Jose Maria Casanova Crespo (2):

-  intel/compiler: fix 16-bit int brw_negate_immediate and
   brw_abs_immediate
-  intel/compiler: fix brw_imm_w for negative 16-bit integers

Juan A. Suarez Romero (7):

-  docs: add sha256 checksums for 18.0.3
-  cherry-ignore: add explicit 18.1 only nominations
-  cherry-ignore: glsl: change ast_type_qualifier bitset size to work
   around GCC 5.4 bug
-  cherry-ignore: mesa: fix glGetInteger/Float/etc queries for vertex
   arrays attribs
-  cherry-ignore: mesa: revert GL_[SECONDARY\_]COLOR_ARRAY_SIZE glGet
   type to TYPE_INT
-  cherry-ignore: radv/resolve: do fmask decompress on all layers.
-  Update version to 18.0.4

Kai Wasserbäch (1):

-  opencl: autotools: Fix linking order for OpenCL target

Kenneth Graunke (1):

-  i965: Don't leak blorp on Gen4-5.

Lionel Landwerlin (2):

-  i965: require pixel scoreboard stall prior to ISP disable
-  anv: emit pixel scoreboard stall before ISP disable

Matthew Nicholls (1):

-  radv: fix multisample image copies

Neil Roberts (1):

-  spirv: Apply OriginUpperLeft to FragCoord

Rhys Perry (1):

-  mesa: fix error handling in get_framebuffer_parameteriv

Ross Burton (1):

-  src/intel/Makefile.vulkan.am: add missing MKDIR_GEN