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

Comparing ray/src/hd/rhd_glx.c (file contents):
Revision 3.13 by gregl, Sun Jan 4 08:32:00 1998 UTC vs.
Revision 3.14 by gregl, Tue Jan 6 05:26:19 1998 UTC

# Line 195 | Line 195 | dev_close()                    /* close our display and free resources
195   }
196  
197  
198 + dev_clear()                     /* clear our quadtree */
199 + {
200 +        qtCompost(100);
201 +        glClear(GL_DEPTH_BUFFER_BIT);
202 +        rayqleft = 0;                   /* hold off update */
203 + }
204 +
205 +
206   int
207   dev_view(nv)                    /* assign new driver view */
208   register VIEW   *nv;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines