diff options
author | Keith Whitwell <[email protected]> | 2009-01-26 12:45:54 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-01-27 11:16:32 +0000 |
commit | ef9194a4f4a1832ab6b91d048bb196130d2edf55 (patch) | |
tree | e762643d85f58b29cef951f1ad47554ff0b5058e /src/gallium/drivers/failover | |
parent | f6759724281a46723d372ba0f73cb626b7f869f0 (diff) |
failover: queiten compiler warnings
Diffstat (limited to 'src/gallium/drivers/failover')
-rw-r--r-- | src/gallium/drivers/failover/fo_context.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gallium/drivers/failover/fo_context.h b/src/gallium/drivers/failover/fo_context.h index c6409fe1e1c..9ba86ba8664 100644 --- a/src/gallium/drivers/failover/fo_context.h +++ b/src/gallium/drivers/failover/fo_context.h @@ -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 */ |