=== duflu_ is now known as duflu === chihchun_afk is now known as chihchun [09:05] RAOF: What's the preferred place for Mir-Mesa changes? SRU-style patches to archive? Or are we still using git somewhere? [09:06] alf_ ^ ? [09:07] duflu: I usually create pull requests for https://github.com/RAOF/mesa (egl-platform-mir branch, which is the default) === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun [10:07] duflu: re recent regression. I was wondering if changing advance_client_buffer() to swap_buffer(BufferHandle&) so that the handle could be released in the implementation before calling flag_for_render() would make the code clearer. (BufferHandle& would be a single-owner, move-only type, not the shared_ptr we have now - that too is an accident waiting to happen). What do you think? [12:01] alf_: have you headspace to review https://code.launchpad.net/~alan-griffiths/mir/fix-Surface-hierarchy-break-render_surfaces-dependency-on-BasicSurface/+merge/194551 [12:02] alan_g: sure [12:04] greyback: I'd like to get rid of the ugly code I wrote last week. Could you check this out? https://code.launchpad.net/~alan-griffiths/unity-mir/we-dont-need-SurfaceBuilder/+merge/194558 [12:04] alan_g: oh yay === chihchun is now known as chihchun_afk === alan_g is now known as alan_g|lunch [13:08] alan_g|lunch: approved, thanks === dandrader is now known as dandrader|afk === dandrader|afk is now known as dandrader === greyback is now known as greyback|lunch === alan_g|lunch is now known as alan_g [14:22] Mirv: ping === greyback|lunch is now known as greyback [14:32] Mirv: in case you come back i'd like to land a mir update and its related dependencies (rebuild) [14:33] Mirv: i'll send you a mail....but i won't top approve till you give me the go ahead [14:37] kgunn: which changes are you landing. (Just wondering: I'm not very bothered as long as those from the week before last land.) [14:39] alan_g: right...its actually equivalent to landing rev 1192 from the development-branch into trunk/trusty [14:40] alan_g: just need someone from release team to show me some love [14:41] kgunn: I hope you get it. (We love you here) [14:42] :) thanks...i was starting to develop a complex alan_g === alan_g is now known as alan_g|tea [15:32] * alf_ is getting tired of launchpad timeouts [15:32] kgunn: hi. it was added for today's landing plan so it should be ok (as long as also unity-mir and unity-sytem-compositor also build against the updated mir), but since the CI move is still ongoing cu2d is down [15:33] kgunn: I'll check the situation again in the morning and start the PPA rebuilds + testing if systems functional [15:33] Mirv: ok...so i should go ahead and top approve all those MPs ? === dandrader is now known as dandrader|afk === dandrader|afk is now known as dandrader|lunc === dandrader|lunc is now known as dandrader|lunch [15:36] kgunn: feel free, I adjusted the commit message of mir a bit (should be fine enough, file the debate probably continues with didrocks later on how to handle the commits etc) [15:36] Mirv: :) thanks === jono is now known as Guest19842 === alan_g|tea is now known as alan_g [15:51] Morning [15:56] racarr: Hi! === dandrader|lunch is now known as dandrader [17:48] how hard would it be to use xmir on top of android drivers? [17:49] just in case someone still wants to use x11 with libhybris + mir [17:50] ++ [17:51] * ogra_ would be happy to use xmir on his chromebook [17:57] rsalveti: Not conceptually hard, you could have an X11 DDX based on EGL (and which does 2d accel,etc via GL) [17:58] kind of https://github.com/axeldavy/xf86-video-wlglamor [17:58] As far as implementation goes, currently it works based on knowing that mir is givingout GBMbuffers, and importing these in to the existing [17:58] ati, nvidia, etc DDX [17:58] yes verymuch like that ;) === alan_g is now known as alan_g|EOD === dandrader is now known as dandrader|bbl === dandrader|bbl is now known as dandrader === dandrader_ is now known as dandrader [21:15] [21:16] stride detective is no fun [21:17] but that mali branch of mine is good-to-review now [22:05] why arent things merging anywhere [22:05] unity-mir trunk cant build [22:05] err well unity-mircant build anyway [22:06] against dev branch [22:09] grr :p [22:16] kdub: Hey, does android have udev? [22:19] rsalveti, ogra_: A generic glamor-using Mir EGL DDX is on the radar, but I don't think anyone's got time blocked out to do it. [22:28] RAOF, i think so [22:28] Sweet. [22:28] That'll make input that much easier. [22:29] oh actually, i take that back :/ [22:29] yeah, it does not, just has some android-specific init files [22:31] RAOF, but our ubunt touch images might? [22:31] i'm actually not sure... stock android doesnt have it [22:31] Grr. [22:33] Sweet! [22:33] “udevadm --info --export-db” dumps roughly what I'd expect on the N4 [22:34] great :) [22:35] Bitchn. And “udevadm monitor” shows events happening. [22:35] I won't need two separate input discovery backends, or two separate default configuration stores! Yay! [22:35] yay indeed :) [23:20] how doI get stdout/stderrof apps run from autopilot...