Re: [Mesa-dev] [PATCH 06/16] dri: Add createImageWithModifiers2 to DRIimageExtension

2018-02-09 Thread Jason Ekstrand
On Fri, Feb 9, 2018 at 3:43 PM, Jason Ekstrand wrote: > From: Louis-Francis Ratté-Boulianne > > It does the same as createImagewithModifiers but allow multiple > modifiers set to be given. The modifier used to create the image > should be selected from the first tranche if possible. If not, > th

[Mesa-dev] [PATCH 06/16] dri: Add createImageWithModifiers2 to DRIimageExtension

2018-02-09 Thread Jason Ekstrand
From: Louis-Francis Ratté-Boulianne It does the same as createImagewithModifiers but allow multiple modifiers set to be given. The modifier used to create the image should be selected from the first tranche if possible. If not, then the subsequent tranches should be used. Signed-off-by: Louis-Fr