From 3239532795a027ddc578261f556e13e2c80f9676 Mon Sep 17 00:00:00 2001 From: Brian Date: Mon, 20 Aug 2007 17:25:38 -0600 Subject: Use new draw_arrays() code. The i915 driver now uses the software-based vertex shader interpreter and draws everything through pipe->draw_arrays(). --- src/mesa/pipe/i915simple/i915_context.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mesa/pipe/i915simple/i915_context.h') diff --git a/src/mesa/pipe/i915simple/i915_context.h b/src/mesa/pipe/i915simple/i915_context.h index 1e48485c56..a3927bf8b8 100644 --- a/src/mesa/pipe/i915simple/i915_context.h +++ b/src/mesa/pipe/i915simple/i915_context.h @@ -113,6 +113,8 @@ struct i915_context struct pipe_stencil_state stencil; struct pipe_mipmap_tree *texture[PIPE_MAX_SAMPLERS]; struct pipe_viewport_state viewport; + struct pipe_vertex_buffer vertex_buffer[PIPE_ATTRIB_MAX]; + unsigned dirty; unsigned *batch_start; -- cgit v1.2.3