disable bbox code until glitches are fixed
authorBrian <brian.paul@tungstengraphics.com>
Thu, 3 Jan 2008 16:40:32 +0000 (09:40 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Thu, 3 Jan 2008 16:40:32 +0000 (09:40 -0700)
src/mesa/pipe/cell/spu/main.c

index 6292962f447f2955785399338270627f56f877f6..bdb814e5d89965cd2c42bebad7196ab87943ec3e 100644 (file)
@@ -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;