mesa: Enable GL_ARB_texture_rg in software paths
This commit is contained in:
@@ -270,6 +270,7 @@ _mesa_enable_sw_extensions(GLcontext *ctx)
|
||||
/*ctx->Extensions.ARB_texture_float = GL_TRUE;*/
|
||||
ctx->Extensions.ARB_texture_mirrored_repeat = GL_TRUE;
|
||||
ctx->Extensions.ARB_texture_non_power_of_two = GL_TRUE;
|
||||
ctx->Extensions.ARB_texture_rg = GL_TRUE;
|
||||
ctx->Extensions.ARB_vertex_array_object = GL_TRUE;
|
||||
#if FEATURE_ARB_vertex_program
|
||||
ctx->Extensions.ARB_vertex_program = GL_TRUE;
|
||||
|
Reference in New Issue
Block a user