#jogamp @ irc.freenode.net - 20150607 05:05:41 (UTC)


20150607 05:05:41 -jogamp- Previous @ http://jogamp.org/log/irc/jogamp_20150606050540.html
20150607 05:05:41 -jogamp- This channel is logged @ http://jogamp.org/log/irc/jogamp_20150607050541.html
20150607 10:24:16 * monsieur_max (~maxime@anon) has joined #jogamp
20150607 13:58:38 * monsieur_max (~maxime@anon) Quit (Quit: Leaving.)
20150607 14:04:19 * monsieur_max (~maxime@anon) has joined #jogamp
20150607 15:24:17 * Eclesia (~eclesia@anon) has joined #jogamp
20150607 15:24:32 <Eclesia> hi
20150607 15:25:13 <Eclesia> How can I make somekind of offscreen rendering in OpenGL 1 ? is it even possible ?
20150607 16:42:31 * Eclesia (~eclesia@anon) Quit (Quit: Leaving.)
20150607 17:00:05 <bigpet> yep, quitting seems to be about the right solution to trying to offscreen render with OpenGL 1 :P
20150607 17:39:41 <rmk0> https://www.opengl.org/registry/specs/SGIX/pbuffer.txt
20150607 17:39:46 <rmk0> and
20150607 17:39:48 <rmk0> https://www.opengl.org/registry/specs/EXT/wgl_pbuffer.txt
20150607 17:39:52 <rmk0> i'm glad those days are over
20150607 18:10:16 <bigpet> damn man debugging openjdk stuff is not made easy
20150607 18:11:17 <bigpet> well I guess the specific circumstances in my case make it hard, because I'm too lazy to use jdb on the command line and eclipse and netbeans have their issues with it
20150607 18:15:04 <sgothel> @Eclipse: Using our GLOffscreen[Auto]Drawable via our GLDrawableFactory .. should fetch the best solution, i.e. FBO .. or .. PBuffer .. or even bitmap
20150607 18:58:34 <sgothel> @bigpet: You might also consider instrumenting your code, i.e. assertions and/or plain old stderr-output based on your code's semantics. I myself rarely attempt to use a debugger, trying to find the needle in the haystack.
20150607 18:59:04 <bigpet> I don't think you understand how deep I always have to dig for some reason
20150607 18:59:27 <bigpet> this is actually a potential bug in the IcedTea implementation of the AudioSystem related classes
20150607 18:59:34 <sgothel> on the other hand I like to use visualized profiling results ..
20150607 18:59:54 <sgothel> great that source is available
20150607 19:00:14 <bigpet> I've found other projects that have had the same issue for 3 years and the only thing they can say is "use OracleJRE"
20150607 19:00:29 <sgothel> if its native code .. I use gdb .. attach to JVM .. and set the breakpoints
20150607 19:00:56 <sgothel> well .. w/ the latter you don't have the source
20150607 19:01:22 <sgothel> there is still a disparity of OpenJDK and Oracle in GNU/Linux JREs ?
20150607 19:01:31 <sgothel> sounds like ..
20150607 19:01:51 <sgothel> well .. you can try JOAL if that can help ..
20150607 19:02:13 <bigpet> in the future possibly, for hotfixing not really
20150607 19:02:35 <bigpet> there's also someone who's been working on using gstreamer for some reason
20150607 19:02:46 <bigpet> which would also "solve" my issue
20150607 19:04:25 <sgothel> I considered gstreamer as well .. for decoding etc, however, its (huge) dependencies and diff. distributions is more of a gamble :)
20150607 21:10:52 * monsieur_max (~maxime@anon) Quit (Quit: Leaving.)
20150607 23:33:29 * badshah400 (~badshah40@anon) has joined #jogamp
20150608 00:25:00 * badshah400 (~badshah40@anon) Quit (Ping timeout: 256 seconds)
20150608 00:28:26 * badshah400 (~badshah40@anon) has joined #jogamp
20150608 03:27:42 * jk4 (~jk4@anon) Quit (*.net *.split)
20150608 03:28:11 * jk4 (~jk4@anon) has joined #jogamp
20150608 05:05:41 -jogamp- Continue @ http://jogamp.org/log/irc/jogamp_20150608050541.html