From: Brian Date: Thu, 3 Jan 2008 16:40:32 +0000 (-0700) Subject: disable bbox code until glitches are fixed X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3ffef8de825f843ed504a8177fd08af9196be696;p=mesa.git disable bbox code until glitches are fixed --- diff --git a/src/mesa/pipe/cell/spu/main.c b/src/mesa/pipe/cell/spu/main.c index 6292962f447..bdb814e5d89 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;