On February 5, 2019 20:56:25 Alyssa Rosenzweig wrote:
@@ -39,7 +39,7 @@ files_panfrost = files(
'pan_blending.c',
'pan_blend_shaders.c',
'pan_wallpaper.c',
- 'pan_pretty_print.c'
+ 'pan_pretty_print.c',
)
inc_panfrost = [
This hunk seems unrelated...
..Oops, although looking at other dri
> > @@ -39,7 +39,7 @@ files_panfrost = files(
> >'pan_blending.c',
> >'pan_blend_shaders.c',
> >'pan_wallpaper.c',
> > - 'pan_pretty_print.c'
> > + 'pan_pretty_print.c',
> > )
> >
> > inc_panfrost = [
>
> This hunk seems unrelated...
..Oops, although looking at other drivers' me
On Tue, 2019-02-05 at 06:26 +, Alyssa Rosenzweig wrote:
> In addition to the DRM interface in active development, for legacy
> kernels Panfrost has a small, optional, out-of-tree glue repository.
> For
> various reasons, this legacy code should not be included in Mesa
> proper,
> but this commi