Re: [Mesa-dev] [PATCH v3 02/15] dri: Add an image creation with modifiers

2017-05-11 Thread Varad Gautam
On Thu, May 11, 2017 at 10:26 PM, Ben Widawsky wrote: > On 17-05-10 23:15:29, Varad Gautam wrote: >> >> From: Ben Widawsky >> >> Modifiers will be obtained or guessed by the client and passed in during >> image creation/import. >> >> As of this patch, the modifiers aren't plumbed all the way down

Re: [Mesa-dev] [PATCH v3 02/15] dri: Add an image creation with modifiers

2017-05-11 Thread Ben Widawsky
On 17-05-10 23:15:29, Varad Gautam wrote: From: Ben Widawsky Modifiers will be obtained or guessed by the client and passed in during image creation/import. As of this patch, the modifiers aren't plumbed all the way down, this patch simply makes sure the interface level stuff is correct and ke

[Mesa-dev] [PATCH v3 02/15] dri: Add an image creation with modifiers

2017-05-10 Thread Varad Gautam
From: Ben Widawsky Modifiers will be obtained or guessed by the client and passed in during image creation/import. As of this patch, the modifiers aren't plumbed all the way down, this patch simply makes sure the interface level stuff is correct and keeps interface versioning consistent. v2: Do