mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 04:20:08 +01:00
i965: reenable ARB_cull_distance.
Now the lowering pass is fixed we can reenable culling. Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
a08c4ebbe8
commit
a88c5d7e55
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ intelInitExtensions(struct gl_context *ctx)
|
|||
ctx->Extensions.ARB_blend_func_extended =
|
||||
!driQueryOptionb(&brw->optionCache, "disable_blend_func_extended");
|
||||
ctx->Extensions.ARB_conditional_render_inverted = true;
|
||||
ctx->Extensions.ARB_cull_distance = false;
|
||||
ctx->Extensions.ARB_cull_distance = true;
|
||||
ctx->Extensions.ARB_draw_buffers_blend = true;
|
||||
ctx->Extensions.ARB_ES3_compatibility = true;
|
||||
ctx->Extensions.ARB_fragment_layer_viewport = true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue