diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-01-03 09:40:32 -0700 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2008-01-03 09:40:32 -0700 |
commit | 3ffef8de825f843ed504a8177fd08af9196be696 (patch) | |
tree | 2e3318c2ae020db99042bac7c71c81b1fa895ffb /src/mesa/pipe/cell/spu | |
parent | 4ff6367295bc266cf1e3390570c9aee50fe716a0 (diff) |
disable bbox code until glitches are fixed
Diffstat (limited to 'src/mesa/pipe/cell/spu')
-rw-r--r-- | src/mesa/pipe/cell/spu/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/cell/spu/main.c b/src/mesa/pipe/cell/spu/main.c index 6292962f44..bdb814e5d8 100644 --- 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; |