projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c3f696
)
i965: Add decode for the G4X x,y offset in surface state.
author
Eric Anholt
<eric@anholt.net>
Thu, 18 Jun 2009 03:46:12 +0000
(20:46 -0700)
committer
Eric Anholt
<eric@anholt.net>
Thu, 18 Jun 2009 04:01:48 +0000
(21:01 -0700)
src/mesa/drivers/dri/i965/brw_state_dump.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_state_dump.c
b/src/mesa/drivers/dri/i965/brw_state_dump.c
index a71326226962e7bc4610a38399e650265c5ba369..e94fa7d2b4c01bf92fcbeda5634dfb5441129502 100644
(file)
--- a/
src/mesa/drivers/dri/i965/brw_state_dump.c
+++ b/
src/mesa/drivers/dri/i965/brw_state_dump.c
@@
-126,6
+126,8
@@
static void dump_wm_surface_state(struct brw_context *brw)
surf->ss3.pitch + 1, surf->ss3.tiled_surface ? "" : "not ");
state_out(name, surf, surfoff, 4, "mip base %d\n",
surf->ss4.min_lod);
+ state_out(name, surf, surfoff, 5, "x,y offset: %d,%d\n",
+ surf->ss5.x_offset, surf->ss5.y_offset);
dri_bo_unmap(surf_bo);
}