radv: fix setting EXCP_EN for different shader stages
[mesa.git] / docs / relnotes / 17.1.2.rst
1 Mesa 17.1.2 Release Notes / June 5, 2017
2 ========================================
3
4 Mesa 17.1.2 is a bug fix release which fixes bugs found since the 17.1.1
5 release.
6
7 Mesa 17.1.2 implements the OpenGL 4.5 API, but the version reported by
8 glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
9 glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being
10 used. Some drivers don't support all the features required in OpenGL
11 4.5. OpenGL 4.5 is **only** available if requested at context creation
12 because compatibility contexts are not supported.
13
14 SHA256 checksums
15 ----------------
16
17 ::
18
19 0d2020c2115db0d13a5be0075abf0da143290f69f5817a2f277861e89166a3e1 mesa-17.1.2.tar.gz
20 0937804f43746339b1f9540d8f9c8b4a1bb3d3eec0e4020eac283b8799798239 mesa-17.1.2.tar.xz
21
22 New features
23 ------------
24
25 None
26
27 Bug fixes
28 ---------
29
30 - `Bug 98833 <https://bugs.freedesktop.org/show_bug.cgi?id=98833>`__ -
31 [REGRESSION, bisected] Wayland revert commit breaks non-Vsync
32 fullscreen frame updates
33 - `Bug 100741 <https://bugs.freedesktop.org/show_bug.cgi?id=100741>`__
34 - Chromium - Memory leak
35 - `Bug 100877 <https://bugs.freedesktop.org/show_bug.cgi?id=100877>`__
36 - vulkan/tests/block_pool_no_free regression
37 - `Bug 101110 <https://bugs.freedesktop.org/show_bug.cgi?id=101110>`__
38 - Build failure in GNOME Continuous
39
40 Changes
41 -------
42
43 Bartosz Tomczyk (1):
44
45 - mesa: Avoid leaking surface in st_renderbuffer_delete
46
47 Bas Nieuwenhuizen (1):
48
49 - radv: Reserve space for descriptor and push constant user SGPR
50 setting.
51
52 Daniel Stone (7):
53
54 - vulkan: Fix Wayland uninitialised registry
55 - vulkan/wsi/wayland: Remove roundtrip when creating image
56 - vulkan/wsi/wayland: Use per-display event queue
57 - vulkan/wsi/wayland: Use proxy wrappers for swapchain
58 - egl/wayland: Don't open-code roundtrip
59 - egl/wayland: Use per-surface event queues
60 - egl/wayland: Ensure we get a back buffer
61
62 Emil Velikov (24):
63
64 - docs: add sha256 checksums for 17.1.1
65 - configure: move platform handling further up
66 - configure: rename remaining HAVE_EGL_PLATFORM\_\* guards
67 - configure: update remaining --with-egl-platforms references
68 - configure: loosen --with-platforms heuristics
69 - configure: enable the surfaceless platform by default
70 - configure: set HAVE_foo_PLATFORM as applicable
71 - configure: error out when building GLX w/o the X11 platform
72 - configure: check once for DRI3 dependencies
73 - loader: build libloader_dri3_helper.la only with HAVE_PLATFORM_X11
74 - configure: error out when building X11 Vulkan without DRI3
75 - auxiliary/vl: use vl_*_screen_create stubs when building w/o platform
76 - st/va: fix misplaced closing bracket
77 - st/omx: remove unneeded X11 include
78 - st/omx: fix building against X11-less setups
79 - gallium/targets: link against XCB only as needed
80 - configure: error out if building VA w/o supported platform
81 - configure: error out if building OMX w/o supported platform
82 - configure: error out if building VDPAU w/o supported platform
83 - configure: error out if building XVMC w/o supported platform
84 - travis: remove workarounds for the Vulkan target
85 - anv: automake: list shared libraries after the static ones
86 - radv: automake: list shared libraries after the static ones
87 - egl/wayland: select the format based on the interface used
88
89 Ian Romanick (3):
90
91 - r100: Don't assume that the base mipmap of a texture exists
92 - r100,r200: Don't assume glVisual is non-NULL during context creation
93 - r100: Use \_mesa_get_format_base_format in radeon_update_wrapper
94
95 Jason Ekstrand (17):
96
97 - anv: Handle color layout transitions from the UNINITIALIZED layout
98 - anv: Handle transitioning depth from UNDEFINED to other layouts
99 - anv/image: Get rid of the memset(aux, 0, sizeof(aux)) hack
100 - anv: Predicate 48bit support on gen >= 8
101 - anv: Set up memory types and heaps during physical device init
102 - anv: Set image memory types based on the type count
103 - i965/blorp: Do and end-of-pipe sync on both sides of fast-clear ops
104 - i965: Round copy size to the nearest block in intel_miptree_copy
105 - anv: Set EXEC_OBJECT_ASYNC when available
106 - anv: Determine the type of mapping based on type metadata
107 - anv: Add valid_bufer_usage to the memory type metadata
108 - anv: Stop setting BO flags in bo_init_new
109 - anv: Make supports_48bit_addresses a heap property
110 - anv: Refactor memory type setup
111 - anv: Advertise both 32-bit and 48-bit heaps when we have enough
112 memory
113 - i965: Rework Sandy Bridge HiZ and stencil layouts
114 - anv: Require vertex buffers to come from a 32-bit heap
115
116 Juan A. Suarez Romero (13):
117
118 - Revert "android: fix segfault within swap_buffers"
119 - cherry-ignore: radeonsi: load patch_id for TES-as-ES when exporting
120 for PS
121 - cherry-ignore: anv: Determine the type of mapping based on type
122 metadata
123 - cherry-ignore: anv: Stop setting BO flags in bo_init_new
124 - cherry-ignore: anv: Make supports_48bit_addresses a heap property
125 - cherry-ignore: anv: Advertise both 32-bit and 48-bit heaps when we
126 have enough memory
127 - cherry-ignore: anv: Require vertex buffers to come from a 32-bit heap
128 - cherry-ignore: radv: fix regression in descriptor set freeing
129 - cherry-ignore: anv: Add valid_bufer_usage to the memory type metadata
130 - cherry-ignore: anv: Refactor memory type setup
131 - Revert "cherry-ignore: anv: [...]"
132 - Revert "cherry-ignore: anv: Require vertex buffers to come from a
133 32-bit heap"
134 - Update version to 17.1.2
135
136 Marek Olšák (1):
137
138 - radeonsi/gfx9: compile shaders with +xnack
139
140 Nicolai Hähnle (1):
141
142 - st/mesa: remove redundant stfb->iface checks
143
144 Nicolas Boichat (1):
145
146 - configure.ac: Also match -androideabi tuple
147
148 Rob Clark (1):
149
150 - freedreno: fix fence creation fail if no rendering
151
152 Tapani Pälli (1):
153
154 - egl/android: fix segfault within swap_buffers
155
156 Timothy Arceri (1):
157
158 - st/mesa: don't mark the program as in cache_fallback when there is
159 cache miss