mesa: GL_EXT_secondary_color is not optional
[mesa.git] / src / mesa / drivers / dri / nouveau / nouveau_context.c
index 8811562dfa80ea6baef297a7931e73d1148be0d3..a403c24c80985f335e8ed3c79bc8dfcae4d8e91a 100644 (file)
@@ -106,7 +106,7 @@ nouveau_context_create(gl_api api,
        }
 
        /* Exec table initialization requires the version to be computed */
-       _mesa_initialize_exec_table(ctx);
+       _mesa_initialize_dispatch_tables(ctx);
        _mesa_initialize_vbo_vtxfmt(ctx);
 
        if (nouveau_bo_new(context_dev(ctx), NOUVEAU_BO_VRAM, 0, 4096,
@@ -200,9 +200,7 @@ nouveau_context_init(struct gl_context *ctx, struct nouveau_screen *screen,
        ctx->Extensions.EXT_blend_minmax = true;
        ctx->Extensions.EXT_fog_coord = true;
        ctx->Extensions.EXT_framebuffer_blit = true;
-       ctx->Extensions.EXT_framebuffer_object = true;
        ctx->Extensions.EXT_packed_depth_stencil = true;
-       ctx->Extensions.EXT_secondary_color = true;
        ctx->Extensions.EXT_texture_filter_anisotropic = true;
        ctx->Extensions.NV_blend_square = true;
        ctx->Extensions.NV_texture_env_combine4 = true;