summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i915simple/i915_prim_emit.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2007-08-09 16:43:44 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2007-08-09 16:44:22 +0100
commite23966f3de81342f7bd11f1e79c04022b5f0193f (patch)
treee9c4b6db6bf0eebcdc68b4d26a758cbb916e5ae4 /src/mesa/pipe/i915simple/i915_prim_emit.c
parent3bf25e5516c3c2688d5e1b3b1e120c970b8076c2 (diff)
Some basic state - blend and ztest sort of work.
Diffstat (limited to 'src/mesa/pipe/i915simple/i915_prim_emit.c')
-rw-r--r--src/mesa/pipe/i915simple/i915_prim_emit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/i915simple/i915_prim_emit.c b/src/mesa/pipe/i915simple/i915_prim_emit.c
index a1e0e85196..708fc41d31 100644
--- a/src/mesa/pipe/i915simple/i915_prim_emit.c
+++ b/src/mesa/pipe/i915simple/i915_prim_emit.c
@@ -123,7 +123,7 @@ emit_prim( struct draw_stage *stage,
if (i915->dirty)
i915_update_derived( i915 );
- if (i915->hw_dirty)
+ if (i915->hardware_dirty)
i915_emit_hardware_state( i915 );
ptr = winsys->batch_start( winsys, nr * vertex_size, 0 );