Skip to content
Snippets Groups Projects
Commit a9dcf45c authored by Ian Romanick's avatar Ian Romanick
Browse files

Revert "mesa: Add ARB_direct_state_access checks in program pipeline functions"


This reverts commit bebf3c6a.

Acked-by: default avatarFredrik Höglund <fredrik@kde.org>
Cc: "10.6" <mesa-stable@lists.freedesktop.org>
parent a9f678a8
No related branches found
No related tags found
No related merge requests found
......@@ -553,12 +553,6 @@ _mesa_CreateProgramPipelines(GLsizei n, GLuint *pipelines)
{
GET_CURRENT_CONTEXT(ctx);
if (!ctx->Extensions.ARB_direct_state_access) {
_mesa_error(ctx, GL_INVALID_OPERATION, "glCreateProgramPipelines("
"GL_ARB_direct_state_access is not supported)");
return;
}
create_program_pipelines(ctx, n, pipelines, true);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment