Bug 1003

Summary: Create working test of texture interoperation
Product: [JogAmp] Jocl Reporter: Wade Walker <wwalker3>
Component: openclAssignee: Wade Walker <wwalker3>
Status: IN_PROGRESS ---    
Severity: normal    
Priority: ---    
Version: 1   
Hardware: All   
OS: all   
Type: --- SCM Refs:
5ba5c8d1e14e0e9edb087c091586c6c14e037fb4
Workaround: ---

Description Wade Walker 2014-04-04 22:45:30 CEST
There's a long discussion on this thread: http://forum.jogamp.org/JOCL-texture-generation-td4031853.html

Write a JUnit test for this so we can test on all our platforms.
Comment 1 Wade Walker 2014-04-07 01:09:36 CEST
Test created in branch https://github.com/WadeWalker/jocl/tree/bug_1003_add_texture_interop_test in the file https://github.com/WadeWalker/jocl/blob/bug_1003_add_texture_interop_test/test/com/jogamp/opencl/gl/CLGLTest.java. Waiting for Jenkins to be restarted so I can test in the cluster (works on my 3 video cards, though).
Comment 2 Wade Walker 2014-04-14 00:10:16 CEST
Test pushed to master. Fails texel value comparison on linux-x86_32-nvidia and linux-x86_64-nvidia, but works fine everywhere else.