#jogamp @ irc.freenode.net - 20131202 05:05:55 (UTC)


20131202 05:05:55 -jogamp- Previous @ http://jogamp.org/log/irc/jogamp_20131201050555.html
20131202 05:05:55 -jogamp- This channel is logged @ http://jogamp.org/log/irc/jogamp_20131202050555.html
20131202 07:11:39 * xranby_ac100 (~xranby@anon) Quit (Read error: Connection reset by peer)
20131202 07:14:08 * eeerik (~erik@anon) Quit (Remote host closed the connection)
20131202 08:24:23 * eclesia (~husky@anon) has joined #jogamp
20131202 08:24:28 <eclesia> good morning
20131202 08:57:40 * xranby_ac100 (~xranby@anon) has joined #jogamp
20131202 08:57:55 <xranby_ac100> good morning
20131202 11:57:41 * sgothel (~sgothel@anon) Quit (Ping timeout: 240 seconds)
20131202 11:57:46 * sgothel (~sgothel@anon) has joined #jogamp
20131202 11:57:56 * sgothel (~sgothel@anon) Quit (Changing host)
20131202 11:57:56 * sgothel (~sgothel@anon) has joined #jogamp
20131202 11:57:56 * ChanServ sets mode +v sgothel
20131202 12:10:15 * hija (~hija@anon) has joined #jogamp
20131202 15:24:26 * monsieur_max (~maxime@anon) has joined #jogamp
20131202 15:35:43 * trigger (~trigger@anon) has joined #jogamp
20131202 15:36:04 <trigger> hi
20131202 15:37:28 <sgothel> good morning :)
20131202 15:37:38 <sgothel> (late day for me)
20131202 15:42:51 <trigger> good morning :)?
20131202 15:46:09 <trigger> hope this wasnt intended for me
20131202 15:46:32 <sgothel> for everybody - as I said, a late day for me (got up late) :)
20131202 15:46:54 <trigger> ah :)
20131202 15:47:13 <trigger> good morning then... i didnt get that ;)
20131202 15:47:43 <trigger> i am awake since 7am and had just 3 hours sleep ;) may explain my confusion
20131202 15:48:21 <sgothel> yeah, well, no means nor wish to monitor anybody here :)
20131202 15:48:45 <trigger> did you get my mail? was it of any use?
20131202 15:49:06 <sgothel> today ? nope - have to check spam folder .. one sec
20131202 15:49:16 <trigger> nope.. 2 days ago
20131202 15:49:24 <trigger> let me see
20131202 15:49:42 <trigger> it was a reply to your mail 1-2 weeks ago
20131202 15:50:06 <sgothel> got it - thx, will add it
20131202 15:50:20 <trigger> tho i dont have a link right now
20131202 15:50:36 <sgothel> right that is missing
20131202 15:50:46 <trigger> i am not sure whats the best way to spread it
20131202 15:51:01 <sgothel> source code and a build ?
20131202 15:51:22 <sgothel> and one page w/ details maybe ?
20131202 15:51:43 <bbbruce> has anyone see Intel HD4000 adapters using recent drivers not freeing texture memory when deleting textures from a secondary thread using a shared context?
20131202 15:51:45 <trigger> yes i can create a page with details on my uni space if thats ok
20131202 15:51:49 <bbbruce> (on windows7)
20131202 15:52:05 <sgothel> sure it is .. then you have github etc ..
20131202 15:52:40 <sgothel> @BBruce: Possible - I have not touched this issue yet
20131202 15:53:11 <sgothel> actually I just have killed my windows partition of a laptop by simply updating windows .. duh!
20131202 15:53:31 <sgothel> was testing for bug 916
20131202 15:55:09 <trigger> sgothel: quick solution http://www.informatik.uni-oldenburg.de/~trigger/content/xpts/
20131202 15:55:51 <trigger> tho the src is just a simple eclipse export.. i should take a look into build scripts to make the build process easier
20131202 15:57:16 <trigger> well i will set up an info page and send you a mail
20131202 15:57:32 <sgothel> @Trigger: Be so kind .. yes .. thank you
20131202 16:45:46 * hharrison (~chatzilla@anon) has joined #jogamp
20131202 17:27:09 <hharrison> sgothel: with respect to getting a slight additional size reduction, I'm not sure I can do so without changing the API/usage of ProcAddressEmitter
20131202 17:27:24 <hharrison> Which makes me think it isn't so worthwhile
20131202 17:33:45 * trigger (~trigger@anon) Quit (Quit: Ex-Chat)
20131202 17:50:18 <sgothel> @Harvey: Up to you .. if it's like 5% savings surely worthwhile
20131202 17:51:08 <sgothel> however, you already saved lots of heap - KUDOS!
20131202 18:09:30 * hija (~hija@anon) Quit (Quit: hija)
20131202 20:07:04 <xranby_ac100> https://fosdem.org/2014/news/2013-10-02-accepted-devrooms/ <- there is several more devrooms at fosdem that still accept papers... :)
20131202 20:13:11 <xranby_ac100> we will know next friday the 6th of dec if our free java devroom talk's gets accepted
20131202 21:03:09 * [Mike] (~Mike]@anon) has joined #jogamp
20131202 21:11:08 * ___m___ (~Mike]@anon) has joined #jogamp
20131202 21:15:02 * hija (~hija@anon) has joined #jogamp
20131202 21:17:02 * xranby_ac100 (~xranby@anon) Quit (Ping timeout: 264 seconds)
20131202 21:20:37 * [Mike] (~Mike]@anon) Quit (*.net *.split)
20131202 21:35:34 * hija (~hija@anon) Quit (Quit: hija)
20131202 21:49:27 <hharrison> sgothel: I need some way to emit a helper method in each generated class in the ProcAddressJavaMethodBindingEmitter case
20131202 21:50:22 * hija (~hija@anon) has joined #jogamp
20131202 21:50:34 <hharrison> essentially, an error function that takes the method name as the only arg, and wraps up the String.format and the exception throwing
20131202 21:50:53 <hharrison> It's another 1-1.5% in size
20131202 21:51:27 <hharrison> This does affect a lot of impl class though, not just the gl ones, egl, glu, etc all get emitted this way I think
20131202 21:57:44 * hija (~hija@anon) Quit (Quit: hija)
20131202 22:25:26 * monsieur_max (~maxime@anon) has left #jogamp
20131203 00:24:28 * xranby_ac100 (~xranby@anon) has joined #jogamp
20131203 00:57:27 <sgothel> @Harvey: AFAIK we have some 'head' and 'tail' emit functions, capable of doing such
20131203 00:58:49 <sgothel> emitAllFileHeaders and emitAllFileFooters
20131203 00:59:53 <sgothel> they are called by beginEmission and endEmission .. so I guess something you like
20131203 01:00:56 <hharrison> Oh, wonder how I missed those, found what I needed in the composablepipeline emitter, but not the procaddress....should be doable then
20131203 01:02:27 <sgothel> i.e. override them and inject your new methods ..
20131203 01:03:41 <sgothel> emitAllFileFooters <- preferrable this one (override, dump your stuff .. then super.emitAllFileFooters())
20131203 01:07:13 <hharrison> just need the one method
20131203 01:07:24 <hharrison> emitAllFileFooters should be fine
20131203 01:12:26 * hharrison (~chatzilla@anon) Quit (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131125215016])
20131203 02:53:20 * xranby_ac1001 (~xranby@anon) has joined #jogamp
20131203 02:54:50 * xranby_ac100 (~xranby@anon) Quit (Ping timeout: 264 seconds)
20131203 03:36:13 * ___m___ is now known as [Mike]
20131203 03:54:14 * [Mike] (~Mike]@anon) Quit ()
20131203 05:05:55 -jogamp- Continue @ http://jogamp.org/log/irc/jogamp_20131203050555.html