Re: [Mesa-dev] [PATCH v2 04/11] anv: prepare formats to handle disjoints sets

2017-10-03 Thread Jason Ekstrand
On Tue, Oct 3, 2017 at 10:16 AM, Chad Versace wrote: > On Tue 03 Oct 2017, Lionel Landwerlin wrote: > > Newer format enums start at offset 10, making it impossible to > > have them all in one table. This change splits the formats into sets > > that we then access through indirection. > >

Re: [Mesa-dev] [PATCH v2 04/11] anv: prepare formats to handle disjoints sets

2017-10-03 Thread Chad Versace
On Tue 03 Oct 2017, Lionel Landwerlin wrote: > Newer format enums start at offset 10, making it impossible to > have them all in one table. This change splits the formats into sets > that we then access through indirection. > > Signed-off-by: Lionel Landwerlin > --- > src/intel/vulkan/an

[Mesa-dev] [PATCH v2 04/11] anv: prepare formats to handle disjoints sets

2017-10-03 Thread Lionel Landwerlin
Newer format enums start at offset 10, making it impossible to have them all in one table. This change splits the formats into sets that we then access through indirection. Signed-off-by: Lionel Landwerlin --- src/intel/vulkan/anv_formats.c | 35 ++- 1 fil