mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-26 10:00:22 +01:00
mesa: turn on NV_conditional_render for software drivers
This commit is contained in:
parent
ab26682eb4
commit
aa491c19b9
1 changed files with 1 additions and 0 deletions
|
|
@ -311,6 +311,7 @@ _mesa_enable_sw_extensions(GLcontext *ctx)
|
|||
ctx->Extensions.MESA_texture_array = GL_TRUE;
|
||||
ctx->Extensions.MESA_ycbcr_texture = GL_TRUE;
|
||||
ctx->Extensions.NV_blend_square = GL_TRUE;
|
||||
ctx->Extensions.NV_conditional_render = GL_TRUE;
|
||||
/*ctx->Extensions.NV_light_max_exponent = GL_TRUE;*/
|
||||
ctx->Extensions.NV_point_sprite = GL_TRUE;
|
||||
ctx->Extensions.NV_texture_env_combine4 = GL_TRUE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue