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.5 by gwlarson, Wed Dec 23 17:42:24 1998 UTC vs.
Revision 3.8 by greg, Tue Mar 4 05:49:21 2003 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1998 Silicon Graphics, Inc. */
2 <
3 < /* SCCSid "$SunId$ SGI" */
4 <
1 > /* RCSid $Id$ */
2   /*
3   * Header for OpenGL cone drawing routines with depth buffer checks.
4   */
5  
9 #undef NOPROTO
10 #define NOPROTO 1
6   #include "color.h"
7   #include "tonemap.h"
8   #include "rhdriver.h"
# Line 20 | Line 15 | extern struct ODview {
15          int     sfirst, snext;  /* first sample and first in next view */
16          short   hhi, vhi;       /* screen image resolution */
17          short   hlow, vlow;     /* block resolution */
18 +        int     n2redraw;       /* approx. number of samples needing redraw */
19          struct ODblock {
20                  short   nsamp;          /* number of samples in block */
21                  short   nused;          /* number actually allocated */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines