[07:39] Does anybody have any clue how well the integrated intel graphics on an core i5 2400 is compared to an nvidia gt 240? [07:48] what do you mean? [07:49] it's perfectly fine for a "normal" linux desktop [10:41] Sarvatt, tjaalton: didn't we use to strip the OS ABI tag from Mesa's libGL? [10:47] this patch: http://sarvatt.com/downloads/patches/100_no_abi_tag.patch [10:47] wasn't this made unnecessary by your alternatives stuff? [10:58] yes but I'm now reconsidering this as the alternatives system kind of breaks dlopen() [10:58] I think we can get both things to work [11:00] dlopen("libGL.so.1") should still work... [11:00] i.e. libGL.so.1 will be a slave link in /usr/lib and point to either the lib in /usr/lib/mesa/ or the one in /usr/lib/$driver [11:01] right now we don't have any libGL.so.1 in /usr/lib [11:01] i know. [11:01] only libGL.so is there [11:01] I think someone reported a bug about it [11:02] so dlopen("/usr/lib/libGL.so.1") won't work. dlopen("libGL.so.1"), otoh... [11:03] ah, I guess the bug report was about apps which specified the full path [11:09] yes, that was the case. Thanks jcristau [11:14] (the linux libGL ABI spec says it should be in /usr/lib/libGL.so.1 so in theory it should work. i don't know what apps rely on that part of the spec though) [11:23] right === highvolt1ge is now known as highvoltage [16:09] hrm, I see a mesa update in oneiric, scary [16:43] very :) [16:47] oh right, now that llvm is in main [16:59] oh, it's not anything mesa 7.11, i'm probably ok [16:59] last time I checked 7.11 stuff still breaks my gles [17:00] Amaranth: bug filed? [17:00] I believe one was filed [17:00] It was something in the build system disabling GLES for intel when using the shared glapi stuff [17:01] Hmm ok [17:01] I spoke to RAOF about it at UDS and he said a bug was filed and he was going to look at it, I believe I found the bug that same day [17:01] Trying to find it again now [17:05] hrm, now I can't find the bug or the gles code in mesa to find the problem again [17:06] Things have changed in that area I think. [17:07] iirc -DFEATURE_ES2 was getting lost when building with --enable-shared-glapi, but only for intel [17:07] I'll have to see if xorg-edgers has a recent looking mesa snapshot to see if the problem is still happening [19:31] Prf_Jakob: Looks like that bug was fixed, I'm on a mesa snapshot from the 16th and have gles2 === yofel_ is now known as yofel [23:04] https://launchpad.net/ubuntu/oneiric/+localpackagediffs allowing ia32-libs diff computation and doing it on the fly every time? incoming DoS [23:05] xserver-xorg-video-ati has taken about 5 minutes to compute so far :( [23:15] Sarvatt, I assume it caches the result after doing it once [23:16] Sarvatt, out of curiousity what are you looking at in -ati? [23:17] bryceh: what happened was i clicked calculate diff for ia32-libs which will take a year and probably be 1GB+, switched pages to cancel and tried to get a diff on -ati. turned out i'll have to wait until ia32-libs is done :) [23:17] ah [23:18] hm, I've several natty -intel bugs marked now as "fixed" due to ickle's dropping of uxa 3d pipeline [23:21] dont think its worth picking up that commit to SRU? [23:21] well I'm thinking about it [23:22] people using xterm will complain no doubt :) [23:22] Sarvatt, what do you think? I've got it packaged and am going to slam it in a ppa at least [23:22] Sarvatt, why's that, does this optimization path solve a problem for them?