failover: queiten compiler warnings
authorKeith Whitwell <keith@tungstengraphics.com>
Mon, 26 Jan 2009 12:45:54 +0000 (12:45 +0000)
committerKeith Whitwell <keithw@vmware.com>
Tue, 27 Jan 2009 11:16:32 +0000 (11:16 +0000)
src/gallium/drivers/failover/fo_context.h

index c6409fe1e1c4e64dcd0cbd7483f229e58ef87a11..9ba86ba86649462b3bd050f4d9194451b07bb13a 100644 (file)
@@ -114,5 +114,12 @@ failover_context( struct pipe_context *pipe )
    return (struct failover_context *)pipe;
 }
 
+/* Internal functions
+ */
+void
+failover_set_constant_buffer(struct pipe_context *pipe,
+                             uint shader, uint index,
+                             const struct pipe_constant_buffer *buf);
+
 
 #endif /* FO_CONTEXT_H */