Re: [Mesa-dev] [RFC] Concrete proposal to split classic

2021-06-15 Thread Emma Anholt
hardware from that. What happens after 3 releases does i965 > > still go to the classic branch with the other classic drivers? If so is it > > really worth waiting just because Ubuntu might have to back-port a bug fix? > > Yeah, that was the idea. However, with crocus in

Re: [Mesa-dev] bad performance issue in GPU & CPU data sharing

2021-06-07 Thread Emma Anholt
On Mon, Jun 7, 2021 at 1:53 AM Zong, Wei wrote: > > > > > -Original Message- > > From: Palli, Tapani > > Sent: Thursday, June 3, 2021 1:23 PM > > To: Zong, Wei ; mesa-dev@lists.freedesktop.org > > Subject: Re: [Mesa-dev] bad performance issue in GPU & CPU data sharing > > > > Hi; > > > >

Re: [Mesa-dev] Workflow Proposal

2021-10-11 Thread Emma Anholt
On Sun, Oct 10, 2021 at 4:44 PM apinheiro wrote: > > Answering here, as it is the second time it is mentioned that Rb is only > for "who can help support this years from now?", but not specifically to > this email. > > On 7/10/21 15:00, Alyssa Rosenzweig wrote: > >> I would love to see this be

Re: [Mesa-dev] Workflow Proposal

2021-10-06 Thread Emma Anholt
On Wed, Oct 6, 2021 at 9:20 AM Mike Blumenkrantz wrote: > > Hi, > > It's recently come to my attention that gitlab has Approvals. Was anyone else > aware of this feature? You can just click a button and have your name > recorded in the system as having signed off on landing a patch? Blew my

Re: [Mesa-dev] Workflow Proposal

2021-10-06 Thread Emma Anholt
On Wed, Oct 6, 2021 at 12:28 PM Jordan Justen wrote: > > Mike Blumenkrantz writes: > > > On Wed, Oct 6, 2021 at 1:27 PM Bas Nieuwenhuizen > > wrote: > > > >> On Wed, Oct 6, 2021 at 7:07 PM Jason Ekstrand > >> wrote: > >> > > >> > My primary grip with approvals or the  button is that it's the

Re: [Mesa-dev] Workflow Proposal

2021-10-06 Thread Emma Anholt
On Wed, Oct 6, 2021 at 10:07 AM Jason Ekstrand wrote: > > On Wed, Oct 6, 2021 at 11:24 AM Emma Anholt wrote: > > > > On Wed, Oct 6, 2021 at 9:20 AM Mike Blumenkrantz > > wrote: > > > > > > Hi, > > > > > > It's recently come to my atten

Re: [Mesa-dev] Workflow Proposal

2021-10-07 Thread Emma Anholt
" On Thu, Oct 7, 2021 at 1:38 AM Eero Tamminen wrote: > > Hi, > > On 6.10.2021 23.00, Jordan Justen wrote: > > Bas Nieuwenhuizen writes: > >> On Wed, Oct 6, 2021 at 8:49 PM Jordan Justen > >> wrote: > >>> I guess I missed where it was suggested that Marge should remove > >>> Reviewed-by tags.

Re: Moving code around, post classic

2021-12-07 Thread Emma Anholt
On Mon, Dec 6, 2021 at 3:50 PM Dylan Baker wrote: > > Classic is gone, and the cleanups have begun, obviously. There is > another cleanup that I had in mind, which is moving src/mesa into > src/gallium/frontends/mesa. This makes the build system a little > cleaner, as currently we do some bending

[Mesa-dev] deqp-runner "suite" support

2021-07-22 Thread Emma Anholt
One of the irritating parts of deqp testing in our CI is that deqp-runner has only been able to invoke one deqp binary per deqp-runner invocation, which meant that we have to split out each of deqp-gles*, deqp-egl, and glcts into different CI jobs, producing a whole lot of output for devs to

Re: git and Marge troubles this week

2022-01-07 Thread Emma Anholt
On Fri, Jan 7, 2022 at 6:18 AM Connor Abbott wrote: > > Unfortunately batch mode has only made it *worse* - I'm sure it's not > intentional, but it seems that it's still running the CI pipelines > individually after the batch pipeline passes and not merging them > right away, which completely

Re: PowerVR Vulkan driver

2022-03-04 Thread Emma Anholt
Welcome! I'm really excited to see this happening, and your early upstreaming work. On Fri, Mar 4, 2022 at 7:44 AM wrote: > > Hi All, > > I'm excited to share that over the last year we've been working on a new > Vulkan driver, compiler and Linux kernel DRM driver for our PowerVR > GPUs. As it

git and Marge troubles this week

2022-01-06 Thread Emma Anholt
As you've probably noticed, there have been issues with git access this week. The fd.o sysadmins are desperately trying to stay on vacation because they do deserve a break, but have still been working on the problem and a couple of solutions haven't worked out yet. Hopefully we'll have some news

GLSL-to-TGSI going away

2022-04-19 Thread Emma Anholt
I just posted a status update to the MR with the summary of remaining work: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8044#note_1346175 I started this project back in December 2020, and have been pushing all the TGSI drivers along since then. We're down to very few test

Re: [Intel-gfx] No Mesa DRI Intel 945G in Debian Bookworm since Feb. 2022 package change

2022-12-05 Thread Emma Anholt
Debian packaging apparently just decided not to include i915g in the transition? Not our fault. On Mon, Dec 5, 2022 at 9:59 AM Rodrigo Vivi wrote: > Cc: mesa-dev ml > > On Sat, Dec 03, 2022 at 03:00:44AM -0500, Felix Miata wrote: > > From libgl1-mesa-dri:amd64 changelog: > > mesa

Dropping libGL/EGL vs DRI driver cross compatibility

2022-11-30 Thread Emma Anholt
Now that Amber exists and glvnd seems to be the route we plan on for "supporting" old DRI drivers, I'm working toward garbage collecting a lot of extra layering that we have to support out of tree DRI drivers. I feel that the loader interface gets in the way of implementing new EGL functionality,