Re: [Mesa-dev] [PATCH 12/34] i965: Handle Y-tile modifier

2017-02-05 Thread Ben Widawsky
On 17-01-31 12:10:11, Jason Ekstrand wrote: On Mon, Jan 23, 2017 at 10:21 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 pat

Re: [Mesa-dev] [PATCH 12/34] i965: Handle Y-tile modifier

2017-01-31 Thread Jason Ekstrand
On Mon, Jan 23, 2017 at 10:21 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 modifier would be enti

[Mesa-dev] [PATCH 12/34] i965: Handle Y-tile modifier

2017-01-23 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 beca