From: Brian P. <bri...@tu...> - 2006-08-24 19:31:16
|
Daniel E. Shipton wrote: > On 8/24/06, *Brian Paul* <bri...@tu... > <mailto:bri...@tu...>> wrote: > > Daniel E. Shipton wrote: > > I would like to have chromium render to a context that I have already > > created. > > You mean render to a window, right? A rendering context != a window. > > > A passive window that already has a context that was created by another > program for me. > > > Is the best way to do this is re-writing a render spu with that > > purpose? > > Have you seen the render SPU's 'render_to_app_window' option? > > > I have seen the render_to_app_window, but this is for the desktop > application, not the server(render nodes). > I want the render nodes that are rendering the crapfaker graphics to be > essentially injecting the OpenGL stream into this passive window. I > ulitimately am going to be changing the OpenGL stream to cut out the > view matrices and such but this is the first step before I get to that. Have you looked at the reassemble.conf file? It does tilesort then puts the results back into the original application window. -Brian |