Merge branch 'master' of ../mesa into vulkan
[mesa.git] / src / mesa / drivers / dri / nouveau / nv10_state_frag.c
index aa7e703842adbe13a11dc620376549802d64414d..c007c6c6bc2b74cf3cc3c8188983fccdcad0a22a 100644 (file)
@@ -304,7 +304,7 @@ nv10_get_general_combiner(struct gl_context *ctx, int i,
 {
        struct combiner_state rc_a, rc_c;
 
-       if (ctx->Texture.Unit[i]._ReallyEnabled) {
+       if (ctx->Texture.Unit[i]._Current) {
                INIT_COMBINER(RGB, ctx, &rc_c, i);
 
                if (rc_c.mode == GL_DOT3_RGBA)