gallium: adapt drivers to pipe_constant_buffer removal
[mesa.git] / src / gallium / drivers / cell / ppu / cell_context.h
index 5c3188e7f9dc1194feb8da5960bb3c9a83720c8f..1498fb665a213b30d6f886d06cdd0e5d0146f703 100644 (file)
@@ -115,7 +115,7 @@ struct cell_context
 
    struct pipe_blend_color blend_color;
    struct pipe_clip_state clip;
-   struct pipe_constant_buffer constants[2];
+   struct pipe_buffer *constants[2];
    struct pipe_framebuffer_state framebuffer;
    struct pipe_poly_stipple poly_stipple;
    struct pipe_scissor_state scissor;