Search
lxdream.org :: lxdream/src/pvr2/tacore.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/pvr2/tacore.c
changeset 1145:45674791c6ad
prev1067:d3c00ffccfcd
author nkeynes
date Mon Mar 05 15:00:14 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Revert to using GL_QUADS when available, fallback to fan-strip when it's not
(GLES)
file annotate diff log raw
1.1 --- a/src/pvr2/tacore.c Sun Jul 05 13:54:48 2009 +1000
1.2 +++ b/src/pvr2/tacore.c Mon Mar 05 15:00:14 2012 +1000
1.3 @@ -126,10 +126,6 @@
1.4 uint32_t detail[8]; /* 0-8 detail words */
1.5 };
1.6
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 */
.