Re: [Mesa-dev] [PATCH 4/6] [v2] i965: Handle Y-tiled modifier

2017-03-21 Thread Jason Ekstrand
On Tue, Mar 21, 2017 at 8:33 AM, Ben Widawsky wrote: > On 17-03-21 08:07:22, Jason Ekstrand wrote: > >> On Tue, Mar 21, 2017 at 8:04 AM, Jason Ekstrand >> wrote: >> >> On Mon, Mar 20, 2017 at 8:35 PM, Ben Widawsky wrote: >>> >>> This

Re: [Mesa-dev] [PATCH 4/6] [v2] i965: Handle Y-tiled modifier

2017-03-21 Thread Ben Widawsky
On 17-03-21 08:07:22, Jason Ekstrand wrote: On Tue, Mar 21, 2017 at 8:04 AM, Jason Ekstrand wrote: On Mon, Mar 20, 2017 at 8:35 PM, Ben Widawsky wrote: This patch begins introducing how we'll actually handle the potentially many modifiers coming in

Re: [Mesa-dev] [PATCH 4/6] [v2] i965: Handle Y-tiled modifier

2017-03-21 Thread Jason Ekstrand
On Tue, Mar 21, 2017 at 8:04 AM, Jason Ekstrand wrote: > On Mon, Mar 20, 2017 at 8:35 PM, Ben Widawsky wrote: > >> This patch begins introducing how we'll actually handle the potentially >> many modifiers coming in from the API, how we'll store them, and

Re: [Mesa-dev] [PATCH 4/6] [v2] i965: Handle Y-tiled modifier

2017-03-21 Thread Jason Ekstrand
On Mon, Mar 20, 2017 at 8:35 PM, Ben Widawsky wrote: > This patch begins introducing how we'll actually handle the potentially > many modifiers coming in from the API, how we'll store them, and the > structure in the code to support it. > > Prior to this patch, the Y-tiled

[Mesa-dev] [PATCH 4/6] [v2] i965: Handle Y-tiled modifier

2017-03-20 Thread Ben Widawsky
This patch begins introducing how we'll actually handle the potentially many modifiers coming in from the API, how we'll store them, and the structure in the code to support it. Prior to this patch, the Y-tiled modifier would be entirely ignored. It shouldn't actually be used until this point