From: Brian P. <bri...@tu...> - 2004-11-16 15:53:35
|
Christopher Waters wrote: > I think I've been confused on what goes on when chromium 'fakes' an > application. > > I was under the impression that with Chromium, I could run a > non-chromium-aware application in a Chromium configuration (sort-first, > sort-last, etc), but all I have seen Chromium do with the application's > OpenGL stream is pass it straight to the native OpenGL renderer... > Inspecting opengl_stub, it seems that the only time a chromium context > is made is when crCreateContext is called, which a regular application > wouldn't call. Note that crCreateContext calls stubCreateContext. If your application uses GLX or WGL, the glX/wglCreateContext() functions call it too. -Brian |