summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/brw_clip_state.c
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-11-02 08:49:02 +0000
committerKeith Whitwell <keithw@vmware.com>2009-11-02 08:50:16 +0000
commit4ea94c04c9ab7b11fa06c60f2487a911f1422844 (patch)
tree6adb4272ca3e14776ca783cd54f5edf3dc770e36 /src/gallium/drivers/i965/brw_clip_state.c
parent23c2ba828058255d8fdf3471bb924127e6c27f6c (diff)
i965g: format RELOCs similarly
Diffstat (limited to 'src/gallium/drivers/i965/brw_clip_state.c')
-rw-r--r--src/gallium/drivers/i965/brw_clip_state.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/drivers/i965/brw_clip_state.c b/src/gallium/drivers/i965/brw_clip_state.c
index 31e2e0bc17..8be53e4bfb 100644
--- a/src/gallium/drivers/i965/brw_clip_state.c
+++ b/src/gallium/drivers/i965/brw_clip_state.c
@@ -150,8 +150,7 @@ clip_unit_create_from_key(struct brw_context *brw,
/* Emit clip program relocation */
assert(brw->clip.prog_bo);
brw->sws->bo_emit_reloc(bo,
- I915_GEM_DOMAIN_INSTRUCTION,
- 0,
+ I915_GEM_DOMAIN_INSTRUCTION, 0,
clip.thread0.grf_reg_count << 1,
offsetof(struct brw_clip_unit_state, thread0),
brw->clip.prog_bo);