From fe55eab8fa976fdf3d30b1d8160e4bb10e754e2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= Date: Wed, 31 Oct 2007 15:11:18 +0000 Subject: Hold the vertex buffer handle. --- src/mesa/pipe/i915simple/i915_winsys.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mesa/pipe/i915simple/i915_winsys.h') 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 -- cgit v1.2.3