diff options
author | tnn <tnn@pkgsrc.org> | 2020-05-02 12:13:43 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2020-05-02 12:13:43 +0000 |
commit | 95448c25f93d93df39bbf02a894eb9068b815dd6 (patch) | |
tree | 5eb9414226f15dbd5e9b606c3c237311703c04f0 /graphics/MesaLib | |
parent | 5efa27c5a702d283fe938c92a6940ea847b7365f (diff) | |
download | pkgsrc-95448c25f93d93df39bbf02a894eb9068b815dd6.tar.gz |
Mesa 20.0.6
dEQP-VK.subgroups.size_control.compute.* crashes on HSW and TGL
piglit spec.!opengl 1.0.gl-1.0-fpexceptions crash on Iris
SPIR-V: OpConvertUToPtr from spec constant fails to compile
radv: Reading ViewportIndex in fragment shader returns garbage
radeonsi: GL_LINES rendering is affected by GL_POINT_SPRITE
[ANV] gfxbench Aztec Ruins misrenders on gen11+
glxinfo cmd crashed
Mesa 20.0.5
nir: nir_lower_returns can't handle nested loops
Graphic artifacts with Mesa 20.0.4 on intel HD 510 GPU
Mesa 20 regression makes Lightsprint demos crash
Build Fails with Clang Shared Library
dri_common.h:58:8: error: unknown type name '__GLXDRIdrawable'
Graphical glitches on Intel Graphics when Xorg started on Iris driver
SIGSEGV src/compiler/glsl/ast_function.cpp:53
manywin aborts with "i965: Failed to submit batchbuffer: Invalid argument"
v3d: transform feedback issue
radv: dEQP-VK.binding_model.descriptorset_random.sets4.noarray.ubolimitlow.sbolimitlow.imglimitlow.noiub.comp.noia.0 segfault
radv: RAVEN fails dEQP-VK.pipeline.timestamp.misc_tests.reset_query_before_copy
https://gitlab.freedesktop.org/mesa/mesa/-/issues/2727
enable storageBuffer16BitAccess feature in radv for SI and CIK
Weston drm-backend.so seems to fail with Mesa master and LIBGL_ALWAYS_SOFTWARE=1
vaapi bob deinterlacer produces wrong output height on AMD
Diffstat (limited to 'graphics/MesaLib')
-rw-r--r-- | graphics/MesaLib/Makefile | 5 | ||||
-rw-r--r-- | graphics/MesaLib/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/graphics/MesaLib/Makefile b/graphics/MesaLib/Makefile index b29cb38334d..68a1bb69580 100644 --- a/graphics/MesaLib/Makefile +++ b/graphics/MesaLib/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.192 2020/04/09 16:48:08 nia Exp $ +# $NetBSD: Makefile,v 1.193 2020/05/02 12:13:43 tnn Exp $ -DISTNAME= mesa-20.0.4 +DISTNAME= mesa-20.0.6 PKGNAME= ${DISTNAME:S/mesa/MesaLib/} -PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://mesa.freedesktop.org/archive/ EXTRACT_SUFX= .tar.xz diff --git a/graphics/MesaLib/distinfo b/graphics/MesaLib/distinfo index e9a7f3a2e2b..790f9d6c788 100644 --- a/graphics/MesaLib/distinfo +++ b/graphics/MesaLib/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.154 2020/04/07 13:20:40 nia Exp $ +$NetBSD: distinfo,v 1.155 2020/05/02 12:13:43 tnn Exp $ -SHA1 (mesa-20.0.4.tar.xz) = f87988896d48015dbe53be0897a9330c6c0244d8 -RMD160 (mesa-20.0.4.tar.xz) = 3a88060003dd9aee7c3636f84a36313e83a05b40 -SHA512 (mesa-20.0.4.tar.xz) = 17d8bc3b56779a8e5648d81da9ee97b66bcec015710801edce4e8055fbb314cd9ebc1d112e3035480ba844c7d9ae6b5b1f1eac0cc0817e69e9253a7748451a55 -Size (mesa-20.0.4.tar.xz) = 12292888 bytes +SHA1 (mesa-20.0.6.tar.xz) = 5bf6d97770c7f010db3ea27944cfdcda079d39c8 +RMD160 (mesa-20.0.6.tar.xz) = 00da0ca66f22ce929798ee9ad81456d5fa052837 +SHA512 (mesa-20.0.6.tar.xz) = a93dc3ed57ed7469b7c60cdbdcf4f29c5da4ec3986171c7b534e009e136ca21fec16207ffab38a6747437a9b1060e2e6c4b74c4e5cdc168b9aba0fc1940b5e90 +Size (mesa-20.0.6.tar.xz) = 12275708 bytes SHA1 (patch-include_c11_threads__posix.h) = e1dca04b5c514d20123ef99338c6dabedbc14c5f SHA1 (patch-src_amd_common_ac__debug.c) = 8233367c3b5bc344442ea8d19488fdd1e3791ae9 SHA1 (patch-src_compiler_builtin__type__macros.h) = e4868011711fb89a293580a12eb603b8e7162336 |