Skip to content
Snippets Groups Projects
Commit 5d1c69be authored by Paul Berry's avatar Paul Berry Committed by Jordan Justen
Browse files

i965/Gen6+: Enable ARB_ES3_compatibility extension

IMPORTANT: this patch should not be pushed to master until ES3 support
is fully implemented on i965/Gen6+.
parent e68b841b
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,7 @@ intelInitExtensions(struct gl_context *ctx)
ctx->Extensions.ARB_uniform_buffer_object = true;
ctx->Extensions.ARB_texture_buffer_object = true;
ctx->Extensions.ARB_texture_cube_map_array = true;
ctx->Extensions.ARB_ES3_compatibility = true;
}
if (intel->gen >= 5)
......
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