From owner-freebsd-x11@freebsd.org Mon Oct 29 00:04:37 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 066CE10EA319 for ; Mon, 29 Oct 2018 00:04:37 +0000 (UTC) (envelope-from samy.mahmoudi@gmail.com) Received: from mail-lj1-x232.google.com (mail-lj1-x232.google.com [IPv6:2a00:1450:4864:20::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CADC76083; Mon, 29 Oct 2018 00:04:36 +0000 (UTC) (envelope-from samy.mahmoudi@gmail.com) Received: by mail-lj1-x232.google.com with SMTP id t22-v6so6056386lji.7; Sun, 28 Oct 2018 17:04:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=BoKKT9jDd5gciK3nb5CYpQ2Atrb6d9uGtFt3YuGPxGI=; b=LdqJ5p4Pqskwc9tXtses/yruSif4P7dFj6Xpf9uFUH9fbStq6+RR5i36NTtM5HBQ54 zNfMPNiiAU3NMj1bmSZo3H9WsZwxqbQAFROxTMtwnDzmJBrqLSh+OSQ8axhWa6gQTIgO iHg7ovPFZdW/jgO4heOifOUZS8lHs3VDS6odFbtREybktwFxYSu2jdAZlLerPEFTR59x c1FOQOv5TEsVz6c46jSCx30und/lj7emWS29simSMY/3UI27Hi0sPCt4DeVbUG2xrwZG e2Kv3yOt/ZXO2WdcYtITP1o9g7SekZyz7sQMoLPY/tjWzE0x59QmNuZZHiCyQlDTNQ3z SxCA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=BoKKT9jDd5gciK3nb5CYpQ2Atrb6d9uGtFt3YuGPxGI=; b=Z7xBQ26/QVIJan1E6Xkzw4zN62Y5W05bq18BX5w1ixOYV+740dhdcOnAGOSaakUjqi hvqds1ytCQdgp5rf7stGEQN/0rwsUIqs2a+TrxLYYS+1c/1zxmotx0SU01Y1tNyIG1ML e20zJgYdRC7BOIqlgOlVNS+NaXZkvOVIFpg8hY/zkThRbZJm50dCZpMtEc2LLXRFru9q Vy88oS94/D7F/Cw4RgbyZoAe0UdUHQp5Pu4os6ho6NVaBMZfAOS4ZLJPEqjS6TqYOSJQ Q6riPTyNCnG/jm40A0glvGlUINlAyn+XGJbHCZW088EI51/Zk3aggIliOtA6GSNNJi7l 1BUw== X-Gm-Message-State: AGRZ1gIGvJhv1tKHsoLnPYHtvYPQ8OPx2Gp7jf8R8T5G1VkYyd/9gHfl phEqik2zk9HiQHjhhRyMM0LW5xsP7ntO2PKUMxgyjfx4 X-Google-Smtp-Source: AJdET5d5RgPsQqT4+OnO0Oe60B3b42/xuugPC/elVTcCoFmyEhyxwtMniXa54/CMUwOpgdeBchiA2Psc67+YqUhkPpM= X-Received: by 2002:a2e:29d7:: with SMTP id p84-v6mr5301823ljp.12.1540771474217; Sun, 28 Oct 2018 17:04:34 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Samy Mahmoudi Date: Mon, 29 Oct 2018 01:04:22 +0100 Message-ID: Subject: Re: [CFT] Mesa 18.2.0 update (mesa-libs, mesa-dri, libosmesa, clover) To: Jan Beich Cc: freebsd-x11@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Oct 2018 00:04:37 -0000 > Did mpv --hwdec=vaapi work fine with Mesa 18.1.*? I just tried on 11.2-RELEASE-p4 with mesa-*-{18.1.4|18.1.9} and both --hwdec=auto and --hwdec=vaapi produce the same results as with 18.2.0: [vo/gpu/vaapi-egl] vaAcquireSurfaceHandle() failed (invalid VASurfaceID) [vo/gpu/vaapi-egl] vaAcquireBufferHandle() failed (invalid VABufferID) Similarily, "MOZ_ACCELERATED=1 MOZ_WEBRENDER=1 firefox" is not better with 18.1.*: the glitches observerd with 18.2.0 were already there with 18.1.*. So it seems to me these were not regressions but problems already present with 18.1.*.