mesa: Don't allow display lists or evaluators in core context
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
@@ -1008,7 +1008,6 @@ _mesa_initialize_context(struct gl_context *ctx,
|
||||
|
||||
switch (ctx->API) {
|
||||
case API_OPENGL:
|
||||
case API_OPENGL_CORE:
|
||||
#if FEATURE_dlist
|
||||
ctx->Save = _mesa_create_save_table();
|
||||
if (!ctx->Save) {
|
||||
@@ -1019,6 +1018,7 @@ _mesa_initialize_context(struct gl_context *ctx,
|
||||
|
||||
_mesa_install_save_vtxfmt( ctx, &ctx->ListState.ListVtxfmt );
|
||||
#endif
|
||||
case API_OPENGL_CORE:
|
||||
break;
|
||||
case API_OPENGLES:
|
||||
/**
|
||||
|
Reference in New Issue
Block a user