Browse Source

intel: Fix compiler warnings from the depth stall flush commit.

tags/mesa-8.0-rc1
Eric Anholt 14 years ago
parent
commit
b095b683f8
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/mesa/drivers/dri/intel/intel_batchbuffer.h

+ 1
- 0
src/mesa/drivers/dri/intel/intel_batchbuffer.h View 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)
{

Loading…
Cancel
Save