r300g: Atomize framebuffers.
[mesa.git] / src / gallium / drivers / llvmpipe / lp_state.h
index 3e482cb9047f41e03e894602a14abc41ec923ea2..e16793186be6f9ce49261322e4d0d7aa4f7332df 100644 (file)
@@ -56,7 +56,6 @@
 #define LP_NEW_QUERY         0x4000
 
 
-struct tgsi_sampler;
 struct vertex_info;
 struct pipe_context;
 struct llvmpipe_context;
@@ -155,7 +154,7 @@ void llvmpipe_set_clip_state( struct pipe_context *,
 
 void llvmpipe_set_constant_buffer(struct pipe_context *,
                                   uint shader, uint index,
-                                  const struct pipe_constant_buffer *buf);
+                                  struct pipe_buffer *buf);
 
 void *llvmpipe_create_fs_state(struct pipe_context *,
                                const struct pipe_shader_state *);