Re: [Mesa-dev] [PATCH 08/27] dri: Add an image creation with modifiers

2017-01-02 Thread Ben Widawsky
On 16-12-02 18:01:02, Eric Engestrom wrote: On Thursday, 2016-12-01 14:09:49 -0800, Ben Widawsky wrote: From: Ben Widawsky Modifiers will be obtains or guessed by the client and passed in during image creation/import. This requires bumping the DRIimage version. Signed-off-by: Ben Widawsky -

Re: [Mesa-dev] [PATCH 08/27] dri: Add an image creation with modifiers

2016-12-02 Thread Eric Engestrom
On Thursday, 2016-12-01 14:09:49 -0800, Ben Widawsky wrote: > From: Ben Widawsky > > Modifiers will be obtains or guessed by the client and passed in during > image creation/import. > > This requires bumping the DRIimage version. > > Signed-off-by: Ben Widawsky > --- > include/GL/internal/dri

[Mesa-dev] [PATCH 08/27] dri: Add an image creation with modifiers

2016-12-01 Thread Ben Widawsky
From: Ben Widawsky Modifiers will be obtains or guessed by the client and passed in during image creation/import. This requires bumping the DRIimage version. Signed-off-by: Ben Widawsky --- include/GL/internal/dri_interface.h | 28 +++- src/gallium/state_trackers/