Re: [Mesa-dev] [PATCH 6/5] i965: Turn on support for image modifiers

2017-03-20 Thread Jason Ekstrand
On Mon, Mar 20, 2017 at 4:30 PM, Ben Widawsky wrote: > On 17-03-20 16:21:53, Jason Ekstrand wrote: > >> On Mon, Mar 20, 2017 at 4:15 PM, Ben Widawsky wrote: >> >> On 17-03-20 12:03:24, Jason Ekstrand wrote: >>> >>> My only question here is whether or not we want to add a "supported modifier

Re: [Mesa-dev] [PATCH 6/5] i965: Turn on support for image modifiers

2017-03-20 Thread Ben Widawsky
On 17-03-20 16:21:53, Jason Ekstrand wrote: On Mon, Mar 20, 2017 at 4:15 PM, Ben Widawsky wrote: On 17-03-20 12:03:24, Jason Ekstrand wrote: My only question here is whether or not we want to add a "supported modifiers" query to DRIimage before we bump the version number. It's probably not

Re: [Mesa-dev] [PATCH 6/5] i965: Turn on support for image modifiers

2017-03-20 Thread Jason Ekstrand
On Mon, Mar 20, 2017 at 4:15 PM, Ben Widawsky wrote: > On 17-03-20 12:03:24, Jason Ekstrand wrote: > >> My only question here is whether or not we want to add a "supported >> modifiers" query to DRIimage before we bump the version number. It's >> probably not super-important because we can alway

Re: [Mesa-dev] [PATCH 6/5] i965: Turn on support for image modifiers

2017-03-20 Thread Ben Widawsky
On 17-03-20 12:03:24, Jason Ekstrand wrote: My only question here is whether or not we want to add a "supported modifiers" query to DRIimage before we bump the version number. It's probably not super-important because we can always bump the version number again. Meh. Remind me what the reaso

Re: [Mesa-dev] [PATCH 6/5] i965: Turn on support for image modifiers

2017-03-20 Thread Jason Ekstrand
My only question here is whether or not we want to add a "supported modifiers" query to DRIimage before we bump the version number. It's probably not super-important because we can always bump the version number again. Meh. On Sat, Mar 18, 2017 at 1:00 PM, Ben Widawsky wrote: > All the plumbin

[Mesa-dev] [PATCH 6/5] i965: Turn on support for image modifiers

2017-03-18 Thread Ben Widawsky
All the plumbing is in place so the extension just needs to be advertised. Signed-off-by: Ben Widawsky --- src/mesa/drivers/dri/i965/intel_screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/intel_screen.c b/src/mesa/drivers/dri/i965/intel_scre