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 a9e0106e96e4156c3518e1f1faa203a51dd0bd60..661c721a76cb2961e299a03103fd7e32a6953fc7 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)
 {