diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2019-07-01 08:23:54 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2019-07-01 08:23:54 +0000 |
commit | 2710d6d469f07ac1e3d994de08797b1a6978f35b (patch) | |
tree | 1737f6419aef797af9e8407d0a0a2141aabdd61f | |
parent | 31e0cc54752847a9d3508fad08c8784666ba62cf (diff) |
Import Mesa 19.0.8
-rw-r--r-- | lib/mesa/docs/relnotes/19.0.5.html | 3 | ||||
-rw-r--r-- | lib/mesa/docs/relnotes/19.0.6.html | 153 | ||||
-rw-r--r-- | lib/mesa/docs/relnotes/19.0.7.html | 150 | ||||
-rw-r--r-- | lib/mesa/docs/relnotes/19.0.8.html | 61 | ||||
-rw-r--r-- | lib/mesa/src/gallium/drivers/virgl/virgl_hw.h | 1 | ||||
-rw-r--r-- | lib/mesa/src/gallium/drivers/virgl/virgl_winsys.h | 1 |
6 files changed, 368 insertions, 1 deletions
diff --git a/lib/mesa/docs/relnotes/19.0.5.html b/lib/mesa/docs/relnotes/19.0.5.html index b54d60068..bf0cd43ea 100644 --- a/lib/mesa/docs/relnotes/19.0.5.html +++ b/lib/mesa/docs/relnotes/19.0.5.html @@ -31,7 +31,8 @@ Compatibility contexts may report a lower version depending on each driver. <h2>SHA256 checksums</h2> <pre> -TBD +b6e6b78c23bec15d1e7887c78b7ad00ce395ea1b20ad8aab6ce441f55f724e70 mesa-19.0.5.tar.gz +6aecb7f67c136768692fb3c33a54196186c6c4fcafab7973516a355e1a54f831 mesa-19.0.5.tar.xz </pre> diff --git a/lib/mesa/docs/relnotes/19.0.6.html b/lib/mesa/docs/relnotes/19.0.6.html new file mode 100644 index 000000000..33e217330 --- /dev/null +++ b/lib/mesa/docs/relnotes/19.0.6.html @@ -0,0 +1,153 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html lang="en"> +<head> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <title>Mesa Release Notes</title> + <link rel="stylesheet" type="text/css" href="../mesa.css"> +</head> +<body> + +<div class="header"> + <h1>The Mesa 3D Graphics Library</h1> +</div> + +<iframe src="../contents.html"></iframe> +<div class="content"> + +<h1>Mesa 19.0.5 Release Notes / May 21, 2019</h1> + +<p> +Mesa 19.0.6 is a bug fix release which fixes bugs found since the 19.0.5 release. +</p> +<p> +Mesa 19.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 <strong>only</strong> available if requested at context creation. +Compatibility contexts may report a lower version depending on each driver. +</p> + + +<h2>SHA256 checksums</h2> +<pre> +SHA256: ac8e9ea388ec5c69f5a690190edf8ede602afdbaeea62d49e108057737430ac7 mesa-19.0.6.tar.gz +SHA256: 2db2f2fcaa4048b16e066fad76b8a93944f7d06d329972b0f5fd5ce692ce3d24 mesa-19.0.6.tar.xz +</pre> + + +<h2>New features</h2> + +<p>N/A</p> + +<h2>Bug fixes</h2> + + +<ul> + +<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=110721">Bug 110721</a> - graphics corruption on steam client with mesa 19.1.0 rc3 on polaris</li> + +<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=110761">Bug 110761</a> - Huge problems between Mesa and Electron engine apps</li> + +<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=110784">Bug 110784</a> - [regression][bisected] Reverting 'expose 0 shader binary formats for compat profiles for Qt' causes get_program_binary failures on Iris</li> + +</ul> + +<h2>Changes</h2> + + +<p>Alok Hota (2):</p> +<ul> + <li>gallium/swr: Param defaults for unhandled PIPE_CAPs</li> + <li>gallium/aux: add PIPE_CAP_MAX_VARYINGS to u_screen</li> +</ul> + +<p>Bas Nieuwenhuizen (1):</p> +<ul> + <li>nir: Actually propagate progress in nir_opt_move_load_ubo.</li> +</ul> + +<p>Chenglei Ren (1):</p> +<ul> + <li>anv/android: fix missing dependencies issue during parallel build</li> +</ul> + +<p>Christian Gmeiner (1):</p> +<ul> + <li>etnaviv: use the correct uniform dirty bits</li> +</ul> + +<p>Dave Airlie (1):</p> +<ul> + <li>Revert "mesa: unreference current winsys buffers when unbinding winsys buffers"</li> +</ul> + +<p>Deepak Rawat (1):</p> +<ul> + <li>winsys/drm: Fix out of scope variable usage</li> +</ul> + +<p>Dylan Baker (6):</p> +<ul> + <li>docs: Add Sha256 sums for 19.0.5</li> + <li>cherry-ignore: Add a commit that was manually backported</li> + <li>cherry-ignore: add another 19.1 only patch</li> + <li>cherry-ignore: add another 19.1 only patch</li> + <li>gallium: wrap u_screen in extern "C" for c++</li> + <li>VERSION: bump to 19.0.6</li> +</ul> + +<p>Emil Velikov (1):</p> +<ul> + <li>egl/dri: flesh out and use dri2_create_drawable()</li> +</ul> + +<p>Jan Zielinski (1):</p> +<ul> + <li>swr/rast: fix 32-bit compilation on Linux</li> +</ul> + +<p>Lionel Landwerlin (1):</p> +<ul> + <li>vulkan: fix build dependency issue with generated files</li> +</ul> + +<p>Marek Olšák (2):</p> +<ul> + <li>u_blitter: don't fail mipmap generation for depth formats containing stencil</li> + <li>ac: fix a typo in ac_build_wg_scan_bottom</li> +</ul> + +<p>Philipp Zabel (1):</p> +<ul> + <li>etnaviv: fill missing offset in etna_resource_get_handle</li> +</ul> + +<p>Rob Clark (3):</p> +<ul> + <li>freedreno/ir3: dynamic UBO indexing vs 64b pointers</li> + <li>freedreno/ir3: set more barrier bits</li> + <li>freedreno/a6xx: fix GPU crash on small render targets</li> +</ul> + +<p>Sagar Ghuge (1):</p> +<ul> + <li>intel/compiler: Fix assertions in brw_alu3</li> +</ul> + +<p>Samuel Pitoiset (2):</p> +<ul> + <li>radv: allocate more space in the CS when emitting events</li> + <li>radv: do not use gfx fast depth clears for layered depth/stencil images</li> +</ul> + +<p>Timothy Arceri (2):</p> +<ul> + <li>Revert "st/mesa: expose 0 shader binary formats for compat profiles for Qt"</li> + <li>st/glsl: make sure to propagate initialisers to driver storage</li> +</ul> + + +</div> +</body> +</html> diff --git a/lib/mesa/docs/relnotes/19.0.7.html b/lib/mesa/docs/relnotes/19.0.7.html new file mode 100644 index 000000000..4d7e57966 --- /dev/null +++ b/lib/mesa/docs/relnotes/19.0.7.html @@ -0,0 +1,150 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html lang="en"> +<head> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <title>Mesa Release Notes</title> + <link rel="stylesheet" type="text/css" href="../mesa.css"> +</head> +<body> + +<div class="header"> + <h1>The Mesa 3D Graphics Library</h1> +</div> + +<iframe src="../contents.html"></iframe> +<div class="content"> + +<h1>Mesa 19.0.6 Release Notes / June 24, 2019</h1> + +<p> +Mesa 19.0.7 is a bug fix release which fixes bugs found since the 19.0.6 release. +</p> +<p> +Mesa 19.0.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 <strong>only</strong> available if requested at context creation. +Compatibility contexts may report a lower version depending on each driver. +</p> + + +<h2>SHA256 checksums</h2> +<pre> +81119f0cbbd1fbe7c0574e1e2690e0dae8868124d24c875f5fb76f165db3a54d mesa-19.0.7.tar.gz +d7bf3db2e442fe5eeb96144f8508d94f04aededdf37af477e644638d366b2b28 mesa-19.0.7.tar.xz +</pre> + + +<h2>New features</h2> + +<p>N/A</p> + +<h2>Bug fixes</h2> + + +<ul> + +<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=110302">Bug 110302</a> - [bisected][regression] piglit egl-create-pbuffer-surface and egl-gl-colorspace regressions</li> + +<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=110921">Bug 110921</a> - virgl on OpenGL 3.3 host regressed to OpenGL 2.1</li> + +</ul> + +<h2>Changes</h2> + + +<p>Bas Nieuwenhuizen (5):</p> +<ul> + <li>radv: Prevent out of bound shift on 32-bit builds.</li> + <li>radv: Decompress DCC when the image format is not allowed for buffers.</li> + <li>radv: Fix vulkan build in meson.</li> + <li>anv: Fix vulkan build in meson.</li> + <li>meson: Allow building radeonsi with just the android platform.</li> +</ul> + +<p>Charmaine Lee (1):</p> +<ul> + <li>svga: Remove unnecessary check for the pre flush bit for setting vertex buffers</li> +</ul> + +<p>Deepak Rawat (1):</p> +<ul> + <li>winsys/svga/drm: Fix 32-bit RPCI send message</li> +</ul> + +<p>Dylan Baker (3):</p> +<ul> + <li>docs: Add SHA256 sums for 19.0.6</li> + <li>cherry-ignore: add additional 19.1 only patches</li> + <li>Bump version for 19.0.7 release</li> +</ul> + +<p>Emil Velikov (1):</p> +<ul> + <li>mapi: correctly handle the full offset table</li> +</ul> + +<p>Gert Wollny (2):</p> +<ul> + <li>virgl: Add a caps feature check version</li> + <li>virgl: Assume sRGB write control for older guest kernels or virglrenderer hosts</li> +</ul> + +<p>Haihao Xiang (1):</p> +<ul> + <li>i965: support UYVY for external import only</li> +</ul> + +<p>Jason Ekstrand (2):</p> +<ul> + <li>nir/propagate_invariant: Don't add NULL vars to the hash table</li> + <li>anv: Set STATE_BASE_ADDRESS upper bounds on gen7</li> +</ul> + +<p>Kenneth Graunke (1):</p> +<ul> + <li>glsl: Fix out of bounds read in shader_cache_read_program_metadata</li> +</ul> + +<p>Kevin Strasser (2):</p> +<ul> + <li>gallium/winsys/kms: Fix dumb buffer bpp</li> + <li>st/mesa: Add rgbx handling for fp formats</li> +</ul> + +<p>Lionel Landwerlin (2):</p> +<ul> + <li>intel/perf: fix EuThreadsCount value in performance equations</li> + <li>intel/perf: improve dynamic loading config detection</li> +</ul> + +<p>Mathias Fröhlich (1):</p> +<ul> + <li>egl: Don't add hardware device if there is no render node v2.</li> +</ul> + +<p>Nanley Chery (1):</p> +<ul> + <li>anv/cmd_buffer: Initalize the clear color struct for CNL+</li> +</ul> + +<p>Nataraj Deshpande (1):</p> +<ul> + <li>anv: Fix check for isl_fmt in assert</li> +</ul> + +<p>Samuel Pitoiset (5):</p> +<ul> + <li>radv: fix alpha-to-coverage when there is unused color attachments</li> + <li>radv: fix setting CB_SHADER_MASK for dual source blending</li> + <li>radv: fix occlusion queries on VegaM</li> + <li>radv: fix VK_EXT_memory_budget if one heap isn't available</li> + <li>radv: fix FMASK expand with SRGB formats</li> +</ul> + + + +</div> +</body> +</html> diff --git a/lib/mesa/docs/relnotes/19.0.8.html b/lib/mesa/docs/relnotes/19.0.8.html new file mode 100644 index 000000000..721a0a3f4 --- /dev/null +++ b/lib/mesa/docs/relnotes/19.0.8.html @@ -0,0 +1,61 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html lang="en"> +<head> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <title>Mesa Release Notes</title> + <link rel="stylesheet" type="text/css" href="../mesa.css"> +</head> +<body> + +<div class="header"> + <h1>The Mesa 3D Graphics Library</h1> +</div> + +<iframe src="../contents.html"></iframe> +<div class="content"> + +<h1>Mesa 19.0.8 Release Notes / June 26, 2019</h1> + +<p> +Mesa 19.0.8 is an emergency bug fix release which fixes a critical bug found in the 19.0.7 release. +</p> +<p> +Mesa 19.0.8 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 <strong>only</strong> available if requested at context creation. +Compatibility contexts may report a lower version depending on each driver. +</p> + + +<h2>SHA256 checksums</h2> +<pre> +TBD +</pre> + + +<h2>New features</h2> + +<p>N/A</p> + +<h2>Bug fixes</h2> + +<p>None</p> + +<h2>Changes</h2> + +<p>Dylan Baker (2):</p> +<ul> + <li>docs: Add SHA256 sums for 19.0.7</li> + <li>version: bump to 19.0.8</li> +</ul> + +<p>Kenneth Graunke (1):</p> +<ul> + <li>egl/x11: calloc dri2_surf so it's properly zeroed</li> +</ul> + +</div> +</body> +</html> diff --git a/lib/mesa/src/gallium/drivers/virgl/virgl_hw.h b/lib/mesa/src/gallium/drivers/virgl/virgl_hw.h index 7b4c063f3..1c2850526 100644 --- a/lib/mesa/src/gallium/drivers/virgl/virgl_hw.h +++ b/lib/mesa/src/gallium/drivers/virgl/virgl_hw.h @@ -358,6 +358,7 @@ struct virgl_caps_v2 { uint32_t max_atomic_counter_buffers[6]; uint32_t max_combined_atomic_counters; uint32_t max_combined_atomic_counter_buffers; + uint32_t host_feature_check_version; }; union virgl_caps { diff --git a/lib/mesa/src/gallium/drivers/virgl/virgl_winsys.h b/lib/mesa/src/gallium/drivers/virgl/virgl_winsys.h index 96726b409..22d5de1da 100644 --- a/lib/mesa/src/gallium/drivers/virgl/virgl_winsys.h +++ b/lib/mesa/src/gallium/drivers/virgl/virgl_winsys.h @@ -150,5 +150,6 @@ static inline void virgl_ws_fill_new_caps_defaults(struct virgl_drm_caps *caps) caps->caps.v2.max_image_samples = 0; caps->caps.v2.max_compute_work_group_invocations = 0; caps->caps.v2.max_compute_shared_memory_size = 0; + caps->caps.v2.host_feature_check_version = 0; } #endif |