Search
lxdream.org :: lxdream/src/pvr2/pvr2.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/pvr2/pvr2.h
changeset 333:e29561c998f5
prev327:00d55a462af3
next335:fb890e1814c0
author nkeynes
date Sat Jan 27 06:21:35 2007 +0000 (17 years ago)
permissions -rw-r--r--
last change Start working towards scaler implementation - fixes overrun issue
file annotate diff log raw
1.1 --- a/src/pvr2/pvr2.h Thu Jan 25 11:46:35 2007 +0000
1.2 +++ b/src/pvr2/pvr2.h Sat Jan 27 06:21:35 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: pvr2.h,v 1.29 2007-01-25 11:46:35 nkeynes Exp $
1.6 + * $Id: pvr2.h,v 1.30 2007-01-27 06:21:35 nkeynes Exp $
1.7 *
1.8 * PVR2 (video chip) functions and macros.
1.9 *
1.10 @@ -177,6 +177,7 @@
1.11 uint32_t size; /* Length of rendering region in bytes */
1.12 int width, height;
1.13 int colour_format;
1.14 + int scale;
1.15 } *pvr2_render_buffer_t;
1.16
1.17 /**
.