filename | src/pvr2/tacore.c |
changeset | 1145:45674791c6ad |
prev | 1067:d3c00ffccfcd |
author | nkeynes |
date | Mon Nov 08 14:33:38 2010 +1000 (12 years ago) |
permissions | -rw-r--r-- |
last change | Introduce tile iterators to simplify processing of the tile lists |
file | annotate | diff | log | raw |
1.1 --- a/src/pvr2/tacore.c Sun Jul 05 13:54:48 2009 +10001.2 +++ b/src/pvr2/tacore.c Mon Nov 08 14:33:38 2010 +10001.3 @@ -126,10 +126,6 @@1.4 uint32_t detail[8]; /* 0-8 detail words */1.5 };1.7 -struct tile_bounds {1.8 - int32_t x1, y1, x2, y2;1.9 -};1.10 -1.11 struct pvr2_ta_status {1.12 int32_t state;1.13 int32_t width, height; /* Tile resolution, ie 20x15 */
.