ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/hd/rhd_odraw.h
(Generate patch)

Comparing ray/src/hd/rhd_odraw.h (file contents):
Revision 3.13 by greg, Fri Jan 7 20:33:02 2005 UTC vs.
Revision 3.14 by greg, Fri May 20 02:06:39 2011 UTC

# Line 44 | Line 44 | extern struct ODsamp {
44          } *f;                           /* free list next or proximity */
45          short           (*ip)[2];       /* image position array */
46          TMbright        *brt;           /* encoded brightness array */
47 <        BYTE            (*chr)[3];      /* encoded chrominance array */
48 <        BYTE            (*rgb)[3];      /* tone-mapped color array */
47 >        uby8            (*chr)[3];      /* encoded chrominance array */
48 >        uby8            (*rgb)[3];      /* tone-mapped color array */
49          int32           *redraw;        /* redraw flags */
50          int             nsamp;          /* total number of samples */
51          char            *base;          /* base of allocated memory */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines