gallium: plug in and init GL_EXT_framebuffer_blit function/extension
This commit is contained in:
@@ -143,6 +143,7 @@ void st_init_extensions(struct st_context *st)
|
||||
ctx->Extensions.EXT_blend_logic_op = GL_TRUE;
|
||||
ctx->Extensions.EXT_blend_minmax = GL_TRUE;
|
||||
ctx->Extensions.EXT_blend_subtract = GL_TRUE;
|
||||
ctx->Extensions.EXT_framebuffer_blit = GL_TRUE;
|
||||
ctx->Extensions.EXT_framebuffer_object = GL_TRUE;
|
||||
ctx->Extensions.EXT_fog_coord = GL_TRUE;
|
||||
ctx->Extensions.EXT_multi_draw_arrays = GL_TRUE;
|
||||
|
Reference in New Issue
Block a user