summaryrefslogtreecommitdiff
path: root/docs/relnotes/17.0.6.rst
blob: e0ee103c840afa6996687cd8cbf2c4dc3e50bbf6 (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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
Mesa 17.0.6 Release Notes / May 12, 2017
========================================

Mesa 17.0.6 is a bug fix release which fixes bugs found since the 17.0.5
release.

Mesa 17.0.6 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
----------------

::

   f1b2497d553e9a584f0caa3a2d9d310e27ead15fb0af170da69f6e70fb5031cd  mesa-17.0.6.tar.gz
   89ecf3bcd0f18dcca5aaa42bf36bb52a2df33be89889f94aaaad91f7a504a69d  mesa-17.0.6.tar.xz

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

None

Bug fixes
---------

-  `Bug 98428 <https://bugs.freedesktop.org/show_bug.cgi?id=98428>`__ -
   Undefined non-weak-symbol in dri-drivers
-  `Bug 100854 <https://bugs.freedesktop.org/show_bug.cgi?id=100854>`__
   - YUV to RGB Color Space Conversion result is not precise

Changes
-------

Adam Jackson (1):

-  egl/platform/drm: Don't take display ownership until gbm is
   initialized

Andres Gomez (7):

-  docs: add sha256 checksums for 17.0.5
-  travis: replace Trusty-based LLVM toolchain apt-get with apt addon
-  travis: add the possibility of using the txc-dxtn library
-  cherry-ignore: 17.1 nominations only
-  cherry-ignore: fix regression in descriptor set freeing.
-  cherry-ignore: rejected commits
-  Update version to 17.0.6

Ben Boeckel (1):

-  scons: update for LLVM 4.0

Brian Paul (1):

-  st/mesa: move duplicated st_ws_framebuffer() function into header
   file

Chad Versace (3):

-  egl: Emit error when EGLSurface is lost
-  egl/android: Cancel any outstanding ANativeBuffer in surface
   destructor
-  egl/android: Mark surface as lost when dequeueBuffer fails

Christian Gmeiner (1):

-  etnaviv: add L8A8_UNORM texture format

Dave Airlie (2):

-  radv/wsi: report presentation error per image request
-  radv: enable POLARIS12 support.

Emil Velikov (21):

-  travis: correct libdrm required regex to also track libdrm itself
-  travis: add nearly all gallium drivers to the list
-  travis: use both cores for make/make check
-  travis: bring the scons build on par with AppVeyor
-  travis: explicitly LD_LIBRARY_PATH the local libraries
-  travis: enable apt cache
-  travis: automatically manage ccache caching
-  travis: remove unused -dev packages
-  travis: rework "if test" blocks in the script section
-  travis: split out matrix from env
-  travis: add separate "scons" and "scons llvm" targets
-  travis: add "scons swr" to the build matrix
-  travis: add "make swr" to the build matrix
-  travis: split the make target to three separate ones
-  travis: model scons check target like the make one
-  travis: add Gallium state-tracker targets
-  travis: enable wayland support
-  travis: bump MAKEFLAGS to -j4
-  gallium/dri: always link against shared glapi
-  mesa/dri: always link against shared glapi
-  glx: glX_proto_send.py: use correct compile guard
   GLX_INDIRECT_RENDERING

Eric Anholt (1):

-  nir: Pick just the channels we want for bitmap and drawpixels
   lowering.

Ilia Mirkin (1):

-  gallium/targets: fix bool setting on BE architectures

Jason Ekstrand (1):

-  anv/cmd_buffer: Use the device allocator for QueueSubmit

Johnson Lin (1):

-  nir/lower_tex: Fix minor error in YUV color conversion matrix

Marek Olšák (2):

-  radeonsi: adjust ESGS ring buffer size computation on VI
-  radeonsi: apply the tess+GS hang workaround to Polaris12 as well

Nicolai Hähnle (1):

-  radeonsi: fix gl_PrimitiveID in tessellation with instanced draws on
   SI

Philipp Zabel (3):

-  renderonly: close transfer prime_fd
-  renderonly: drop resources on destroy
-  renderonly: use drmIoctl

Rhys Kidd (3):

-  travis: Support LLVM 3.8+ on Trusty-based Travis-CI via apt-get not
   apt addon
-  travis: Add radv vulkan driver to continuous integration
-  travis: Add radeonsi to continuous integration

Rob Clark (1):

-  freedreno/a3xx: fix hang w/ large render targets and small gmem

Samuel Iglesias Gonsálvez (5):

-  i965/vec4: fix vertical stride to avoid breaking region parameter
   rule
-  i965/vec4: fix register width for DF VGRF and UNIFORM
-  i965/vec4: don't modify regioning parameters to the sources of DF
   align1 instructions
-  anv: anv_gem_mmap() returns MAP_FAILED as mapping error
-  anv: vkBindImageMemory() should return
   VK_ERROR_OUT_OF_{HOST,DEVICE}_MEMORY on failure