aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/osmesa/meson.build
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2019-05-16 22:05:51 -0700
committerKenneth Graunke <[email protected]>2019-05-17 15:13:15 -0700
commit28c2ce71053e33ba23d0d0da3b26f7c4cf27af12 (patch)
tree864a28061920b5e11bb8501a6732478c49667810 /src/mesa/drivers/osmesa/meson.build
parent1c92358bd89313b0cf7bf7b84992a28f11b2aa8f (diff)
egl: Allow EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY in ES and GL
EGL annoyingly defines a few variants of this token: EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY_EXT - 0x3138 EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY_KHR - 0x31BD EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY - 0x31BD The EGL_EXT_create_context_robustness extension specifies that the EXT token is only valid for ES contexts, not GL. The EGL_KHR_create_context extension defines the KHR version, and says it is only allowed for GL contexts, and specifically calls out that it's an error for ES contexts. But EGL 1.5 includes the new suffixless token, which has the same value as the KHR version, and specifically calls out that it's now valid to use with both GL and ES contexts. So we should allow this. Fixes KHR-NoContext.es32.robustness.no_reset_notification and KHR-NoContext.es32.robustness.lose_context_on_reset on iris, which apparently is exposing EGL 1.5. Reviewed-by: Tapani Pälli <[email protected]>
Diffstat (limited to 'src/mesa/drivers/osmesa/meson.build')
0 files changed, 0 insertions, 0 deletions