intel: Fix compiler warnings from the depth stall flush commit.
authorEric Anholt <eric@anholt.net>
Tue, 27 Sep 2011 22:17:50 +0000 (15:17 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 27 Sep 2011 22:17:50 +0000 (15:17 -0700)
src/mesa/drivers/dri/intel/intel_batchbuffer.h

index a9e0106..661c721 100644 (file)
@@ -40,6 +40,7 @@ GLboolean intel_batchbuffer_emit_reloc_fenced(struct intel_context *intel,
                                              uint32_t offset);
 void intel_batchbuffer_emit_mi_flush(struct intel_context *intel);
 void intel_emit_post_sync_nonzero_flush(struct intel_context *intel);
+void intel_emit_depth_stall_flushes(struct intel_context *intel);
 
 static INLINE uint32_t float_as_int(float f)
 {