Bug 655

Summary: OpenGL is unable to draw to canvas
Product: [JogAmp] Jogl Reporter: Jouis <thisisaaa1>
Component: openglAssignee: Sven Gothel <sgothel>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: ---    
Version: 2   
Hardware: pc_x86_64   
OS: linux   
Type: --- SCM Refs:
Workaround: ---
Attachments: test.sh results

Description Jouis 2012-12-22 23:06:51 CET
Created attachment 401 [details]
test.sh results

Otherwise working code is unable be drawn upon by OpenGL. No error messages are given. For example, running 
http://www3.ntu.edu.sg/home/ehchua/programming/opengl/JOGL2.0.html#show-toc
after making a few minor corrections ends up producing only a black window.

Running Arch Linux 64 bit. OpenGL works for C++: output of glxinfo | grep OpenGL

OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Ivybridge Mobile 
OpenGL version string: 3.0 Mesa 9.0.1
OpenGL shading language version string: 1.30
OpenGL extensions:
Comment 1 Sven Gothel 2012-12-30 00:44:07 CET
> GLCanvas:
>   http://jogamp.org/git/?p=jogl.git;a=commit;h=d93c5d23e304ea20e868595748f92a5bef4f5703
>   http://jogamp.org/git/?p=jogl.git;a=commit;h=74d8e51e1cbb436eab6b90f78de90dacd10e60a5
>
> GLContext (Windows / Linux):
>   http://jogamp.org/git/?p=jogl.git;a=commit;h=13600772542d9d5ad65c6d73b3d568100d6445b6
>
> Mesa Intel Patch:
>   http://jogamp.org/git/?p=jogl.git;a=commit;h=3ce0aa6e36d9474ac3105cab491a60327860757d
>
> Pls check for upcoming aggregated builds (in an hour or so):
>   http://jogamp.org/deployment/archive/master/?C=M;O=D
>
> ~Sven
>
>
http://jogamp.org/deployment/archive/master/gluegen_618-joal_383-jogl_880-jocl_721-signed/

Tested our NApplets GearsES2 from the jogl-test-applets.html
page and jogl-demos/Gears.jnlp - works.

*** This bug has been marked as a duplicate of bug 654 ***