Re: [Mesa-dev] [PATCH] mesa: Expose RESET_NOTIFICATION_STRATEGY with KHR_robustness.

2016-09-14 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin On Wed, Sep 14, 2016 at 8:47 PM, Kenneth Graunke wrote: > This is supposed to be exposed with the GL_KHR_robustness extension, > which we support on ES 2.0 and later. On desktop GL, it's also exposed > by GL_ARB_robustness, which is supported by all drivers ("dummy_true

[Mesa-dev] [PATCH] mesa: Expose RESET_NOTIFICATION_STRATEGY with KHR_robustness.

2016-09-14 Thread Kenneth Graunke
This is supposed to be exposed with the GL_KHR_robustness extension, which we support on ES 2.0 and later. On desktop GL, it's also exposed by GL_ARB_robustness, which is supported by all drivers ("dummy_true"). so we also allow desktop GL. Fixes: - ES32-CTS.robust.robustness.noResetNotification