mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
Revert "mesa: Add ARB_direct_state_access checks in sampler object functions"
This reverts commit9e7149c898. Acked-by: Fredrik Höglund <fredrik@kde.org> Cc: "10.6" <mesa-stable@lists.freedesktop.org> (cherry picked from commitae54577544)
This commit is contained in:
parent
ef6670ca43
commit
1deda22b88
1 changed files with 0 additions and 7 deletions
|
|
@ -221,13 +221,6 @@ void GLAPIENTRY
|
|||
_mesa_CreateSamplers(GLsizei count, GLuint *samplers)
|
||||
{
|
||||
GET_CURRENT_CONTEXT(ctx);
|
||||
|
||||
if (!ctx->Extensions.ARB_direct_state_access) {
|
||||
_mesa_error(ctx, GL_INVALID_OPERATION, "glCreateSamplers("
|
||||
"GL_ARB_direct_state_access is not supported)");
|
||||
return;
|
||||
}
|
||||
|
||||
create_samplers(ctx, count, samplers, "glCreateSamplers");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue