From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-dev+bounces-86771-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2EED4138334 for <garchives@archives.gentoo.org>; Sat, 16 Mar 2019 20:09:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88D89E090E; Sat, 16 Mar 2019 20:09:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3AB7DE08DD for <gentoo-dev@lists.gentoo.org>; Sat, 16 Mar 2019 20:09:06 +0000 (UTC) Received: from mail-it1-f178.google.com (mail-it1-f178.google.com [209.85.166.178]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mattst88) by smtp.gentoo.org (Postfix) with ESMTPSA id 289DC335D03 for <gentoo-dev@lists.gentoo.org>; Sat, 16 Mar 2019 20:09:05 +0000 (UTC) Received: by mail-it1-f178.google.com with SMTP id k74so4929217ita.3 for <gentoo-dev@lists.gentoo.org>; Sat, 16 Mar 2019 13:09:05 -0700 (PDT) X-Gm-Message-State: APjAAAXTWX0TLbdWuKJx/0enAMQNippfPHigGpC1sD48LXynijZieK4v UG++K9dlMAs8LMq/tutjLwRnwlU2a9v8Bjo06XU= X-Google-Smtp-Source: APXvYqymo5xteO881eendyKDKjpThd2TnybA1FtIs9HHWltmbYPdDLfW9EKiGh2ctl7ouZZuqK6CqrHuw+RV/yW8y3k= X-Received: by 2002:a05:660c:883:: with SMTP id o3mr5757942itk.32.1552766943212; Sat, 16 Mar 2019 13:09:03 -0700 (PDT) Precedence: bulk List-Post: <mailto:gentoo-dev@lists.gentoo.org> List-Help: <mailto:gentoo-dev+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org> X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 References: <e2e3cfaf3b1f1f62c141ad95433ea2f3f63e007f.camel@gentoo.org> <2090514113.10132.1552658638951@office.mailbox.org> <CAEdQ38FvqVRrim5k31BH5BSRv=OtDP2pgTk82eH81JzG=LLHvA@mail.gmail.com> <em72ee28a9-5357-4784-b702-674525f2ad0d@valkyrie> In-Reply-To: <em72ee28a9-5357-4784-b702-674525f2ad0d@valkyrie> From: Matt Turner <mattst88@gentoo.org> Date: Sat, 16 Mar 2019 13:08:52 -0700 X-Gmail-Original-Message-ID: <CAEdQ38GQSUM4MzOWN+Zs4nSS_hoykkO=xrx8fDuVRUiKVbU23Q@mail.gmail.com> Message-ID: <CAEdQ38GQSUM4MzOWN+Zs4nSS_hoykkO=xrx8fDuVRUiKVbU23Q@mail.gmail.com> Subject: Re: Re[2]: [gentoo-dev] Last rites: sys-boot/raspberrypi-firmware To: gentoo development <gentoo-dev@lists.gentoo.org> Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: 59f8c67d-390a-4662-9578-860811841be8 X-Archives-Hash: 71bc7fc47b8025d690cc22a93aa082f8 On Fri, Mar 15, 2019 at 2:55 PM Conrad Kostecki <conrad@kostecki.com> wrote: > > Hi! > > Am 15.03.2019 20:29:11, "Matt Turner" <mattst88@gentoo.org> schrieb: > > On Fri, Mar 15, 2019 at 7:04 AM Conrad Kostecki <conrad@kostecki.com> wrote: > > > > Do you know something about media-libs/raspberrypi-userland as well? > I'm hoping to enable libglvnd support in media-libs/mesa and > x11-drivers/nvidia-drivers soon, and this is the only other package in > Gentoo that uses app-eselect/eselect-opengl. > > Do we care to keep this now that Mesa's vc4 driver is in good shape? > > At least, I've somewhere my modified 9999 release, which I've fixed for myself, since there were some bugs and added eselect-opengl support to this. What do you mean exactly with libglvnd or at what do you want to know? libglvnd is the "GL Vendor-Neutral Dispatch library" [0]. It provides libGL, libGLESv1_CM, libGLESv2, etc, and then dispatches those calls to the underlying hardware driver. This allows a single libGL.so to work for Mesa and nvidia-drivers for example. If media-libs/raspberrypi-userland doesn't support libglvnd (which it doesn't as far as I can tell) that kind of throws a wrench in the plan for IMO minimal benefit. [0] https://github.com/NVIDIA/libglvnd