pacificIT / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

[linux] Add off-screen rendering support #594

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What version of the product are you using? On what operating system?
CEF1 rev 600

Cef does not seem to support offscreen rendering for another platform than 
MSWindows...
It'll be great if it could support Linux (and maybe max), but I do not even 
know if it's possible, as the utility of Cef for me is to render a web browser 
to a GL texture.
Compiling my actual application under linux gives me the following error:
UsulCefWebBrowser.cpp:34:17: erreur: ‘class CefWindowInfo’ has no member 
named ‘SetAsOffScreen’
Which is totally normal with the actual definition of this class.

Original issue reported on code.google.com by jfver...@gmail.com on 8 May 2012 at 3:33

GoogleCodeExporter commented 9 years ago
It's rather an enhancement than a defect, my mistake.

Original comment by jfver...@gmail.com on 8 May 2012 at 3:37

GoogleCodeExporter commented 9 years ago
Mac off-screen rendering support is issue #540.

Original comment by magreenb...@gmail.com on 16 May 2012 at 4:22

GoogleCodeExporter commented 9 years ago

Original comment by magreenb...@gmail.com on 16 May 2012 at 4:22

GoogleCodeExporter commented 9 years ago
Any way to work around this? emulate this?

Original comment by johanneswilm on 4 Jul 2012 at 5:39

GoogleCodeExporter commented 9 years ago
Any news on this?

Original comment by goo...@dav1d.de on 28 Nov 2012 at 10:40

GoogleCodeExporter commented 9 years ago

Original comment by magreenb...@gmail.com on 27 Jun 2013 at 5:37

GoogleCodeExporter commented 9 years ago
See comment #126 in Issue 518 - initial support for off-screen rendering on 
Linux:
https://code.google.com/p/chromiumembedded/issues/detail?id=518#c126

Original comment by czarek.t...@gmail.com on 27 Jun 2013 at 5:48