summaryrefslogtreecommitdiffstats
path: root/src/glx/dri_common.c
diff options
context:
space:
mode:
authorAdam Jackson <[email protected]>2019-09-26 11:07:13 -0400
committerAdam Jackson <[email protected]>2019-09-26 11:07:13 -0400
commita14e3b43be17997ab67a362addddab44ac856869 (patch)
tree10dabb8e89ca33ead6cb1348a2d4285120b7c885 /src/glx/dri_common.c
parent30f0c0ea7db129dafb2e879de8faad6907a09791 (diff)
Revert "glx: Implement GLX_EXT_no_config_context"
This reverts commit 0d635ccc912d7122f35f81eec27d8b2c0a2a7a28. Gitlab: https://gitlab.freedesktop.org/mesa/mesa/issues/1207
Diffstat (limited to 'src/glx/dri_common.c')
-rw-r--r--src/glx/dri_common.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/glx/dri_common.c b/src/glx/dri_common.c
index d70bff43eb4..a5fae27fce9 100644
--- a/src/glx/dri_common.c
+++ b/src/glx/dri_common.c
@@ -500,10 +500,6 @@ dri2_convert_glx_attribs(unsigned num_attribs, const uint32_t *attribs,
return false;
}
break;
- case GLX_SCREEN:
- /* Implies GLX_EXT_no_config_context */
- *render_type = GLX_DONT_CARE;
- break;
default:
/* If an unknown attribute is received, fail.
*/