mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 20:00:11 +01:00
i965: Enable the ARB_internalformat_query2 extension
Reviewed-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
cbbdf8612d
commit
4f028bfcc0
1 changed files with 1 additions and 0 deletions
|
|
@ -196,6 +196,7 @@ intelInitExtensions(struct gl_context *ctx)
|
|||
ctx->Extensions.ARB_half_float_vertex = true;
|
||||
ctx->Extensions.ARB_instanced_arrays = true;
|
||||
ctx->Extensions.ARB_internalformat_query = true;
|
||||
ctx->Extensions.ARB_internalformat_query2 = true;
|
||||
ctx->Extensions.ARB_map_buffer_range = true;
|
||||
ctx->Extensions.ARB_occlusion_query = true;
|
||||
ctx->Extensions.ARB_occlusion_query2 = true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue