[Mesa-dev] [PATCH 00/14] meson: most of gallium

Eric Engestrom eric.engestrom at imgtec.com
Mon Dec 4 15:38:04 UTC 2017


On Thursday, 2017-11-30 10:34:06 -0800, Dylan Baker wrote:
> Quoting Eric Engestrom (2017-11-29 07:44:08)
> > On Tuesday, 2017-11-28 15:30:21 -0800, Dylan Baker wrote:
> > > This series is the gallium media state trackers, the "nine" Direct3D state
> > > tracker, and an architectural change in the way gallium drivers are linked into
> > > the final targets.
> > > 
> > > This architectural change results in a good deal of code savings, as well as
> > > ensuring that generated targets are generated before the targets that depend on
> > > them are built. It makes use of meson's `declare_dependency` construct to pass
> > > bundled arguments, and the result is somewhat similar to the way that autotools
> > > uses the Automake.inc files.
> > > 
> > > The returning state trackers are the same as the v5 of the remaining
> > > drivers + media series, but now making use of the internal dependencies, and are
> > > joined by the D3D "nine" state tracker.
> > > 
> > > Dylan Baker (14):
> > >   meson: Combine gallium target subdirs
> > >   meson: sort gallium drivers after winsys
> > >   meson: define driver dependencies
> > >   meson: use the driver dependencies for the gallium dri target
> > 
> > Nice cleanups! ^
> > I much prefer the code after your patches.
> > 
> > I had a quick look, and it all looks fine to me; series is:
> > Acked-by: Eric Engestrom <eric.engestrom at imgtec.com>
> > 
> > (except the patches I actually reviewed, obviously :)
> 
> Any comments on v2? I'm ready to start landing this stuff and get on to less
> interesting work like macOS :)

Just looked through v2; I guess patch 12/15 (omx) will need changing;
not sure if you want to wait for the tizonia patches to land first, or
land 12/15 first and amend it when tizonia lands.
I'll leave that up to you.

I'm not completely sure about patches 5/15 and 6/15, but they look
reasonable:
Acked-by: Eric Engestrom <eric.engestrom at imgtec.com>

Everything else in v2 is:
Reviewed-by: Eric Engestrom <eric.engestrom at imgtec.com>


More information about the mesa-dev mailing list