[00:01:46] *** qptain_Nemo <qptain_Nemo!~qN@broadband-77-37-235-217.moscow.rt.ru> has joined ##vulkan[00:01:47] <Ralith> I notice that you can copy a buffer to multiple layers of an image[00:02:02] <Ralith> does that duplicate the buffer across every layer, or divide it it up among them somehow?[00:02:10] *** qptain_Nemo <qptain_Nemo!~qN@broadband-77-37-235-217.moscow.rt.ru> has quit IRC (Remote host closed the connection)[00:02:12] <Ralith> trying to find where that's specified but haven't had any luck yet[00:02:48] <ratchetfreak> there is a larey pitch in the copy struct no?[00:03:18] <Ralith> a what[00:03:38] <ratchetfreak> layer pitch[00:05:50] <ratchetfreak> bufferImageHeight[00:05:59] <ratchetfreak> "bufferRowLength and bufferImageHeight specify the data in buffer memory as a subregion of a larger two- or three-dimensional image, and control the addressing calculations of data in buffer memory. If either of these values is zero, that aspect of the buffer memory is considered to be tightly packed according to the imageExtent."[00:07:00] <ratchetfreak> aka it divides them up using bufferImageHeight as the offset from one layer to the next.[00:08:08] *** jsgrant_ <jsgrant_!~jsgrant@71-11-142-172.dhcp.stls.mo.charter.com> has quit IRC (Ping timeout: 240 seconds)[00:08:19] <ratchetfreak> if you want to duplicate the buffer to multiple layers you need to pass multiple regions[00:10:30] <Ralith> that doesn't quite hang together[00:10:47] <Ralith> oh, either[00:14:55] <ratchetfreak> they could have split that paragraph for each of the fields and made it a bit easier to grok TBH[00:16:14] <Ralith> ah, I see, a zero bufferImageHeight gets defaulted to the image height, that makes more sense[00:17:11] <Ralith> hmm[00:17:30] <Ralith> ratchetfreak: the pseudocode makes it sound like bufferImageHeight is only relevant to 3D images[00:17:47] <ratchetfreak> well bufferImageHeight is defaulted to bufferRowLength * imageHeight[00:18:03] <Ralith> right, I saw that[00:18:07] <ratchetfreak> 3rd dimension is the layer[00:18:14] <Ralith> where is that specified?[00:18:21] *** navidr <navidr!uid112413@gateway/web/irccloud.com/x-fqfwfazvowhwbgjk> has joined ##vulkan[00:18:38] <ratchetfreak> it's kinda consistent[00:18:50] <Ralith> not all consistent things are true[00:19:05] <Ralith> also I think you meant it's defaulted to imageExtent.height[00:21:01] <Ralith> yeah, I don't see where copying to multiple layers is specified :/[00:22:35] <ratchetfreak> the VkImageSubresourceLayers imageSubresource field[00:24:33] <ratchetfreak> "Copies are done layer by layer starting with image layer baseArrayLayer member of imageSubresource. layerCount layers are copied from the source image or to the destination image."[00:25:47] <Ralith> right, where is it specified that that proceeds according to bufferImageHeight?[00:26:19] <ratchetfreak> implicitly in that 3D images must have exactly 1 layer[00:26:30] <ratchetfreak> the VU says as much[00:27:31] <Ralith> VU?[00:27:36] <ratchetfreak> valid usage[00:29:29] *** slidercrank <slidercrank!~slidercra@ircpuzzles/2015/april-fools/fifth/slidercrank> has joined ##vulkan[00:51:39] <Ralith> man I love how hyperlinky the spec pdf is[01:05:56] <ville> hey it could be like the c++ specification...[01:08:23] *** spara_ <spara_!~spara@37.163.159.252> has quit IRC (Remote host closed the connection)[01:18:40] *** derhass <derhass!~derhass@ipservice-092-216-124-091.092.216.pools.vodafone-ip.de> has quit IRC (Quit: leaving)[01:29:13] *** vitimiti <vitimiti!~Celtor@unaffiliated/vitimiti> has quit IRC (Ping timeout: 255 seconds)[01:35:05] *** herbmillerjr <herbmillerjr!~herb@c-76-120-173-141.hsd1.pa.comcast.net> has joined ##vulkan[01:35:41] *** Biolunar <Biolunar!Biolunar@dslb-088-078-031-073.088.078.pools.vodafone-ip.de> has quit IRC (Ping timeout: 240 seconds)[01:44:15] *** MrFlibble <MrFlibble!MrFlibble@2.122.46.163> has quit IRC (Quit: MrFlibble)[02:02:31] *** ratchetfreak <ratchetfreak!~ratchetfr@ptr-82s3g7l9r42569r41f4.18120a2.ip6.access.telenet.be> has quit IRC (Ping timeout: 255 seconds)[02:08:39] *** slidercrank <slidercrank!~slidercra@ircpuzzles/2015/april-fools/fifth/slidercrank> has quit IRC (Ping timeout: 260 seconds)[02:10:19] *** herbmillerjr <herbmillerjr!~herb@c-76-120-173-141.hsd1.pa.comcast.net> has quit IRC (Remote host closed the connection)[02:15:23] *** hgoel <hgoel!uid175521@gateway/web/irccloud.com/x-tkahyztpewsxukxk> has joined ##vulkan[02:17:53] *** herbmillerjr <herbmillerjr!~herb@c-76-120-173-141.hsd1.pa.comcast.net> has joined ##vulkan[02:22:29] *** HuntsMan <HuntsMan!~hunts@x5ce29fcb.dyn.telefonica.de> has joined ##vulkan[02:24:01] *** Casandir <Casandir!~Casandir@unaffiliated/casandir> has joined ##vulkan[02:25:30] *** Hunts <Hunts!~hunts@x4dbaebd6.dyn.telefonica.de> has quit IRC (Ping timeout: 240 seconds)[02:29:27] <Ralith> the "DescriptorSet 0xb previously bound as set #0 is incompatible with set 0x7f21afb9a100 newly bound as set #0 so set #1 and any subsequent sets were disturbed by newly bound pipelineLayout (0x2a)" warning is really obnoxious :/[02:30:10] *** abstradelic <abstradelic!~abstradel@unaffiliated/abstradelic> has quit IRC (Ping timeout: 240 seconds)[02:50:20] *** slidercrank <slidercrank!~slidercra@ircpuzzles/2015/april-fools/fifth/slidercrank> has joined ##vulkan[03:08:20] *** navidr <navidr!uid112413@gateway/web/irccloud.com/x-fqfwfazvowhwbgjk> has quit IRC (Quit: Connection closed for inactivity)[03:19:10] *** Altazimuth <Altazimuth!~Altazimut@5ec37379.skybroadband.com> has quit IRC (Ping timeout: 240 seconds)[04:35:25] *** GMpow3srV <GMpow3srV!~goedelmac@55d45809.access.ecotel.net> has joined ##vulkan[04:38:41] *** GMpow5srV <GMpow5srV!~goedelmac@55d41a6a.access.ecotel.net> has quit IRC (Ping timeout: 240 seconds)[04:49:41] *** slidercrank <slidercrank!~slidercra@ircpuzzles/2015/april-fools/fifth/slidercrank> has quit IRC (Remote host closed the connection)[05:12:40] *** sla_ro|master <sla_ro|master!~sla.ro@95.76.45.217> has joined ##vulkan[05:27:59] *** Fats <Fats!~Fats@gateway/vpn/privateinternetaccess/fats> has quit IRC (Remote host closed the connection)[05:29:07] *** Fats <Fats!~Fats@gateway/vpn/privateinternetaccess/fats> has joined ##vulkan[05:32:44] *** rlarionov <rlarionov!~rlarionov@68-202-221-190.res.bhn.net> has joined ##vulkan[05:33:06] *** ravior <ravior!~crapitea@5-13-230-1.residential.rdsnet.ro> has joined ##vulkan[05:35:13] *** rlarionov <rlarionov!~rlarionov@68-202-221-190.res.bhn.net> has quit IRC (Read error: Connection reset by peer)[05:37:13] *** rlarionov <rlarionov!~rlarionov@68-202-221-190.res.bhn.net> has joined ##vulkan[05:37:35] *** slidercrank <slidercrank!~slidercra@ircpuzzles/2015/april-fools/fifth/slidercrank> has joined ##vulkan[05:47:18] *** abstradelic <abstradelic!~abstradel@unaffiliated/abstradelic> has joined ##vulkan[05:51:15] *** TechnoCrunch <TechnoCrunch!~TechnoCru@101.100.137.146> has joined ##vulkan[05:52:39] *** BearishMushroom <BearishMushroom!~BearishMu@90-231-174-194-no159.tbcn.telia.com> has quit IRC (Read error: Connection reset by peer)[05:53:03] *** rlarionov <rlarionov!~rlarionov@68-202-221-190.res.bhn.net> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)[05:54:41] *** abstradelic <abstradelic!~abstradel@unaffiliated/abstradelic> has quit IRC (Ping timeout: 240 seconds)[05:56:34] *** abstradelic <abstradelic!~abstradel@unaffiliated/abstradelic> has joined ##vulkan[05:59:49] *** sla_ro|master <sla_ro|master!~sla.ro@95.76.45.217> has quit IRC ()[06:02:53] *** tambre <tambre!~tambre@e713-7901-ec12-f868-0e80-8a31-07d0-2001.dyn.estpak.ee> has joined ##vulkan[06:05:44] *** marcheu <marcheu!~marcheu@annarchy.freedesktop.org> has quit IRC (Ping timeout: 260 seconds)[06:26:37] *** rlarionov <rlarionov!~rlarionov@68-202-221-190.res.bhn.net> has joined ##vulkan[06:27:32] *** rlarionov <rlarionov!~rlarionov@68-202-221-190.res.bhn.net> has quit IRC (Client Quit)[06:44:38] *** vijaikumar <vijaikumar!uid102190@gateway/web/irccloud.com/x-bxhwcqlaaelknckr> has joined ##vulkan[06:54:43] *** slidercrank <slidercrank!~slidercra@ircpuzzles/2015/april-fools/fifth/slidercrank> has quit IRC (Ping timeout: 260 seconds)[07:00:28] *** glisse <glisse!~glisse@annarchy.freedesktop.org> has quit IRC (Ping timeout: 258 seconds)[07:09:39] *** marcheu <marcheu!~marcheu@annarchy.freedesktop.org> has joined ##vulkan[07:09:46] *** [xyzzy] <[xyzzy]!~xyzzy@2600:8803:e400:d600:21e:6ff:fecc:bedc> has quit IRC (Ping timeout: 246 seconds)[07:11:57] *** glisse <glisse!~glisse@annarchy.freedesktop.org> has joined ##vulkan[07:13:27] *** rlarionov <rlarionov!~rlarionov@68-202-221-190.res.bhn.net> has joined ##vulkan[07:14:03] *** rlarionov <rlarionov!~rlarionov@68-202-221-190.res.bhn.net> has quit IRC (Client Quit)[07:16:34] *** Kingsquee <Kingsquee!~kingsquee@d172-218-57-142.bchsia.telus.net> has joined ##vulkan[07:16:45] *** [xyzzy] <[xyzzy]!~xyzzy@ip68-229-227-253.ok.ok.cox.net> has joined ##vulkan[07:18:29] *** glisse <glisse!~glisse@annarchy.freedesktop.org> has quit IRC (Ping timeout: 258 seconds)[07:18:33] *** glisse_ <glisse_!~glisse@annarchy.freedesktop.org> has joined ##vulkan[07:22:37] *** rlarionov <rlarionov!~rlarionov@68-202-221-190.res.bhn.net> has joined ##vulkan[07:25:07] *** rlarionov <rlarionov!~rlarionov@68-202-221-190.res.bhn.net> has quit IRC (Client Quit)[07:57:20] *** toor_ <toor_!~toor@76.ip-51-254-204.eu> has quit IRC (Remote host closed the connection)[08:06:43] *** noizex <noizex!~noizex@solitary.ninja> has quit IRC (Ping timeout: 268 seconds)[08:23:35] *** ravior <ravior!~crapitea@5-13-230-1.residential.rdsnet.ro> has quit IRC (Quit: Konversation terminated!)[08:23:51] *** MrCooper <MrCooper!~daenzer@42-144-27-164.rev.home.ne.jp> has quit IRC (Quit: MrCooper)[08:28:52] *** MrCooper <MrCooper!~daenzer@42-144-27-164.rev.home.ne.jp> has joined ##vulkan[08:34:06] *** nsf <nsf!~nsf@jiss.convex.ru> has joined ##vulkan[08:41:27] *** Swey_Hey <Swey_Hey!~Swey_Hey@124-170-159-100.dyn.iinet.net.au> has joined ##vulkan[08:47:47] *** sla_ro|master <sla_ro|master!~sla.ro@95.76.45.217> has joined ##vulkan[08:51:01] <Ralith> hmm.[08:51:25] <Ralith> every single one of the faces of my skybox is reflected.[08:51:30] <Ralith> not sure how that's happening[08:57:32] *** Biolunar <Biolunar!Biolunar@dslb-088-078-094-139.088.078.pools.vodafone-ip.de> has joined ##vulkan[08:58:19] *** hgoel <hgoel!uid175521@gateway/web/irccloud.com/x-tkahyztpewsxukxk> has quit IRC (Quit: Connection closed for inactivity)[08:59:27] <Ralith> oh, it's supposed to be that way[09:03:06] *** Swey_Hey <Swey_Hey!~Swey_Hey@124-170-159-100.dyn.iinet.net.au> has quit IRC (Quit: Going offline, see ya! (www.adiirc.com))[09:10:39] *** Swey_Hey <Swey_Hey!~Swey_Hey@124-170-159-100.dyn.iinet.net.au> has joined ##vulkan[09:10:41] *** Swey_Hey <Swey_Hey!~Swey_Hey@124-170-159-100.dyn.iinet.net.au> has quit IRC (Excess Flood)[09:11:03] *** Swey_Hey <Swey_Hey!~Swey_Hey@124-170-159-100.dyn.iinet.net.au> has joined ##vulkan[09:11:05] *** Swey_Hey <Swey_Hey!~Swey_Hey@124-170-159-100.dyn.iinet.net.au> has quit IRC (Excess Flood)[09:11:24] *** Swey_Hey <Swey_Hey!~Swey_Hey@124-170-159-100.dyn.iinet.net.au> has joined ##vulkan[09:11:25] *** Swey_Hey <Swey_Hey!~Swey_Hey@124-170-159-100.dyn.iinet.net.au> has quit IRC (Excess Flood)[09:12:39] *** goiko <goiko!~goiko@p57B5DD60.dip0.t-ipconnect.de> has joined ##vulkan[09:12:40] *** goiko <goiko!~goiko@p57B5DD60.dip0.t-ipconnect.de> has quit IRC (Changing host)[09:12:40] *** goiko <goiko!~goiko@unaffiliated/goiko> has joined ##vulkan[09:14:07] *** Swey_Hey <Swey_Hey!~Swey_Hey@124.170.159.100> has joined ##vulkan[09:14:42] *** ravior <ravior!~crapitea@89.121.200.106> has joined ##vulkan[09:17:57] *** rlarionov <rlarionov!~rlarionov@68-202-221-190.res.bhn.net> has joined ##vulkan[09:18:56] *** rlarionov <rlarionov!~rlarionov@68-202-221-190.res.bhn.net> has quit IRC (Client Quit)[10:04:55] *** HuntsMan <HuntsMan!~hunts@x5ce29fcb.dyn.telefonica.de> has quit IRC (Ping timeout: 255 seconds)[10:40:07] *** HuntsMan <HuntsMan!~hunts@ricasa01.informatik.uni-bremen.de> has joined ##vulkan[11:51:19] *** tacchinotacchi <tacchinotacchi!~tacchinot@net-2-38-5-175.cust.vodafonedsl.it> has quit IRC (Remote host closed the connection)[12:33:33] *** ImQ009 <ImQ009!~ImQ009@unaffiliated/imq009> has joined ##vulkan[12:37:26] *** TechnoCrunch <TechnoCrunch!~TechnoCru@101.100.137.146> has quit IRC (Ping timeout: 268 seconds)[12:45:10] *** jkilpatr <jkilpatr!~jkilpatr@2602:30a:c7da:b600:1202:b5ff:fe3b:d41d> has quit IRC (Ping timeout: 240 seconds)[12:47:19] *** tacchinotacchi <tacchinotacchi!~tacchinot@net-2-38-5-175.cust.vodafonedsl.it> has joined ##vulkan[13:05:13] *** jkilpatr <jkilpatr!jkilpatr@nat/redhat/x-qmzbvyaucdgfipkn> has joined ##vulkan[13:06:54] *** ImQ009 <ImQ009!~ImQ009@unaffiliated/imq009> has quit IRC (Read error: Connection reset by peer)[13:07:01] *** Neomex <Neomex!~Neomex@net-37-117-20-19.cust.vodafonedsl.it> has quit IRC (Quit: Leaving)[13:10:35] *** vitimiti <vitimiti!~Celtor@unaffiliated/vitimiti> has joined ##vulkan[13:11:06] *** ImQ009 <ImQ009!~ImQ009@unaffiliated/imq009> has joined ##vulkan[13:40:22] *** Kingsquee <Kingsquee!~kingsquee@d172-218-57-142.bchsia.telus.net> has quit IRC ()[13:44:59] *** Altazimuth <Altazimuth!~Altazimut@5ec37379.skybroadband.com> has joined ##vulkan[13:50:14] *** ImQ009 <ImQ009!~ImQ009@unaffiliated/imq009> has quit IRC (Quit: Leaving)[13:51:05] *** ImQ009 <ImQ009!~ImQ009@unaffiliated/imq009> has joined ##vulkan[13:54:20] <Cheery> vulkan correlates with dutch braids in google..[14:19:27] *** spara <spara!~spara@ARennes-258-1-207-133.w2-11.abo.wanadoo.fr> has joined ##vulkan[14:21:34] *** slidercrank <slidercrank!~slidercra@ircpuzzles/2015/april-fools/fifth/slidercrank> has joined ##vulkan[14:36:25] *** navidr <navidr!uid112413@gateway/web/irccloud.com/x-qspdpedkwmcraamm> has joined ##vulkan[14:51:38] *** BearishMushroom <BearishMushroom!~BearishMu@90-231-174-194-no159.tbcn.telia.com> has joined ##vulkan[15:12:30] *** RicardasSim <RicardasSim!~RicardasS@78-63-172-44.static.zebra.lt> has joined ##vulkan[15:19:09] *** herbmillerjr <herbmillerjr!~herb@c-76-120-173-141.hsd1.pa.comcast.net> has quit IRC (Remote host closed the connection)[15:24:22] *** Swey_Hey <Swey_Hey!~Swey_Hey@124.170.159.100> has quit IRC (Quit: Going offline, see ya! (www.adiirc.com))[16:16:23] *** nsf <nsf!~nsf@jiss.convex.ru> has quit IRC (Quit: WeeChat 1.7.1)[16:17:14] *** herbmillerjr <herbmillerjr!~herb@c-76-120-173-141.hsd1.pa.comcast.net> has joined ##vulkan[16:19:16] *** spara <spara!~spara@ARennes-258-1-207-133.w2-11.abo.wanadoo.fr> has quit IRC (Read error: Connection reset by peer)[16:22:31] *** herbmillerjr <herbmillerjr!~herb@c-76-120-173-141.hsd1.pa.comcast.net> has quit IRC (Remote host closed the connection)[16:28:49] *** herbmillerjr <herbmillerjr!~herb@c-76-120-173-141.hsd1.pa.comcast.net> has joined ##vulkan[16:32:56] *** tacchinotacchi <tacchinotacchi!~tacchinot@net-2-38-5-175.cust.vodafonedsl.it> has quit IRC (Remote host closed the connection)[16:34:43] *** WaywardDev <WaywardDev!~marius@cm-84.213.213.75.getinternet.no> has joined ##vulkan[16:36:14] *** Guest3211 <Guest3211!~jeremy@50-253-122-174-static.hfc.comcastbusiness.net> has quit IRC (Quit: Ex-Chat)[16:39:17] *** jeremy <jeremy!~jeremy@50-253-122-174-static.hfc.comcastbusiness.net> has joined ##vulkan[16:39:40] *** jeremy is now known as Guest67248[16:44:00] *** ravior <ravior!~crapitea@89.121.200.106> has quit IRC (Quit: Konversation terminated!)[16:54:17] *** vijaikumar <vijaikumar!uid102190@gateway/web/irccloud.com/x-bxhwcqlaaelknckr> has quit IRC (Quit: Connection closed for inactivity)[16:55:23] *** navidr <navidr!uid112413@gateway/web/irccloud.com/x-qspdpedkwmcraamm> has quit IRC (Quit: Connection closed for inactivity)[16:55:27] *** ratchetfreak <ratchetfreak!~ratchetfr@194.151.204.230> has joined ##vulkan[17:08:40] *** gnosi <gnosi!3a603b36@gateway/web/freenode/ip.58.96.59.54> has quit IRC (Ping timeout: 260 seconds)[17:34:43] *** RicardasSim <RicardasSim!~RicardasS@78-63-172-44.static.zebra.lt> has quit IRC (Quit: Leaving)[17:39:09] *** glisse_ is now known as glisse[17:48:55] *** jo_90 <jo_90!~John90@111.92.58.171> has joined ##vulkan[17:49:09] *** ravior <ravior!~crapitea@5-13-230-1.residential.rdsnet.ro> has joined ##vulkan[18:03:53] *** spara <spara!~spara@ARennes-258-1-207-133.w2-11.abo.wanadoo.fr> has joined ##vulkan[18:06:50] *** HuntsMan <HuntsMan!~hunts@ricasa01.informatik.uni-bremen.de> has quit IRC (Ping timeout: 240 seconds)[18:20:12] *** MrFlibble <MrFlibble!MrFlibble@2.122.46.163> has joined ##vulkan[18:41:58] *** nsf <nsf!~nsf@jiss.convex.ru> has joined ##vulkan[19:18:52] *** toor_ <toor_!~toor@eth-east-parth2-46-193-65-52.wb.wifirst.net> has joined ##vulkan[19:53:38] *** echotangoecho <echotangoecho!~echotango@dhcp-089-098-177-067.chello.nl> has joined ##vulkan[19:59:37] *** derhass <derhass!~derhass@ipservice-092-216-127-230.092.216.pools.vodafone-ip.de> has joined ##vulkan[20:04:02] *** jo_90 <jo_90!~John90@111.92.58.171> has quit IRC (Quit: WeeChat 1.8)[20:10:42] *** Neomex <Neomex!~Neomex@net-2-34-73-93.cust.vodafonedsl.it> has joined ##vulkan[20:21:20] *** PortaLu <PortaLu!~laguest@pdpc/supporter/active/lucretia> has joined ##vulkan[20:23:13] *** Lucretia <Lucretia!~laguest@pdpc/supporter/active/lucretia> has quit IRC (Ping timeout: 255 seconds)[20:38:08] *** spara <spara!~spara@ARennes-258-1-207-133.w2-11.abo.wanadoo.fr> has quit IRC (Remote host closed the connection)[20:43:32] *** spara <spara!~spara@ARennes-258-1-207-133.w2-11.abo.wanadoo.fr> has joined ##vulkan[20:52:37] *** goiko <goiko!~goiko@unaffiliated/goiko> has quit IRC (Quit: cya!)[20:55:54] *** Neomex <Neomex!~Neomex@net-2-34-73-93.cust.vodafonedsl.it> has quit IRC (Quit: Leaving)[21:07:33] *** sla_ro|master <sla_ro|master!~sla.ro@95.76.45.217> has quit IRC ()[21:12:43] *** Guest67248 <Guest67248!~jeremy@50-253-122-174-static.hfc.comcastbusiness.net> has quit IRC (Ping timeout: 255 seconds)[21:15:22] *** PortaLu is now known as Lucretia[21:38:14] *** tambre <tambre!~tambre@e713-7901-ec12-f868-0e80-8a31-07d0-2001.dyn.estpak.ee> has quit IRC (Ping timeout: 246 seconds)[21:40:23] *** nsf <nsf!~nsf@jiss.convex.ru> has quit IRC (Quit: WeeChat 1.7.1)[21:41:27] *** xissburg <xissburg!~xissburg@unaffiliated/xissburg> has quit IRC (Ping timeout: 240 seconds)[21:44:35] *** xissburg <xissburg!~xissburg@unaffiliated/xissburg> has joined ##vulkan[21:45:40] *** Guest67248 <Guest67248!~jeremy@50-253-122-174-static.hfc.comcastbusiness.net> has joined ##vulkan[21:46:44] *** Ralith_ <Ralith_!~ralith@c-24-56-236-197.customer.broadstripe.net> has quit IRC (Ping timeout: 258 seconds)[21:55:51] *** ville__ <ville__!~ville@37-33-158-226.bb.dnainternet.fi> has joined ##vulkan[21:57:50] *** ville <ville!~ville@188-67-39-66.bb.dnainternet.fi> has quit IRC (Ping timeout: 246 seconds)[21:57:51] *** ville__ is now known as ville[22:01:27] *** Neonoleta <Neonoleta!~Neonoleta@139.59.142.70> has quit IRC (Ping timeout: 260 seconds)[22:02:03] *** Neonoleta <Neonoleta!~Neonoleta@2a03:b0c0:3:d0::3feb:1001> has joined ##vulkan[22:04:44] *** tacchinotacchi <tacchinotacchi!~tacchinot@net-2-38-5-175.cust.vodafonedsl.it> has joined ##vulkan[22:06:42] *** Guest67248 <Guest67248!~jeremy@50-253-122-174-static.hfc.comcastbusiness.net> has quit IRC (Ping timeout: 245 seconds)[22:17:00] *** HuntsMan <HuntsMan!~hunts@x5ce29fcb.dyn.telefonica.de> has joined ##vulkan[22:25:08] *** Guest67248 <Guest67248!~jeremy@50-253-122-174-static.hfc.comcastbusiness.net> has joined ##vulkan[22:26:07] *** slidercrank <slidercrank!~slidercra@ircpuzzles/2015/april-fools/fifth/slidercrank> has quit IRC (Remote host closed the connection)[22:29:00] *** WaywardDev <WaywardDev!~marius@cm-84.213.213.75.getinternet.no> has quit IRC (Quit: Leaving)[22:29:21] *** ravior <ravior!~crapitea@5-13-230-1.residential.rdsnet.ro> has quit IRC (Quit: Konversation terminated!)[22:49:57] *** nsf <nsf!~nsf@jiss.convex.ru> has joined ##vulkan[22:54:53] *** slidercrank <slidercrank!~slidercra@ircpuzzles/2015/april-fools/fifth/slidercrank> has joined ##vulkan[23:30:05] *** jkilpatr <jkilpatr!jkilpatr@nat/redhat/x-qmzbvyaucdgfipkn> has quit IRC (Ping timeout: 240 seconds)[23:40:02] *** Biolunar <Biolunar!Biolunar@dslb-088-078-094-139.088.078.pools.vodafone-ip.de> has quit IRC (Ping timeout: 246 seconds)[23:51:53] *** nsf <nsf!~nsf@jiss.convex.ru> has quit IRC (Quit: WeeChat 1.7.1)