Mesa (gallium-0.2): intel: Fix typo

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Wed Jan 28 22:37:49 UTC 2009


Module: Mesa
Branch: gallium-0.2
Commit: b5fc2a68e8fd07773d424aade2f9d32d4c7bf607
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b5fc2a68e8fd07773d424aade2f9d32d4c7bf607

Author: Jakob Bornecrantz <wallbraker at gmail.com>
Date:   Wed Jan 28 23:37:23 2009 +0100

intel: Fix typo

---

 .../winsys/drm/intel/gem/intel_be_batchbuffer.c    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/winsys/drm/intel/gem/intel_be_batchbuffer.c b/src/gallium/winsys/drm/intel/gem/intel_be_batchbuffer.c
index 6efa686..a0574b8 100644
--- a/src/gallium/winsys/drm/intel/gem/intel_be_batchbuffer.c
+++ b/src/gallium/winsys/drm/intel/gem/intel_be_batchbuffer.c
@@ -72,7 +72,7 @@ intel_be_offset_relocation(struct intel_be_batchbuffer *batch,
 	                              read_domains,
 	                              write_domain);
 
-	((uint32_t*)batch->base.ptr)[0] = bo->offset = pre_add;
+	((uint32_t*)batch->base.ptr)[0] = bo->offset - pre_add;
 	batch->base.ptr += 4;
 
 	if (!ret)




More information about the mesa-commit mailing list