|  | 
                    Re: devg-extreme2 on 82852GM Intel integrated graphics device
                     | 
          
        
        
        
         
        
        
        
         
            
              | 04/01/2009 8:32 AM post25740 | Re: devg-extreme2 on 82852GM Intel integrated graphics device
                    Unfortunately, eglWaitNative() also does nothing. You would have to add gf_draw_finish, or replace any gf_draw_flush 
with gf_draw_finish before gf_draw_end. However, that only covers for the rendering that you are doing...
The correct implementation would have to wait on all operations, including the ones from other processes. As far as I 
know, the GF API (our "native" API) doesn't have a wait idle function, which is why eglWaitNative can't do anything for 
now.
Nevertheless, in the gf-ph-3d example, I don't think this is an issue because the framework waits for operations to 
complete before calling the work_proc, so the call to eglWaitNative may not be necessary. | 
            
              |  | 
          
            
              |  |