Browse Source

[965] Fix whitespace in c9b1fef0c9

tags/mesa_7_1_rc1
Eric Anholt 17 years ago
parent
commit
faeb1bc9f9
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      src/mesa/drivers/dri/i965/brw_clip_state.c

+ 4
- 4
src/mesa/drivers/dri/i965/brw_clip_state.c View File

@@ -116,10 +116,10 @@ clip_unit_create_from_key(struct brw_context *brw,
/* Emit clip program relocation */
assert(brw->clip.prog_bo);
dri_emit_reloc(bo,
DRM_BO_FLAG_MEM_TT | DRM_BO_FLAG_READ,
clip.thread0.grf_reg_count << 1,
offsetof(struct brw_clip_unit_state, thread0),
brw->clip.prog_bo);
DRM_BO_FLAG_MEM_TT | DRM_BO_FLAG_READ,
clip.thread0.grf_reg_count << 1,
offsetof(struct brw_clip_unit_state, thread0),
brw->clip.prog_bo);

return bo;
}

Loading…
Cancel
Save