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 c6409fe..9ba86ba 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 */