Bug 1003 - Create working test of texture interoperation
Summary: Create working test of texture interoperation
Status: IN_PROGRESS
Alias: None
Product: Jocl
Classification: JogAmp
Component: opencl (show other bugs)
Version: 1
Hardware: All all
: --- normal
Assignee: Wade Walker
URL:
Depends on:
Blocks:
 
Reported: 2014-04-04 22:45 CEST by Wade Walker
Modified: 2014-04-14 00:10 CEST (History)
0 users

See Also:
Type: ---
SCM Refs:
5ba5c8d1e14e0e9edb087c091586c6c14e037fb4
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.