gallium: adapt drivers to pipe_constant_buffer removal
[mesa.git] / src / gallium / drivers / llvmpipe / lp_context.h
index cc4d5ad5fd9423301db47ce674466e226d9e80d4..ca50585896eb582d0566240d7d4b4c08253c5fc0 100644 (file)
@@ -64,7 +64,7 @@ struct llvmpipe_context {
    /** Other rendering state */
    struct pipe_blend_color blend_color[4][16];
    struct pipe_clip_state clip;
-   struct pipe_constant_buffer constants[PIPE_SHADER_TYPES];
+   struct pipe_buffer *constants[PIPE_SHADER_TYPES];
    struct pipe_framebuffer_state framebuffer;
    struct pipe_poly_stipple poly_stipple;
    struct pipe_scissor_state scissor;