nouveau: s/rankine/eng3d/g; s/curie/eng3d/g
[mesa.git] / src / gallium / drivers / nv40 / nv40_state_blend.c
index 9da13123aba62d30455946fdbe9afbdf4342cfb5..83202ec23c03c5fa2f22147639e093da2283c6ec 100644 (file)
@@ -21,7 +21,7 @@ nv40_state_blend_colour_validate(struct nv40_context *nv40)
        struct nouveau_stateobj *so = so_new(1, 1, 0);
        struct pipe_blend_color *bcol = &nv40->blend_colour;
 
-       so_method(so, nv40->screen->curie, NV34TCL_BLEND_COLOR, 1);
+       so_method(so, nv40->screen->eng3d, NV34TCL_BLEND_COLOR, 1);
        so_data  (so, ((float_to_ubyte(bcol->color[3]) << 24) |
                       (float_to_ubyte(bcol->color[0]) << 16) |
                       (float_to_ubyte(bcol->color[1]) <<  8) |