diff options
author | Kristian Høgsberg <[email protected]> | 2015-01-16 14:42:27 -0800 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2015-01-16 14:42:27 -0800 |
commit | a9f657ded1de1a43b16e942d8910239df4c92999 (patch) | |
tree | 470f7da04958de645ae251f3e90dbb35abe1e196 /src/mesa/drivers/dri/i965/intel_batchbuffer.c | |
parent | 9bf2c7166aa24512c7a655f79c44fe9dc57f0b7b (diff) |
i965: Fix up too-wide comment
Signed-off-by: Kristian Høgsberg <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/intel_batchbuffer.c')
-rw-r--r-- | src/mesa/drivers/dri/i965/intel_batchbuffer.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mesa/drivers/dri/i965/intel_batchbuffer.c b/src/mesa/drivers/dri/i965/intel_batchbuffer.c index 193550bc2dd..654dcdb54c7 100644 --- a/src/mesa/drivers/dri/i965/intel_batchbuffer.c +++ b/src/mesa/drivers/dri/i965/intel_batchbuffer.c @@ -358,10 +358,9 @@ intel_batchbuffer_emit_reloc(struct brw_context *brw, assert(ret == 0); (void)ret; - /* - * Using the old buffer offset, write in what the right data would be, in case - * the buffer doesn't move and we can short-circuit the relocation processing - * in the kernel + /* Using the old buffer offset, write in what the right data would be, in + * case the buffer doesn't move and we can short-circuit the relocation + * processing in the kernel */ intel_batchbuffer_emit_dword(brw, buffer->offset64 + delta); |