#jogamp @ irc.freenode.net - 20140124 05:05:40 (UTC)


20140124 05:05:40 -jogamp- Previous @ http://jogamp.org/log/irc/jogamp_20140123050540.html
20140124 05:05:40 -jogamp- This channel is logged @ http://jogamp.org/log/irc/jogamp_20140124050540.html
20140124 05:38:53 * [Mike] (~Mike]@anon) has joined #jogamp
20140124 08:13:25 * monsieur_max (~maxime@anon) has joined #jogamp
20140124 09:26:32 * gouessej (546051e4@anon) has joined #jogamp
20140124 09:28:48 <gouessej> Hi
20140124 09:29:20 <gouessej> I probably did the same mistake than magaio
20140124 09:32:09 <gouessej> https://github.com/Renanse/Ardor3D/blob/master/ardor3d-jogl/src/main/java/com/ardor3d/renderer/jogl/JoglContextCapabilities.java#L40
20140124 09:32:30 * gouessej (546051e4@anon) Quit (Quit: Page closed)
20140124 10:22:21 * rmk0 (~rmk0@anon) Quit (Quit: Lost terminal)
20140124 10:24:12 * rmk0 (~rmk0@anon) has joined #jogamp
20140124 10:36:54 <rmk0> ugh, mesa 10.0.2 seems to have lost its GL3 context
20140124 10:36:59 * rmk0 kicks it
20140124 10:37:21 <xranby> urgh...
20140124 10:37:22 <xranby> :(
20140124 10:38:14 <xranby> http://www.mesa3d.org/relnotes/10.0.2.html
20140124 10:40:33 <rmk0> "Profile GL3 is not available on null, but: [GLProfile[GLES3/GLES3.hw], GLProfile[GL2ES2/GL2.hw], GLProfile[GL2ES1/GL2.hw], GLProfile[GL2/GL2.hw], GLProfile[GL2/GL2.hw], GLProfile[GLES2/GLES3.hw], GLProfile[GLES1/GLES1.hw], GLProfile[GL4ES3/GLES3.hw], GLProfile[GL2GL3/GL2.hw]]"
20140124 10:42:00 <rmk0> and their GLES3 context isn't a GLES3 context either, because it only really supports GLSL ES 100
20140124 10:42:16 * rmk0 claps
20140124 10:44:04 <xranby> hrardware?
20140124 10:44:27 <rmk0> radeon 4670
20140124 10:44:55 <rmk0> it does claim:
20140124 10:45:03 <rmk0> OpenGL core profile version string: 3.1 (Core Profile) Mesa 10.0.2
20140124 10:45:11 <rmk0> so i don't know what broke
20140124 10:45:42 <xranby> jogl version?
20140124 10:45:53 <rmk0> 2.1.4-rc-20140113
20140124 10:45:56 <rmk0> that latest maven
20140124 10:46:05 <rmk0> but it doesn't work on 2.1.0 either
20140124 11:01:03 <sgothel> GL Profile GLProfile[GLES3/GLES3.hw]
20140124 11:01:03 <sgothel> GL Version 3.0 (ES profile, ES2 compat, ES3 compat, FBO, hardware) - OpenGL ES 3.0 Mesa 10.0.1 [GL 3.0.0, vendor 10.0.1 (Mesa 10.0.1)]
20140124 11:01:03 <sgothel> Quirks [NoDoubleBufferedPBuffer, NoSetSwapIntervalPostRetarget, GLES3ViaEGLES2Config]
20140124 11:01:03 <sgothel> Impl. class jogamp.opengl.es3.GLES3Impl
20140124 11:01:03 <sgothel> GL_VENDOR X.Org
20140124 11:01:03 <sgothel> GL_RENDERER Gallium 0.4 on AMD ARUBA
20140124 11:01:03 <sgothel> GL_VERSION OpenGL ES 3.0 Mesa 10.0.1
20140124 11:01:04 <sgothel> GLSL true, has-compiler-func: true, version: OpenGL ES GLSL ES 3.0 / 3.0.0
20140124 11:01:04 <sgothel> GL FBO: basic true, full true
20140124 11:01:30 <sgothel> GL Profile GLProfile[GL3/GL3.hw]
20140124 11:01:30 <sgothel> GL Version 3.1 (Core profile, arb, ES2 compat, FBO, hardware) - 3.1 (Core Profile) Mesa 10.0.1 [GL 3.1.0, vendor 10.0.1 ((Core Profile) Mesa 10.0.1)]
20140124 11:01:30 <sgothel> Quirks [NoDoubleBufferedPBuffer, NoSetSwapIntervalPostRetarget, GLES3ViaEGLES2Config]
20140124 11:01:30 <sgothel> Impl. class jogamp.opengl.gl4.GL4bcImpl
20140124 11:01:30 <sgothel> GL_VENDOR X.Org
20140124 11:01:30 <sgothel> GL_RENDERER Gallium 0.4 on AMD ARUBA
20140124 11:01:30 <sgothel> GL_VERSION 3.1 (Core Profile) Mesa 10.0.1
20140124 11:01:31 <sgothel> GLSL true, has-compiler-func: true, version: 1.40 / 1.40.0
20140124 11:01:31 <sgothel> GL FBO: basic true, full true
20140124 11:01:47 <sgothel> updated debian yesterday .. SID + Experimental
20140124 11:02:32 <sgothel> so thats the delta of 10.0.1 - 10.0.2 ?
20140124 11:02:52 <sgothel> (latest git master)
20140124 11:02:59 <sgothel> (jogl latest .. that is)
20140124 11:03:57 <rmk0> hang on... will pull the latest jogl git
20140124 11:04:44 <sgothel> (but didn't change anything related here .. even though quirk cleanup .. and fix for other bugs, full FBO, NV-EGL, ..)
20140124 11:05:04 <rmk0> i don't think it's jogl's fault
20140124 11:05:19 <rmk0> this was working a couple of days ago... updated mesa last night, i think and it suddenly doesn't work today
20140124 11:05:34 <sgothel> manual update ?
20140124 11:05:42 <sgothel> not debian experimental ..
20140124 11:05:43 <rmk0> just OS packages
20140124 11:06:01 <sgothel> updated yesterday as well, still 10.0.1 hmm
20140124 11:06:25 <rmk0> this is arch linux
20140124 11:06:41 <rmk0> https://www.archlinux.org/packages/extra/x86_64/mesa-libgl/
20140124 11:09:50 * rmk0 displays hourglass
20140124 11:10:55 <sgothel> ah .. really on the edge
20140124 11:26:55 <rmk0> ok, test suite ran to completion
20140124 11:27:51 * rmk0 waits for eclipse to rebuild
20140124 11:37:01 * rmk0 kicks eclipse
20140124 11:40:14 <rmk0> ...
20140124 11:40:48 <rmk0> well, TestGearsES2NEWT seems happy enough to open a GL3 context
20140124 11:41:54 <rmk0> that's bizarre
20140124 11:43:35 <rmk0> ARGH
20140124 11:43:48 <rmk0> MESA_GL_VERSION_OVERRIDE=2.1 leaked into my environment
20140124 11:43:51 * rmk0 kicks self
20140124 11:44:09 <rmk0> well, that was a fun morning
20140124 11:48:21 <xranby> good that it got resolved :)
20140124 11:48:31 <rmk0> yep
20140124 12:12:24 <sgothel> Bug 856 solved - elf header parsing always, android-intel/arm working (needs an intel build after fosdem though)
20140124 12:15:18 <sgothel> so map buffers has passed your tests ?
20140124 12:15:21 <sgothel> great
20140124 12:15:31 <sgothel> a list of platforms you test on ?
20140124 12:15:54 <sgothel> maybe we can link your test results .. hmm
20140124 12:16:29 <rmk0> well i just ran the jogl test suite on mesa on this radeon... it didn't fail
20140124 12:16:31 <rmk0> i assume that's good news!
20140124 12:16:39 <sgothel> yup
20140124 12:16:49 <sgothel> I didn't dare yet :)
20140124 12:16:59 <sgothel> just selected tests .. ahem
20140124 12:19:12 <rmk0> http://waste.io7m.com/2014/01/24/results.7z
20140124 12:19:18 <rmk0> contents of the 'results' directory
20140124 12:19:46 <sgothel> sweet
20140124 12:19:52 <sgothel> having a nap now .. laters
20140124 12:19:55 <rmk0> byee!
20140124 12:20:57 <xranby> sweet dreams
20140124 14:24:25 * jk4 (~jk4@anon) Quit (Ping timeout: 246 seconds)
20140124 14:37:20 * jk4 (~jk4@anon) has joined #jogamp
20140124 15:24:45 * jk4 (~jk4@anon) Quit (Ping timeout: 272 seconds)
20140124 15:38:18 * jk4 (~jk4@anon) has joined #jogamp
20140124 15:59:51 * jk4 (~jk4@anon) Quit (Ping timeout: 272 seconds)
20140124 16:08:19 * monsieur_max (~maxime@anon) Quit (Quit: Leaving.)
20140124 16:12:50 * jk4 (~jk4@anon) has joined #jogamp
20140124 16:58:08 * jk4 (~jk4@anon) Quit (Ping timeout: 265 seconds)
20140124 17:11:44 * jk4 (~jk4@anon) has joined #jogamp
20140124 18:46:21 * jk4 (~jk4@anon) Quit (Ping timeout: 260 seconds)
20140124 18:59:58 * jk4 (~jk4@anon) has joined #jogamp
20140124 19:50:14 * monsieur_max (~maxime@anon) has joined #jogamp
20140124 20:25:57 * [Mike] (~Mike]@anon) Quit ()
20140124 21:04:35 * [Mike] (~Mike]@anon) has joined #jogamp
20140124 21:21:20 <magaio> Hi all, I'm having problems getting a triangle to show up on Mavericks 10.9.1 -- am I missing something here? https://github.com/magaio/JOGLDemo
20140124 21:53:53 * void256 (~void@anon) has joined #jogamp
20140124 23:22:38 * monsieur_max (~maxime@anon) has left #jogamp
20140124 23:57:12 * void256 (~void@anon) Quit (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131205075310])
20140124 23:57:35 * void256 (~void@anon) has joined #jogamp
20140125 01:29:57 * void256 (~void@anon) Quit (Remote host closed the connection)
20140125 01:40:37 * sgothel (~sgothel@anon) Quit (Ping timeout: 272 seconds)
20140125 04:16:41 * [Mike] (~Mike]@anon) Quit ()
20140125 05:05:40 -jogamp- Continue @ http://jogamp.org/log/irc/jogamp_20140125050540.html