diff options
author | Zack Rusin <[email protected]> | 2010-05-31 20:41:18 -0400 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2010-06-08 06:28:11 -0400 |
commit | ba5975dd3274a3cc760e79dabaf9c11b96673f4a (patch) | |
tree | 0fc15ba8416e0c9f55feef086143fecb9908e529 /src/gallium/drivers/softpipe/sp_state.h | |
parent | c9db97c8229689060fab0edee7df717f804b99ce (diff) |
gallium: add interface for DrawAuto and implement it in softpipe
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_state.h')
-rw-r--r-- | src/gallium/drivers/softpipe/sp_state.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/softpipe/sp_state.h b/src/gallium/drivers/softpipe/sp_state.h index dd958ebb53e..4ffa2b9f598 100644 --- a/src/gallium/drivers/softpipe/sp_state.h +++ b/src/gallium/drivers/softpipe/sp_state.h @@ -250,6 +250,8 @@ softpipe_draw_elements_instanced(struct pipe_context *pipe, unsigned startInstance, unsigned instanceCount); +void softpipe_draw_auto(struct pipe_context *pipe, unsigned mode); + void softpipe_map_transfers(struct softpipe_context *sp); |