Re: [Mesa-dev] [PATCH 06/14] isl: Bring back isl_format_layout::bpb

2016-07-12 Thread Chad Versace
On Sat 09 Jul 2016, Jason Ekstrand wrote: > A while ago we got rid of the bits-per-block because we thought we didn't > need it. We're about to introduce some very useful 1 and 2-bit formats so > we really should be able to handle them again. > --- > src/intel/isl/gen_format_layout.py | 5 +++-- >

[Mesa-dev] [PATCH 06/14] isl: Bring back isl_format_layout::bpb

2016-07-09 Thread Jason Ekstrand
A while ago we got rid of the bits-per-block because we thought we didn't need it. We're about to introduce some very useful 1 and 2-bit formats so we really should be able to handle them again. --- src/intel/isl/gen_format_layout.py | 5 +++-- src/intel/isl/isl.h| 2 ++ 2 files c