=== zz_chihchun is now known as chihchun === XenGi is now known as XenGi_ [12:13] ogra_: are you around? [12:20] xnox: No I'd say ogra_ was more oblong ish === rsalveti_ is now known as rsalveti [13:55] xnox, i'm here now === calculu5 is now known as calculus [17:06] chm, that's weird, I'm getting crc error when trying to extract rootfs.tar.gz in Nexus 7's daily image Oo [17:17] ogra_: has the way nexus 7 image is built changed lately? [17:17] nope [17:27] then what the hell am I doing wrong Oo [17:28] i'll take a deeper look after UDS tomorrow or friday [17:29] okay, thanks === chihchun is now known as zz_chihchun [19:01] I figure this would be the best place to ask(since people develop on desktop for ES2 devices all the time): What's an easy way to use OpenGL ES2 on ARM and desktop? What OGL version does the desktop need to be to do ES2, 3.0? I'm from the land of OGL1 and D3D9... [19:12] the *easiest* way? install the EGL/GLES2 packages for Mesa and use llvmpipe as the backend.. that is slow as poop, but it'd work. [19:13] most of the desktop composition engines like Compiz use ES2 right now, there's not a good deal of point using ES3.. all it adds is (guaranteed) higher precision shader support and a few extra useful functions that already exist in most ES2 implementations [19:14] Well my computer is fast and mobile things are slow... so in a way that works out. I guess I'll stick with ES2 only since a lot doesn't support ES3. [19:33] Found mesa-utils-extra , has es2gears, es2_info and es2tri in it , yay it "just werks" I get 850 fps instead of 4800 fps, plenty usable [20:19] anyone here used cdebootstrap --foreign and then something like schroot to get into the filesystem and continue emulated under qemu? [20:20] why would we ? there are way better tools (qemu-debootstrap from qemu-user-static) [20:24] well, I have my reservations about qemu-debootstrap as it stands (I usually opencode what it does in a more efficient way, derived from how schroot manages it...) [20:25] I don't like running a VM to do the work, I'd rather do it in a chroot.. and cdebootstrap handles some things slightly better. it's mostly an experiment but the damn thing keels over if you use --foreign for some reason. [20:26] what VM ? [20:26] it sets up your kernel via binfmt support to be able to execute armhf binaries and then just bootstraps n armhf chroot [20:26] qemu VM.. like build a disk image, run a "real" kernel, then tar up what's inside the disk image kind of thing. Like rootstock did before it got the ability to chroot ;) [20:27] nothing to do with VMs [20:27] it just gives youz are dir you can chroot into [20:28] btw qemu-debootstrap is about 160 lines too long for what it does [20:28] complain to debian :) [20:28] the original i wrote was like 4 lines [20:28] when they took it they bloated it [20:29] loic seemed to get hold of it. he wasn't "debian" when he did that ;) [20:29] well, whatever :) [20:29] he pushed it to debian [20:29] (saving us the maintenance ... so i'm fine with a 160 line overhead) [20:31] anyway regardless, it's not the copying of the qemu binary into the right place I have a problem with it's that cdebootstrap doesn't seem to work.. probably because nobody uses it. If I do it all native it has a real and measurable performance advantage.. but all the docs say "do --foreign and then run that output on a real system" [20:31] problem is that second step fails by going in via qemu-enabled chroot AND on a real native system [20:32] well, i doubt anyone in ubuntu uses it [20:32] so better complain to debian [20:32] I can't imagine it is totally broken because live-build uses it [20:32] I guess I'll go ask the debian guys :) [20:33] btw what's the status on rootstock, I thought it was dead as a doornail but it seems semi-actively developed (there's a GUI!?) [20:33] rootstock is long dead [20:33] like 2 years or so [20:34] code committed to bzr in 2012 though.. I know you don't touch it anymore I wondered if it was sanctioned or just some guys poking at the old code [20:35] i think vanhoof keeps it in zombie state still [20:35] i handed it over to him after it was largely unmaintained for a year