diff options
author | José Fonseca <jrfonseca@tungstengraphics.com> | 2007-10-31 15:11:18 +0000 |
---|---|---|
committer | José Fonseca <jrfonseca@tungstengraphics.com> | 2007-10-31 15:11:18 +0000 |
commit | fe55eab8fa976fdf3d30b1d8160e4bb10e754e2d (patch) | |
tree | 0c6fa5a7c1795173ff14b17f990b095892f139b9 /src/mesa/pipe/i915simple/i915_winsys.h | |
parent | 44e6944e9dda3b78f2f4a9bdd583a4feeae1dcba (diff) |
Hold the vertex buffer handle.
Diffstat (limited to 'src/mesa/pipe/i915simple/i915_winsys.h')
-rw-r--r-- | src/mesa/pipe/i915simple/i915_winsys.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/pipe/i915simple/i915_winsys.h b/src/mesa/pipe/i915simple/i915_winsys.h index a95927d803..544763644c 100644 --- a/src/mesa/pipe/i915simple/i915_winsys.h +++ b/src/mesa/pipe/i915simple/i915_winsys.h @@ -69,6 +69,10 @@ struct i915_winsys { unsigned delta ); void (*batch_flush)( struct i915_winsys *sws ); +#if 0 + void (*batch_chain)( struct i915_winsys *sws, + struct pipe_buffer_handle *buf ): +#endif }; #define I915_BUFFER_ACCESS_WRITE 0x1 |