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


20140122 05:05:40 -jogamp- Previous @ http://jogamp.org/log/irc/jogamp_20140121050540.html
20140122 05:05:40 -jogamp- This channel is logged @ http://jogamp.org/log/irc/jogamp_20140122050540.html
20140122 05:41:36 * [Mike] (~Mike]@anon) Quit ()
20140122 06:26:26 * [Mike] (~Mike]@anon) has joined #jogamp
20140122 07:03:15 * [Mike] (~Mike]@anon) Quit ()
20140122 07:03:49 * [Mike] (~Mike]@anon) has joined #jogamp
20140122 07:36:28 * monsieur_max (~maxime@anon) has joined #jogamp
20140122 07:45:04 * hija (~hija@anon) Quit (Quit: hija)
20140122 07:55:04 * hija (~hija@anon) has joined #jogamp
20140122 08:53:40 * hija (~hija@anon) Quit (Quit: hija)
20140122 09:52:46 * hija (~hija@anon) has joined #jogamp
20140122 10:38:19 <sgothel> Good morning
20140122 10:38:56 <sgothel> sorry for bothering all here, but any chance to review the GLBufferObjectTracker as mentioned yesterday ?
20140122 10:40:52 <sgothel> https://jogamp.org/log/irc/jogamp_20140121050540.html#l16
20140122 10:46:31 <xranby> sgothel: good morning, i need to read up on the original bug
20140122 10:47:14 <sgothel> maybe to hard - if you haven't used GL buffers (VBO ..) and mapping etc yet ..
20140122 10:47:48 <sgothel> it shall close the leak of having mapped buffers referenced in a HashMap (as it was before)
20140122 10:48:12 <sgothel> thank you!
20140122 10:48:32 <sgothel> we saw the test print yesterday - great, will be ready next week
20140122 10:48:37 <sgothel> (t-shirts)
20140122 10:48:42 <xranby> horray!
20140122 10:49:21 <sgothel> cleaning up our applet / jnlp stuff .. then doing the JWeb thingy .. (oh well)
20140122 11:03:03 * rmk0 appears
20140122 11:03:12 <rmk0> lo
20140122 11:03:19 <sgothel> Hi Mark
20140122 11:03:25 <rmk0> how's it going?
20140122 11:03:30 * rmk0 reads scrollback
20140122 11:03:42 <sgothel> time seems to be tight :) - otherwise .. great
20140122 11:03:50 <rmk0> quiet start to this year!
20140122 11:04:04 <sgothel> 'quite a start' - yes :)
20140122 11:04:34 <sgothel> ok .. breakfast .. redtap errands, back in 1-2 hours
20140122 11:10:13 * rmk0 eyes GLBufferObjectTracker
20140122 11:30:39 <xranby> i dont know if this image is publically accessible but this is what i have been doing https://fbcdn-sphotos-f-a.akamaihd.net/hphotos-ak-ash4/t1/q71/s720x720/1525492_725896010767566_957289431_n.jpg
20140122 11:47:15 <sgothel> the dome .. haha - great
20140122 11:51:47 * hija (~hija@anon) Quit (Read error: Connection reset by peer)
20140122 11:52:19 * hija (~hija@anon) has joined #jogamp
20140122 13:05:55 <xranby> sgothel: please add and commit gl-if-CustomJavaCode-gl2.java
20140122 13:06:03 <sgothel> just did :)
20140122 13:06:20 <sgothel> already building ..
20140122 13:06:31 <sgothel> https://jogamp.org/chuck/job/jogl/1202/
20140122 13:07:37 <rmk0> sgothel: had a read through of the new code... didn't see anything obviously wrong
20140122 13:07:43 <rmk0> i'm not the most qualified to comment, though
20140122 13:07:45 <sgothel> great
20140122 13:08:11 <sgothel> the behavioral change is that we now do throw an GLException for the mentioned methods .. if constraints are not met
20140122 13:08:21 <rmk0> right
20140122 13:08:23 <sgothel> maybe consider that ..
20140122 13:08:32 <sgothel> and whether we are really thread-safe
20140122 13:08:59 <sgothel> to do the latter, I used the callback mechanism .. passed to the synchronized GLBufferObjectTracker methods ..
20140122 13:09:30 <sgothel> sooner or later .. we need to add this stuff in GlueGen I guess .. tired of hacking this manually
20140122 13:09:48 <sgothel> re GL-spec: I prepared the GL 4.4 glBufferStorage .. maybe I missed something ?
20140122 13:10:00 <sgothel> (i.e. a GL method .. )
20140122 13:10:21 <rmk0> my experience of > 3.3 is limited... don't actually have any hardware here that can run it, so i've not touched it
20140122 13:10:21 <sgothel> so I guess I can merge the 4.4 header changes after fosdem ..
20140122 13:11:15 <sgothel> https://jogamp.org/bugzilla/show_bug.cgi?id=947 < OSX 10.9 + NV fails to run w/ multithreaded shared buffers :(
20140122 13:11:32 <rmk0> ugh!
20140122 13:11:53 <sgothel> http://jogamp.org/git/?p=jogl.git;a=commit;h=97f4ef2763596993bcb8a6b84150c9ec906dde08 <- I even added better sync of GLAutoDrawables ..
20140122 13:12:08 <sgothel> i.e. guarantee that the 'master' one is initialized .. etc
20140122 13:12:33 <sgothel> and we even check glIsBuffer in GearsES2 .. before issuing the draw cmd
20140122 13:12:48 <sgothel> (and validate whether buffer binding and storage is fine)
20140122 13:13:19 <sgothel> all those tests took quite some time .. but I can't see our code at odds here .. hmm
20140122 13:14:00 <sgothel> after 2.1.4 .. will remove all deprecated stuff ..
20140122 13:14:07 <rmk0> right
20140122 13:14:51 <sgothel> on OSX 10.7 .. the test works fine ..
20140122 13:16:44 <sgothel> so the JNLPAppletLauncher is retired now ..
20140122 13:17:07 <sgothel> i.e. demos use NApplet as fallback if using JNLP-Applet, instead of JNLPAppletLauncher
20140122 13:31:23 <sgothel> MSE (Microsoft's Security Essentials) block gluegen-rt.dll .. lol (Trojan:Win32/Repplock)
20140122 13:31:43 <rmk0> hehe
20140122 13:32:05 <rmk0> it's a mark of respect to be blocked my MSE
20140122 13:32:09 <rmk0> *by
20140122 13:34:52 * gouessej (546051e4@anon) has joined #jogamp
20140122 13:34:57 <gouessej> Hi
20140122 13:35:05 <rmk0> lo
20140122 13:35:34 <gouessej> What can we do to solve the problem with MSE?
20140122 13:37:26 <sgothel> start a loooong discussion w/ MS ?
20140122 13:37:39 <gouessej> Are you serious?
20140122 13:37:45 <sgothel> hehe :)
20140122 13:37:58 <sgothel> well, we would need to know why we are blocked .. etc etc
20140122 13:38:18 <sgothel> so .. I am not up to it .. but whoever likes to .. I will support such task :)
20140122 13:38:53 <gouessej> Who can contact Microsoft then? You know that it's obviously not a good idea that I do it
20140122 13:39:10 <sgothel> In the end .. I tell all friends to _not_ install virus scanner etc .. since them itself are the biggest security risk!
20140122 13:41:00 <gouessej> Are we sure that we are always blocked? For example, several years ago, there was a problem with another antivirus and it was not reproducible with the "official" native libraries
20140122 13:41:24 <sgothel> I just updated the MSE on one test machine .. and *bang* - worked pre-update ..
20140122 13:41:55 <gouessej> Do lots of people use this ... software?
20140122 13:41:55 <sgothel> and they did not contacted us .. like other did before .. (JOAL ..)
20140122 13:42:09 <sgothel> dunno .. me not a Windows expert user ..
20140122 13:43:18 <gouessej> me neither
20140122 13:43:28 <gouessej> Which version of Windows do you use?
20140122 13:44:10 <sgothel> bug 932: even 'wglMakeCurrent0' crashed .. well - must be the intel windows driver
20140122 13:45:26 <gouessej> A Jzy3D user has the same problem
20140122 13:47:00 <gouessej> I'm reviewing your changes in JOGL ...
20140122 13:47:15 <sgothel> https://jogamp.org/bugzilla/show_bug.cgi?id=932#c9
20140122 13:48:52 <sgothel> Same driver .. diff hw .. working w/ HD4000 .. hmm
20140122 13:49:01 <sgothel> too bad, me not having a HD4600
20140122 13:50:17 <gouessej> :s
20140122 13:51:03 <sgothel> your double back-slash issue (Bug 945) .. oh dear, another 'escape' problem w/ URI class .. etc
20140122 13:51:43 <sgothel> btw .. w/ my request for review the GLBufferObjectTracker .. your question shall be finally answered regarding map-memory leaks .. i.e. no more :)
20140122 13:52:36 <gouessej> I stay far from glMapBuffer
20140122 13:53:02 <gouessej> and I manually release the native resources
20140122 13:53:47 <sgothel> while I was going through this path (too quite some days) .. it seems a good way for streaming data into GPU, while not having data duplicated - and it's added in ES3
20140122 13:55:06 <gouessej> yes of course, in some cases it is useful
20140122 13:55:22 <gouessej> is it efficient when the data have to be modified quite often?
20140122 13:55:42 <sgothel> using the SubData (w/o storage recreation) yes
20140122 13:55:53 <gouessej> Why is GL4.GL_QUERY_BUFFER commented?
20140122 13:56:02 <sgothel> GL 4.4
20140122 13:56:27 <sgothel> need to update the headers
20140122 14:07:11 <gouessej> Is there a mean to check whether a GL event listener has been initialized?
20140122 14:07:24 <gouessej> "allGLELInitialized = true; // we have to assume 'yes'"?
20140122 14:07:26 <sgothel> yes .. just added it
20140122 14:07:48 <sgothel> ah .. will be default in GLAutoDrawable soon .. see comment in the other interface
20140122 14:08:03 <sgothel> didn't want to break users GLAutoDrawable implementations
20140122 14:08:23 <sgothel> (while adding a new method to interface)
20140122 14:08:31 <sgothel> after 2.1.4 ..
20140122 14:08:55 <gouessej> MSE isn't installed at work. Can someone report this false positive? http://www.microsoft.com/security/portal/vendor/falsepositive.aspx
20140122 14:10:33 <gouessej> I need the detailed scan result to write this report
20140122 14:12:17 * [Mike] (~Mike]@anon) Quit ()
20140122 14:16:37 <sgothel> amazing .. when testing w/ official latest (2.1.3) it works .. when testing w/ my local one (local webserver, signed etc) .. MSE blocks ..
20140122 14:16:41 <sgothel> further testing
20140122 14:17:30 <sgothel> latest signed in archive (jogl1200) .. works as well
20140122 14:17:46 <sgothel> so maybe related to using my local server here .. funny
20140122 14:17:56 <sgothel> will re-test when test deployed ..
20140122 14:19:01 <gouessej> ok.
20140122 14:20:59 <gouessej> Could you at least report it as a false positive when you understand better what is really blocked and when please?
20140122 14:21:51 <sgothel> will try .. even though the MSE tool didn't give me the log file .. but will search for it later
20140122 14:25:17 <gouessej> "1. In the Microsoft anti-malware program, click History. 2. Click the scan showing detection of your program. 3. Select the scan results, then press CTRL-C to copy them. 4. Right-click the scan results text box on this page, and paste the results into it."
20140122 14:26:00 <sgothel> ah .. thank you!
20140122 14:26:32 <gouessej> You're welcome
20140122 14:29:15 <sgothel> https://jogamp.org/wiki/index.php/SW_Tracking_Report_Objectives_for_the_release_2.1.4 - Added Bug 945
20140122 15:13:22 * [Mike] (~Mike]@anon) has joined #jogamp
20140122 16:05:39 <xranby> http://news.softpedia.com/news/Ubuntu-14-04-Trusty-Tahr-Might-Drop-OpenJDK-7-Java-Support-419532.shtml
20140122 16:12:26 <gouessej> :(
20140122 16:35:23 <monsieur_max> are they serious about gcj ?
20140122 16:42:34 * gouessej (546051e4@anon) Quit (Quit: Page closed)
20140122 16:57:51 * monsieur_max (~maxime@anon) Quit (Quit: Leaving.)
20140122 17:09:53 <hija> @#$%@$
20140122 17:10:04 <hija> dammit swt
20140122 17:10:37 <hija> getLocation on a composite returns its size...
20140122 17:51:36 * monsieur_max (~maxime@anon) has joined #jogamp
20140122 18:04:50 * hija (~hija@anon) Quit (Quit: hija)
20140122 20:11:49 * Eclesia (~eclesia@anon) has joined #jogamp
20140122 20:12:49 <Eclesia> hi
20140122 20:13:19 * bgroenks (~chatzilla@anon) has joined #jogamp
20140122 20:14:33 <Eclesia> I have a question : is someone from the jogamp team named : Johannes Diemke ?
20140122 20:14:39 * bgroenks (~chatzilla@anon) Quit (Client Quit)
20140122 20:15:01 <Eclesia> (strange question I know)
20140122 20:23:46 * hija (~hija@anon) has joined #jogamp
20140122 20:35:52 * hija (~hija@anon) Quit (Quit: hija)
20140122 20:44:16 * hija (~hija@anon) has joined #jogamp
20140122 20:59:47 * magaio (~magaio@anon) has joined #jogamp
20140122 21:13:26 * Eclesia (~eclesia@anon) Quit (Quit: Leaving.)
20140122 22:07:01 * void256 (~void@anon) has joined #jogamp
20140122 22:19:32 * monsieur_max (~maxime@anon) has left #jogamp
20140122 23:06:42 * void256 (~void@anon) Quit (Remote host closed the connection)
20140122 23:35:58 * hija (~hija@anon) Quit (Quit: hija)
20140122 23:42:14 * kermyt (~kermyt@anon) Quit (Ping timeout: 252 seconds)
20140122 23:46:00 * kermyt (~kermyt@anon) has joined #jogamp
20140123 02:22:43 * [Mike] (~Mike]@anon) Quit ()
20140123 03:29:53 * [Mike] (~Mike]@anon) has joined #jogamp
20140123 05:04:31 * sgothel (~sgothel@anon) Quit (Quit: Leaving.)
20140123 05:05:40 -jogamp- Continue @ http://jogamp.org/log/irc/jogamp_20140123050540.html