Login  Register

Re: glStartTilingQCOM(int,int,int,int,int) missing in GLES1Impl and GL4bcImpl [close]

Posted by kaerwel on Nov 08, 2010; 4:27pm
URL: https://forum.jogamp.org/glStartTilingQCOM-int-int-int-int-int-missing-in-GLES1Impl-and-GL4bcImpl-tp1861949p1863616.html

2010/11/8 Sven Gothel [via jogamp] <
ml-node+1863557-1229133981-260662@n3.nabble.com<ml-node%2B1863557-1229133981-260662@n3.nabble.com>
>

>
> yup :)
>
> you app:
>  org.graphstream.ui.gl.demos.PreferentialAttachment3D
>
> doesn't close all resources, ie glWindow.destroy(true),
> while in charge of Screen/Display, ie if created via
>         glWindow = GLwindow.create(glCaps);
>
>
Ok, great. Adding this remove the error !
Thanks.


> We will change the NEWT API a bit to give more comfort in all of this,
> ie a single destroy() method etc ..
>
> ~Sven
>
>
> ------------------------------
>  View message @
> http://jogamp.762907.n3.nabble.com/glStartTilingQCOM-int-int-int-int-int-missing-in-GLES1Impl-and-GL4bcImpl-tp1861949p1863557.html
> To unsubscribe from glStartTilingQCOM(int,int,int,int,int) missing in
> GLES1Impl and GL4bcImpl, click here<http://jogamp.762907.n3.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_code&node=1861949&code=Z3VpbGhlbG0uc2F2aW5AZ21haWwuY29tfDE4NjE5NDl8LTk5NTQzMTcx>.
>
>
>

Any idea about why the GLWindow does not come back from fullscreen-mode to
window-mode ?
I use the glWindow.setFullScreen(boolean). The window start to come back to
window-mode but return to fullscreen-mode in the same second.