Re: [Mesa-dev] [PATCH 2/2] i965: Check if the modifier is supported in select_best_modifier

2017-07-17 Thread Daniel Stone
On 17 July 2017 at 01:48, Jason Ekstrand wrote: > Otherwise, if a client gave us a list of modifiers that contained a > modifier we understand but which is not supported on the hardware, we > might return that one and then fail to create the image. Reviewed-by: Daniel Stone

[Mesa-dev] [PATCH 2/2] i965: Check if the modifier is supported in select_best_modifier

2017-07-16 Thread Jason Ekstrand
Otherwise, if a client gave us a list of modifiers that contained a modifier we understand but which is not supported on the hardware, we might return that one and then fail to create the image. --- src/mesa/drivers/dri/i965/intel_screen.c | 3 +++ 1 file changed, 3 insertions(+) diff --git