Cell: re-enable bounding boxes
authorBrian <brian.paul@tungstengraphics.com>
Mon, 28 Jan 2008 19:46:05 +0000 (12:46 -0700)
committerBen Skeggs <skeggsb@gmail.com>
Fri, 15 Feb 2008 02:50:24 +0000 (13:50 +1100)
commitdeaa895fe241cfeab6f390791d462390ff1d1560
tree8773f7a7b3b1c0ef59cd0f8f6835344cfaa83fa1
parentd6667171dca5999bef0693963634ecda74c32d5a
Cell: re-enable bounding boxes

The geometry bounding box is used to restrict rasterization to just those
tiles that are relevant.
Note another dummy field had to be added to the cell_command_render struct.
Apparently, every 4th word in a struct is susceptible to corruption in some
circumstances.  Might be a compiler bug.
src/mesa/pipe/cell/common.h
src/mesa/pipe/cell/ppu/cell_vbuf.c
src/mesa/pipe/cell/spu/spu_main.c