projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ff6367
)
disable bbox code until glitches are fixed
author
Brian
<brian.paul@tungstengraphics.com>
Thu, 3 Jan 2008 16:40:32 +0000
(09:40 -0700)
committer
Brian
<brian.paul@tungstengraphics.com>
Thu, 3 Jan 2008 16:40:32 +0000
(09:40 -0700)
src/mesa/pipe/cell/spu/main.c
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/cell/spu/main.c
b/src/mesa/pipe/cell/spu/main.c
index 6292962f447f2955785399338270627f56f877f6..bdb814e5d89965cd2c42bebad7196ab87943ec3e 100644
(file)
--- a/
src/mesa/pipe/cell/spu/main.c
+++ b/
src/mesa/pipe/cell/spu/main.c
@@
-149,7
+149,7
@@
tile_bounding_box(const struct cell_command_render *render,
uint *txmin, uint *tymin,
uint *box_num_tiles, uint *box_width_tiles)
{
-#if
0
+#if
1
/* Debug: full-window bounding box */
uint txmax = fb.width_tiles - 1;
uint tymax = fb.height_tiles - 1;