Re: The best way to draw a GL texture from a different process

2018-05-25 Thread Emmanuele Bassi
On 25 May 2018 at 10:23, Jiří Janoušek wrote: > Hello, > > My app consists of the main process, where the GTK+ main loop and widgetry > live, and the GPU process, which does OpenGL kung-fu and provides GL > texture and dirty/invalidated rectangles as a result. I have little control > over the GPU

The best way to draw a GL texture from a different process

2018-05-25 Thread Jiří Janoušek
Hello, My app consists of the main process, where the GTK+ main loop and widgetry live, and the GPU process, which does OpenGL kung-fu and provides GL texture and dirty/invalidated rectangles as a result. I have little control over the GPU process - I can patch it a bit, but I cannot merge the mai