=== alkisg_away is now known as alkisg [15:35] tjaalton, hi [15:36] is something holding back updates for wayland and wayland-protocols? [15:39] why? [15:39] i haven't touched them [15:42] alright, just wondering why there is still no wayland 1.10 and wayland-protocols 1.3 [15:46] they're not in debian either [15:51] hm, vlc shouldn't need any tricks for vaapi? [15:52] bdw is fine, kbl isn't [15:52] vainfo shows that it can load the driver [15:54] tjaalton, i965-* installed? [15:54] vainfo is happy on skl here [15:54] yes [15:55] i think vlc defaults to auto and source for a proper way [15:56] it just tries to load "vdpau backend libvdpau_i965.so [15:56] " [15:56] there is a vdpau bridge for vaapi too [15:56] tjaalton, you should be able to force in the settings too though [16:02] where's that? [16:02] the bridge [16:02] vdpau-va-driver [16:02] vdpauinfo works on bdw but not kbl, so I guess that's the missing bit [16:02] huh [16:02] I have that [16:03] could be some missing pci'ids [16:03] yeah guess vdpau-video needs an update [16:03] e.g. https://cgit.freedesktop.org/vaapi/intel-driver/commit/?id=c60283ab1423aa6323723beb5335b52c1adf8f6f [16:06] Hey, I'm trying to use the vulkan intel driver on the xenial beta1 livecd and get [16:06] /usr/lib/x86_64-linux-gnu/libvulkan_intel.so: undefined symbol: _mesa_sha1_compute [16:06] known [16:07] ricotz: vainfo works though [16:07] Ah googling didn't show up a bug will dig more in your tracker [16:07] it just needs fixing [16:08] been broken for a few weeks already [16:08] but there's nothing interesting anyway [16:08] :) [16:08] Nothing interesting to see, but a lot of interesting to develop [16:08] interesting things* [16:11] Anything I can do to help apart pointing out that compiling with --with-sha1 should fix it? (from https://people.freedesktop.org/~cbrill/dri-log/?channel=dri-devel&date=2015-09-04 ) [16:11] a local build built off git works, buildd builds broken [16:12] ah [16:12] that might explain it actually [16:13] afk [16:35] ricotz: had to switch back to -intel on kbl to make vdpauinfo work [16:35] bdw works with both [16:41] tjaalton, switched back from what? [16:41] modesetting [16:41] o [16:41] k [17:33] kangz: I can't get even the current source to build anymore, so meh [17:38] ah, so great that there are a gazillion .gitignore files all around the tree [17:38] good luck trying to find all generated files to purge [17:38] heh, I'll try to compile it locally and just copy over libvulkan_intel [17:39] rm -r then reclone :P [17:39] or just rm -r then git reset [17:39] yep [17:40] git clean -dxf [17:40] oh right :P [17:41] must be tired, forgot -x [17:41] ;) [18:01] kangz: what did you try to get that undefined symbol error? [18:07] looks like that issue is gone now [18:07] but the driver is completely broken on skylake at least :) [18:13] all demos just crash [18:30] The instruction on the PPA on a clean start of the Xenial beta1 live cd [18:30] On a Thinkpad Carbon X1 (Broadwell) [18:32] yeah the ppa driver is broken, and this version should fix the missing symbol thing [18:32] i'll try broadwell too [18:40] nope [18:50] :S [18:51] On my end it doesn't compile either [18:51] I guess I'll just wait a bit until I can get back to my workstation [18:51] Thanks for your help! [19:06] oh, it works after all [19:06] I'll upload it then [19:06] vkcube doesn't [19:07] but the willems demos do [19:07] I just wasn't in the correct directory :P [19:22] new snapshot seems to work too [19:27] uploaded that too [19:28] kangz: thanks to the hint to enable --with-sha1=foo [19:28] er, thanks *for*... [19:29] Thanks, I'll try again using the updated PPA [19:29] it'll take a while to build [19:29] weird that skylake is somewhat broken [19:30] for instance bloom demo has a rotating spaceship, but it doesn't rotate on skl [19:30] same thing for gears [19:30] bdw works better, but still some demos crash or don't show anything useful [19:43] could be related to push constants, I'm not sure [21:35] Sascha's triangle demo works with your updated ppa, thanks! [21:35] cool