head 1.2; access; symbols pkgsrc-2019Q2:1.1.0.6 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.4 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.2 pkgsrc-2018Q4-base:1.1; locks; strict; comment @// @; 1.2 date 2019.08.21.13.35.29; author nia; state dead; branches; next 1.1; commitid QbuTYFguNT3eMTzB; 1.1 date 2018.10.07.23.49.31; author ryoon; state Exp; branches; next ; commitid BBhwQOLTmS4So5VA; desc @@ 1.2 log @Move graphics/MesaLib18 to graphics/MesaLib. Move graphics/MesaLib to graphics/MesaLib11. @ text @$NetBSD: patch-src_intel_compiler_brw__fs__bank__conflicts.cpp,v 1.1 2018/10/07 23:49:31 ryoon Exp $ https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225415 FreeBSD Bugzilla: Bug 225415 graphics/mesa-dri: update to 18.0.0 compiler/brw_fs_bank_conflicts.cpp:719:25: error: scalar initializer cannot be empty vector_type s_p = {}, s_n = {}; ^~ compiler/brw_fs_bank_conflicts.cpp:719:35: error: scalar initializer cannot be empty vector_type s_p = {}, s_n = {}; ^~ --- src/intel/compiler/brw_fs_bank_conflicts.cpp.orig 2018-02-09 02:17:59.000000000 +0000 +++ src/intel/compiler/brw_fs_bank_conflicts.cpp @@@@ -716,7 +716,7 @@@@ namespace { const weight_vector_type &conflicts) { const unsigned m = DIV_ROUND_UP(conflicts.size, vector_width); - vector_type s_p = {}, s_n = {}; + vector_type s_p = {0}, s_n = {0}; for (unsigned r = 0; r < m; r++) { s_p = adds(s_p, mask(bank_mask_p.v[r], conflicts.v[r])); @ 1.1 log @graphics/MesaLib18: import MesaLib-18.2.0 from wip/MesaLib MesaLib is a 3-D graphics library with an API which is very similar to that of OpenGL*. To the extent that Mesa utilizes the OpenGL command syntax or state machine, it is being used with authorization from Silicon Graphics, Inc. However, the author makes no claim that Mesa is in any way a compatible replacement for OpenGL or associated with Silicon Graphics, Inc. @ text @d1 1 a1 1 $NetBSD$ @