Re: [Mesa-dev] [PATCH 1/2] i965: Rework the modifier info map

2017-07-17 Thread Jason Ekstrand
On Mon, Jul 17, 2017 at 8:24 AM, Daniel Stone wrote: > Hi, > > On 17 July 2017 at 15:39, Jason Ekstrand wrote: > > On Mon, Jul 17, 2017 at 2:24 AM, Daniel Stone > wrote: > >> On 17 July 2017 at 01:48, Jason Ekstrand wrote: > >> > This commit splits the mapping in half. The modifier_infos tabl

Re: [Mesa-dev] [PATCH 1/2] i965: Rework the modifier info map

2017-07-17 Thread Daniel Stone
Hi, On 17 July 2017 at 15:39, Jason Ekstrand wrote: > On Mon, Jul 17, 2017 at 2:24 AM, Daniel Stone wrote: >> On 17 July 2017 at 01:48, Jason Ekstrand wrote: >> > This commit splits the mapping in half. The modifier_infos table now >> > only contains the modifier and the since_gen field. The

Re: [Mesa-dev] [PATCH 1/2] i965: Rework the modifier info map

2017-07-17 Thread Jason Ekstrand
On Mon, Jul 17, 2017 at 2:24 AM, Daniel Stone wrote: > Hi, > > On 17 July 2017 at 01:48, Jason Ekstrand wrote: > > This commit splits the mapping in half. The modifier_infos table now > > only contains the modifier and the since_gen field. The tiling bits > > have been moved into a table in mo

Re: [Mesa-dev] [PATCH 1/2] i965: Rework the modifier info map

2017-07-17 Thread Daniel Stone
Hi, On 17 July 2017 at 01:48, Jason Ekstrand wrote: > This commit splits the mapping in half. The modifier_infos table now > only contains the modifier and the since_gen field. The tiling bits > have been moved into a table in modifier_to_tiling as that's the only > place it was ever used. The

[Mesa-dev] [PATCH 1/2] i965: Rework the modifier info map

2017-07-16 Thread Jason Ekstrand
This commit splits the mapping in half. The modifier_infos table now only contains the modifier and the since_gen field. The tiling bits have been moved into a table in modifier_to_tiling as that's the only place it was ever used. The modifier_is_supported function now takes a devinfo and does t