Re: [Mesa-dev] [PATCH 5/8] [v4] i965/dri: Handle the linear fb modifier

2017-03-21 Thread Jason Ekstrand
Ok, I think we're finally good to land. Whole series is Reviewed-by: Jason Ekstrand in case you were still missing any. On Tue, Mar 21, 2017 at 2:27 PM, Ben Widawsky wrote: > At image creation create a path for dealing with the linear modifier. > This works exactly like the old usage flags w

[Mesa-dev] [PATCH 5/8] [v4] i965/dri: Handle the linear fb modifier

2017-03-21 Thread Ben Widawsky
At image creation create a path for dealing with the linear modifier. This works exactly like the old usage flags where __DRI_IMAGE_USE_LINEAR was specified. During development of this patch series, it was decided that a lack of modifier was an insufficient way to express the required modifiers. A