Cell: initial implementation of tile status optimizations
authorBrian <brian.paul@tungstengraphics.com>
Thu, 10 Jan 2008 00:49:43 +0000 (17:49 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Thu, 10 Jan 2008 00:50:37 +0000 (17:50 -0700)
commitd23869a88a1e9e41c9ebbd5f918ede16a8ee838f
treeb2f95da28dee6a7a852dd971b4dabae8a09308fb
parent18b0f345212a5950bddebe00edc3ec5f54781456
Cell: initial implementation of tile status optimizations

Tiles are marked as CLEAR, DEFINED or DIRTY to avoid making unnecessary
get_tile() and put_tile() calls.
src/mesa/pipe/cell/spu/main.c
src/mesa/pipe/cell/spu/main.h
src/mesa/pipe/cell/spu/tri.c