pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/MesaLib18 mesa: update to 18.3.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/e5927646598f
branches: trunk
changeset: 330079:e5927646598f
user: tnn <tnn%pkgsrc.org@localhost>
date: Fri Feb 22 15:40:35 2019 +0000
description:
mesa: update to 18.3.4
Bug fixes
Bug 109107 - gallium/st/va: change va max_profiles when using Radeon VCN Hardware
Bug 109401 - [DXVK] Project Cars rendering problems
Bug 109543 - After upgrade mesa to 19.0.0~rc1 all vulkan based application stop working ["vulkan-cube" received SIGSEGV in radv_pipeline_init_blend_state at ../src/amd/vulkan/radv_pipeline.c:699]
Bug 109603 - nir_instr_as_deref: Assertion `parent && parent->type == nir_instr_type_deref' failed.
Changes
gallium-xlib: query MIT-SHM before using it.
radv: Only look at pImmutableSamples if the descriptor has a sampler.
amd/common: Use correct writemask for shared memory stores.
get-pick-list: Add --pretty=medium to the arguments for Cc patches
meson: Add dependency on genxml to anvil
docs: add sha256 checksums for 18.3.3
cherry-ignore: nv50,nvc0: add explicit settings for recent caps
cherry-ignore: add more 19.0 only nominations from Ilia
cherry-ignore: radv: fix using LOAD_CONTEXT_REG with old GFX ME firmwares on GFX8
Update version to 18.3.4
vc4: Fix copy-and-paste fail in backport of NEON asm fixes.
xvmc: fix string comparison
xvmc: fix string comparison
vc4: Fix leak in HW queries error path
v3d: Fix leak in resource setup error path
intel/compiler: do not copy-propagate strided regions to ddx/ddy arguments
nvc0: we have 16k-sized framebuffers, fix default scissors
intel/fs: Handle IMAGE_SIZE in size_read() and is_send_from_grf()
intel/fs: Do the grf127 hack on SIMD8 instructions in SIMD16 mode
nir/deref: Rematerialize parents in rematerialize_derefs_in_use_blocks
anv/cmd_buffer: check for NULL framebuffer
st/mesa: Limit GL_MAX_[NATIVE_]PROGRAM_PARAMETERS_ARB to 2048
freedreno/a6xx: Emit blitter dst with OUT_RELOCW
st/va: fix the incorrect max profiles report
st/va/vp9: set max reference as default of VP9 reference number
meson: drop the xcb-xrandr version requirement
gallium/u_threaded: fix EXPLICIT_FLUSH for flush offsets > 0
radeonsi: fix EXPLICIT_FLUSH for flush offsets > 0
winsys/amdgpu: don't drop manually added fence dependencies
egl/wayland: Allow client->server format conversion for PRIME offload. (v2)
egl/wayland-drm: Only announce formats via wl_drm which the driver supports.
radeonsi: Fix guardband computation for large render targets
freedreno: stop frob'ing pipe_resource::nr_samples
intel: Add more PCI Device IDs for Coffee Lake and Ice Lake.
radv: fix compiler issues with GCC 9
radv: always export gl_SampleMask when the fragment shader uses it
diffstat:
graphics/MesaLib18/Makefile | 4 ++--
graphics/MesaLib18/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (30 lines):
diff -r 012bb0184b54 -r e5927646598f graphics/MesaLib18/Makefile
--- a/graphics/MesaLib18/Makefile Fri Feb 22 15:01:50 2019 +0000
+++ b/graphics/MesaLib18/Makefile Fri Feb 22 15:40:35 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2019/02/01 14:03:12 tnn Exp $
+# $NetBSD: Makefile,v 1.18 2019/02/22 15:40:35 tnn Exp $
-DISTNAME= mesa-18.3.3
+DISTNAME= mesa-18.3.4
PKGNAME= ${DISTNAME:S/mesa/MesaLib/}
CATEGORIES= graphics x11
MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/
diff -r 012bb0184b54 -r e5927646598f graphics/MesaLib18/distinfo
--- a/graphics/MesaLib18/distinfo Fri Feb 22 15:01:50 2019 +0000
+++ b/graphics/MesaLib18/distinfo Fri Feb 22 15:40:35 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.15 2019/02/01 14:03:12 tnn Exp $
+$NetBSD: distinfo,v 1.16 2019/02/22 15:40:35 tnn Exp $
-SHA1 (mesa-18.3.3.tar.xz) = abb067204ae31493dba7710c378b2b90245108ca
-RMD160 (mesa-18.3.3.tar.xz) = 3db679c94bb3c168f6607f16ae4ae288b2b4f767
-SHA512 (mesa-18.3.3.tar.xz) = cd6214b8bbeb3e3d187139ae1e949684f32f90152e1d7ba8d81222bd088770e28cff7ff165f2ccc41c068950561fe952420c6e54472f7204532a8d8700ff18bb
-Size (mesa-18.3.3.tar.xz) = 11874468 bytes
+SHA1 (mesa-18.3.4.tar.xz) = a9a6ea0f5b99df362dc35770ade10c1738e2629c
+RMD160 (mesa-18.3.4.tar.xz) = 659565933a679d04dda58c7314e5d7c172e46d12
+SHA512 (mesa-18.3.4.tar.xz) = e4ead944ba053aa05425e9e199d633f576dfa424976253fc32438e8db6da5e8d381122e4c4b7fb18f94177421f208bab5567cfec8d2692d104e266483ca02a99
+Size (mesa-18.3.4.tar.xz) = 11875224 bytes
SHA1 (patch-configure.ac) = 5283215d27410c80f81ffd28b3f7b02506d1c1b8
SHA1 (patch-include_GL_internal_dri__interface.h) = 146d2f3f3e50fc1947e8941301d9cf9d90a035e2
SHA1 (patch-src_amd_common_ac__debug.c) = 8233367c3b5bc344442ea8d19488fdd1e3791ae9
Home |
Main Index |
Thread Index |
Old Index