KhronosGroup / EGL-Registry

EGL API and Extension Registry
115 stars 105 forks source link

EGL_EXT_create_context_robustness: query reset notification strategy through eglQueryContext #185

Closed bl4ckb0ne closed 11 months ago

bl4ckb0ne commented 11 months ago

Closes #184

Mesa implementation 1 and usage in Monado 2

oddhack commented 11 months ago

This changes the behavior of a shipping extension. What will an app do that expects this behavior when running against an implementation that has not been updated accordingly?

@dgkoch you might care to comment since this was your extension originally, albeit in a previous life?

dgkoch commented 11 months ago

👎 Yeah I don't think adding functionality to an extension that has been shipping for 12 years is a good idea.

bl4ckb0ne commented 11 months ago

I see your point, I'll close it.