[Mesa-dev] [PATCH 08/14] isl: Make take bpb rather than bs in get_format_layout

Jason Ekstrand jason at jlekstrand.net
Tue Jul 12 21:13:20 UTC 2016


On Tue, Jul 12, 2016 at 2:05 PM, Chad Versace <chad.versace at intel.com>
wrote:

> On Sat 09 Jul 2016, Jason Ekstrand wrote:
> > ---
> >  src/intel/isl/isl.c | 10 +++++-----
> >  1 file changed, 5 insertions(+), 5 deletions(-)
> >
> > diff --git a/src/intel/isl/isl.c b/src/intel/isl/isl.c
> > index 796b4cc..e0e67e2 100644
> > --- a/src/intel/isl/isl.c
> > +++ b/src/intel/isl/isl.c
> > @@ -107,10 +107,10 @@ isl_device_get_sample_counts(struct isl_device
> *dev)
> >  bool
> >  isl_tiling_get_info(const struct isl_device *dev,
> >                      enum isl_tiling tiling,
> > -                    uint32_t format_block_size,
> > +                    uint32_t format_bpb,
> >                      struct isl_tile_info *tile_info)
>
> Almost. You need to also update the prototype in isl.h. Do that, and
>

and make the commit message say the right thing. :)  Both are fixed locally.


> this patch is
> Reviewed-by: Chad Versace <chad.versace at intel.com>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20160712/c62e2ca7/attachment.html>


More information about the mesa-dev mailing list