From 8b8e270788b50636e48ee17cc9e5fc8f29d44f5c Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 25 Mar 2010 03:28:23 +0100 Subject: http://www.jogamp.org/bugzilla/show_bug.cgi?id=378 Test: Added JUNIT Test Environment: - tests: jogl.test.jar - run: 'ant junit.run' Currently only runs 1 test regarding this bug id. Adding PATH (windows) or LD_LIBRARY_PATH (unix). Test initialized AWTTextureData without a current GLContext and then uses it to render .. Solution: Pending initialization of GL depending data, offered in TextureData.glPostInit(), specialized in AWTTextureData. --- make/lib/gluegen.compiler.linux-32bit.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 make/lib/gluegen.compiler.linux-32bit.xml (limited to 'make/lib') diff --git a/make/lib/gluegen.compiler.linux-32bit.xml b/make/lib/gluegen.compiler.linux-32bit.xml new file mode 100644 index 000000000..344d9da27 --- /dev/null +++ b/make/lib/gluegen.compiler.linux-32bit.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3