Procházet zdrojové kódy

mesa: enable GL_EXT_draw_buffers2 for sw drivers

tags/7.8-rc1
Brian Paul před 15 roky
rodič
revize
fcc2e1a729
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1
    0
      src/mesa/main/extensions.c

+ 1
- 0
src/mesa/main/extensions.c Zobrazit soubor

@@ -271,6 +271,7 @@ _mesa_enable_sw_extensions(GLcontext *ctx)
ctx->Extensions.EXT_blend_subtract = GL_TRUE;
ctx->Extensions.EXT_convolution = GL_TRUE;
ctx->Extensions.EXT_depth_bounds_test = GL_TRUE;
ctx->Extensions.EXT_draw_buffers2 = GL_TRUE;
ctx->Extensions.EXT_fog_coord = GL_TRUE;
#if FEATURE_EXT_framebuffer_object
ctx->Extensions.EXT_framebuffer_object = GL_TRUE;

Načítá se…
Zrušit
Uložit