gallium/radeon: remove unused code - radeon_llvm_util.*
[mesa.git] / src / gallium / drivers / r300 / r300_state.c
index 1063cce7f0361e1b3b8a5969312a26cdff959e46..01ccd46f702cafaeebf49cf1603582a1fb217ea5 100644 (file)
@@ -2003,7 +2003,7 @@ static void r300_delete_vs_state(struct pipe_context* pipe, void* shader)
 
 static void r300_set_constant_buffer(struct pipe_context *pipe,
                                      uint shader, uint index,
-                                     struct pipe_constant_buffer *cb)
+                                     const struct pipe_constant_buffer *cb)
 {
     struct r300_context* r300 = r300_context(pipe);
     struct r300_constant_buffer *cbuf;