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


20140123 05:05:40 -jogamp- Previous @ http://jogamp.org/log/irc/jogamp_20140122050540.html
20140123 05:05:40 -jogamp- This channel is logged @ http://jogamp.org/log/irc/jogamp_20140123050540.html
20140123 07:52:22 * monsieur_max (~maxime@anon) has joined #jogamp
20140123 09:06:12 * monsieur_max (~maxime@anon) Quit (*.net *.split)
20140123 09:07:30 * monsieur_max (~maxime@anon) has joined #jogamp
20140123 09:55:34 * hija (~hija@anon) has joined #jogamp
20140123 10:38:25 * hija (~hija@anon) Quit (Quit: hija)
20140123 11:01:27 * hija (~hija@anon) has joined #jogamp
20140123 13:47:29 * hija (~hija@anon) Quit (Quit: hija)
20140123 13:58:58 * sgothel (~sgothel@anon) has joined #jogamp
20140123 13:58:58 * ChanServ sets mode +v sgothel
20140123 14:49:11 * hija (~hija@anon) has joined #jogamp
20140123 15:35:16 * hija (~hija@anon) Quit (Quit: hija)
20140123 15:38:51 * hija (~hija@anon) has joined #jogamp
20140123 15:49:53 * hija (~hija@anon) has left #jogamp
20140123 16:54:04 * [Mike] (~Mike]@anon) Quit ()
20140123 16:58:27 * monsieur_max (~maxime@anon) Quit (Quit: Leaving.)
20140123 17:46:05 * [Mike] (~Mike]@anon) has joined #jogamp
20140123 18:52:37 <magaio> Anyone know why a GL4 context would have haveARBVertexBufferObject == false? I'm on OS X 10.9.1 nVidia GeForce GT 750M 4.1 8.20.215 310.40.15f03
20140123 19:26:30 * monsieur_max (~maxime@anon) has joined #jogamp
20140123 20:07:56 <sgothel> Hi Magaio ..
20140123 20:08:26 <sgothel> how can I reproduce it ? I have 10.9 here ..
20140123 20:08:52 <sgothel> FBObject should check it .. via GLContext cached value
20140123 22:30:35 * void256 (~void@anon) has joined #jogamp
20140123 22:42:21 <magaio> sgothel: to reproduce: GLProfile.get(GLProfile.GL4) --> new GLCapabilities(glp) --> new GLCanvas(caps) --> canvas.addGLEventListener(new SimpleScene(canvas)) --> check drawable.getGL.getGL4
20140123 22:42:43 <magaio> sgothel: check drawable.getGL.getGL4 in implemented init method
20140123 22:58:49 * monsieur_max (~maxime@anon) Quit (Quit: Leaving.)
20140123 23:06:50 <magaio> sgothel: I believe it's returning me a GL4/GL4.sw context - perhaps I'm not requesting the GL4 context correctly?
20140123 23:10:58 <magaio> sgothel: Actually, I take that back. if I do GLProfile.getMaximum(true), I get a GL4/GL4.hw context but I still haveARBVertexBufferObject = false, haveARBVertexArrayObject = true, haveARBPixelBufferObject = false, and haveEXTPixelBufferObject = false
20140123 23:12:46 * void256 (~void@anon) Quit (Remote host closed the connection)
20140124 01:03:37 * ___m___ (~Mike]@anon) has joined #jogamp
20140124 01:03:37 * [Mike] (~Mike]@anon) Quit (Read error: Connection reset by peer)
20140124 01:06:09 * ___m___ is now known as [Mike]
20140124 01:31:27 * ___m___ (~Mike]@anon) has joined #jogamp
20140124 01:32:25 * [Mike] (~Mike]@anon) Quit (Read error: Connection reset by peer)
20140124 01:48:08 <sgothel> Good morning ..
20140124 01:48:17 <sgothel> @Magaio: Still here ?
20140124 01:49:02 <sgothel> you didn't asked my question - i.e. how do you assume 'haveARBVertexBufferObject', 'haveARBPixelBufferObject' is n/a ?
20140124 01:49:13 <sgothel> i.e. those vars are false ?
20140124 01:49:30 <sgothel> i.e. HOW do YOU set those vars ?
20140124 01:50:41 <sgothel> hint -> http://jogamp.org/deployment/jogamp-next/javadoc/jogl/javadoc/javax/media/opengl/GLContext.html#hasBasicFBOSupport%28%29
20140124 01:51:12 <sgothel> the extension string _must_not_ be present in higher GL context of a certain GL profiles
20140124 01:51:34 <sgothel> so we check the GL profile first, then the extension strings
20140124 01:52:53 <sgothel> http://jogamp.org/deployment/jogamp-next/javadoc/jogl/javadoc/javax/media/opengl/GLBase.html#hasFullFBOSupport%28%29
20140124 01:53:12 <sgothel> http://jogamp.org/deployment/jogamp-next/javadoc/jogl/javadoc/javax/media/opengl/GLBase.html#hasBasicFBOSupport%28%29
20140124 01:55:13 * ___m___ is now known as [Mike]
20140124 02:40:18 <sgothel> Thank's to Magaio, I revised the impl. for FBO caps - https://jogamp.org/bugzilla/show_bug.cgi?id=950 :)
20140124 04:23:33 * [Mike] (~Mike]@anon) Quit ()
20140124 05:05:40 -jogamp- Continue @ http://jogamp.org/log/irc/jogamp_20140124050540.html