[00:02:59] *** kasper^ <kasper^!~safaf@82.137.11.0> has joined ##OpenGL
[00:05:56] *** ravior_ <ravior_!~ravior@5-13-134-54.residential.rdsnet.ro> has joined ##OpenGL
[00:06:06] *** roxlu_ <roxlu_!~textual@5ED23C1E.cm-7-3a.dynamic.ziggo.nl> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[00:08:21] <noizex> hm, what's the reason behind unmapping buffer after writing to them?
[00:09:10] <noizex> I do glMapBufferRange, write to buffer pointers, set up a glFenceSync and then glUnmapBuffer and unbind
[00:09:26] <noizex> I followed some article, but I also remember having crashes when I just kept buffers mapped
[00:09:37] <derhass> if your mapping isn't persistent, than you have to unmap it before the gl can use it
[00:09:55] <noizex> so with these flags GL_MAP_WRITE_BIT | GL_MAP_UNSYNCHRONIZED_BIT it wasn't persistent right?
[00:10:24] <noizex> could I map them as persistent in this circumstances and just not have to unmap them each frame? or it would change how they behave?
[00:10:53] <derhass> if your properly use the fence, it whould work with persistent mapping
[00:11:43] *** zagabar <zagabar!~zagabar@unaffiliated/zagabar> has quit IRC (Quit: WeeChat 1.5)
[00:12:15] *** ravior_ <ravior_!~ravior@5-13-134-54.residential.rdsnet.ro> has quit IRC (Ping timeout: 276 seconds)
[00:16:01] *** stefkos <stefkos!~stefkos@pc11-226.chomiczowka.waw.pl> has quit IRC (Quit: Leaving)
[00:16:32] *** Birchy <Birchy!~Birchy@178-164-108.52.3p.ntebredband.no> has joined ##OpenGL
[00:23:59] <noizex> essage: GL_INVALID_OPERATION error generated. Cannot map buffer for persistent access when it was created without GL_MAP_PERSISTENT_BIT set.
[00:24:07] <noizex> hm, so this has to be specified when I create buffer? not just map?
[00:24:32] <noizex> and if I use glBufferData?
[00:24:50] <noizex> it just has the usage flag which doesn't even match with these bit flags
[00:29:53] *** karab44 <karab44!~karab44@unaffiliated/karab44> has quit IRC (Quit: Bye bye! o/)
[00:30:06] <derhass> noizex: persistent mapping only works for immutable buffers
[00:30:20] <noizex> hm, really?
[00:30:26] <noizex> allright
[00:30:28] <noizex> I drop the idea
[00:30:32] <noizex> seems more trouble than it's worth
[00:30:50] <danhedron> it has its uses
[00:31:33] <noizex> yeah but this triple buffered mapped thing works for now, I just wondered if I could avoid mapping constant unmaping
[00:32:28] <noizex> glUnmapBuffer doesn't need that buffer to be bound?
[00:32:34] *** BusFactor1 <BusFactor1!~textual@adsk-nat-ip6.autodesk.com> has quit IRC (Ping timeout: 255 seconds)
[00:32:39] <slime> persistently mapped buffers generally give the best performance when doing per-frame buffer stuff
[00:32:43] <slime> it does
[00:33:09] <noizex> the way I do it right now is vbo->bind() vbo->map() ibo->bind() ibo->map() // write data vbo->unmap() vbo->unbind() ibo->unmap() ibo->unbind()
[00:33:11] <noizex> every time
[00:33:16] <noizex> that's correct?
[00:34:22] <noizex> ah right, I only specify target in unmap
[00:34:29] <noizex> so there has to be a buffer bound
[00:34:46] <noizex> so I guess I won't cut on calls here
[00:37:33] *** ravior <ravior!~ravior@79.116.103.28> has joined ##OpenGL
[00:38:44] *** ravior_ <ravior_!~ravior@79.116.103.28> has joined ##OpenGL
[00:38:48] *** ravior <ravior!~ravior@79.116.103.28> has quit IRC (Read error: No route to host)
[00:42:31] *** glYoda <glYoda!~MTLYoda@c-50-137-137-82.hsd1.or.comcast.net> has quit IRC (Quit: glYoda)
[00:43:40] *** ravior_ <ravior_!~ravior@79.116.103.28> has quit IRC (Ping timeout: 264 seconds)
[00:48:05] *** TechnoCrunchDell <TechnoCrunchDell!~TechnoCru@101.100.137.146> has joined ##OpenGL
[00:55:31] *** GarrettShields <GarrettShields!~GarrettSh@CPE3497f6605400-CMbc14013107e0.cpe.net.cable.rogers.com> has quit IRC (Ping timeout: 250 seconds)
[00:59:30] *** Gama11 <Gama11!~quassel@p57A9A6B2.dip0.t-ipconnect.de> has quit IRC (Remote host closed the connection)
[00:59:37] *** Ploppz <Ploppz!~ploppz@2001:700:303:b:f3ce:ca7c:3834:8e44> has quit IRC (Quit: WeeChat 1.5)
[00:59:51] *** doomlord <doomlord!~textual@host81-147-72-23.range81-147.btcentralplus.com> has joined ##OpenGL
[01:00:16] *** glYoda <glYoda!~MTLYoda@c-50-137-137-82.hsd1.or.comcast.net> has joined ##OpenGL
[01:00:54] *** kuzy000 <kuzy000!~quassel@94.243.186.221> has joined ##OpenGL
[01:01:29] *** TechnoCrunchDell <TechnoCrunchDell!~TechnoCru@101.100.137.146> has quit IRC (Read error: Connection reset by peer)
[01:08:11] *** robot-beethoven <robot-beethoven!~robot-bee@c-73-65-29-166.hsd1.mn.comcast.net> has joined ##OpenGL
[01:08:30] *** Twipply <Twipply!~Dunno@cpc1-mapp10-2-0-cust641.12-4.cable.virginm.net> has quit IRC (Quit: Leaving)
[01:08:44] *** cden <cden!~cden@unaffiliated/cden> has quit IRC (Quit: Leaving)
[01:14:00] *** kuzy000 <kuzy000!~quassel@94.243.186.221> has quit IRC (Quit: kuzy000)
[01:14:18] *** kuzy000 <kuzy000!~kuzy000@94.243.186.221> has joined ##OpenGL
[01:14:48] *** YouCallItFar <YouCallItFar!~far@onegrandcircle.com> has left ##OpenGL
[01:17:03] *** konom <konom!~tamatias@141.15.138.77.rev.sfr.net> has quit IRC (Quit: Leaving)
[01:18:20] *** TechnoCrunchDell <TechnoCrunchDell!~TechnoCru@101.100.137.146> has joined ##OpenGL
[01:21:48] *** razieliyo <razieliyo!~razieliyo@unaffiliated/razieliyo> has joined ##OpenGL
[01:22:26] *** eivarv <eivarv!~eivarv@cm-84.215.4.97.getinternet.no> has quit IRC (Quit: Sleep)
[01:28:53] *** ibouvousaime <ibouvousaime!~ibouvousa@41.214.24.9> has joined ##OpenGL
[01:32:56] *** notadeveloper <notadeveloper!~notadevel@107-210-170-22.lightspeed.sndgca.sbcglobal.net> has quit IRC (Quit: Leaving)
[01:34:23] *** konom <konom!~tamatias@141.15.138.77.rev.sfr.net> has joined ##OpenGL
[01:35:03] *** bzztploink <bzztploink!~bzztploin@gateway/vpn/privateinternetaccess/bzztploink> has quit IRC (Read error: Connection reset by peer)
[01:36:33] *** oftc_ftw <oftc_ftw!~oftc_ftw@unaffiliated/oftc-ftw/x-3443471> has quit IRC (Ping timeout: 265 seconds)
[01:45:21] *** bzztploink <bzztploink!~bzztploin@gateway/vpn/privateinternetaccess/bzztploink> has joined ##OpenGL
[01:48:41] *** oftc_ftw <oftc_ftw!~oftc_ftw@unaffiliated/oftc-ftw/x-3443471> has joined ##OpenGL
[01:50:33] *** ibouvousaime <ibouvousaime!~ibouvousa@41.214.24.9> has quit IRC (Ping timeout: 250 seconds)
[01:51:16] *** kuzy000 <kuzy000!~kuzy000@94.243.186.221> has quit IRC (Ping timeout: 244 seconds)
[01:51:31] *** _BearishMushroom <_BearishMushroom!~BearishMu@90-231-174-194-no159.tbcn.telia.com> has joined ##OpenGL
[01:53:52] *** oftc_ftw <oftc_ftw!~oftc_ftw@unaffiliated/oftc-ftw/x-3443471> has quit IRC (Ping timeout: 264 seconds)
[01:54:11] *** fkaa <fkaa!~tundmatu@c83-254-208-131.bredband.comhem.se> has joined ##OpenGL
[01:54:14] *** pril <pril!~userid@unaffiliated/pril> has quit IRC ()
[01:55:40] *** BearishMushroom <BearishMushroom!~BearishMu@90-231-174-194-no159.tbcn.telia.com> has quit IRC (Ping timeout: 264 seconds)
[01:55:47] *** GarrettShields <GarrettShields!~GarrettSh@CPE3497f6605400-CMbc14013107e0.cpe.net.cable.rogers.com> has joined ##OpenGL
[01:56:51] *** ArkaZeen <ArkaZeen!~ArkaZeen@rn-nat-129-97-131-0.dynamic.uwaterloo.ca> has quit IRC (Quit: I must go, my parents need me.)
[01:57:40] *** kasper^ <kasper^!~safaf@82.137.11.0> has quit IRC (Ping timeout: 252 seconds)
[01:58:14] *** carado <carado!~carado@2a01:e34:ec1e:2390:8341:b3f5:2d6:41fa> has quit IRC (Ping timeout: 260 seconds)
[02:02:06] *** elect_ <elect_!~elect@ip5f5afe42.dynamic.kabel-deutschland.de> has quit IRC (Ping timeout: 276 seconds)
[02:10:01] *** kingx <kingx!~merm2@98.207.186.137> has joined ##OpenGL
[02:18:04] *** vitimiti <vitimiti!~vitimiti@unaffiliated/vitimiti> has quit IRC (Ping timeout: 260 seconds)
[02:18:39] *** ratchetfreak <ratchetfreak!~ratchetfr@ptr-2hj4tbosgukodwskjp6x4qn1s.ip6.access.telenet.be> has quit IRC (Ping timeout: 260 seconds)
[02:23:27] *** Ryp <Ryp!~ryp@laf94-4-88-190-202-176.fbxo.proxad.net> has joined ##OpenGL
[02:30:32] *** Ryp <Ryp!~ryp@laf94-4-88-190-202-176.fbxo.proxad.net> has quit IRC (Quit: Konversation terminated!)
[02:31:22] *** Occulus2057 <Occulus2057!~Alfred@24-113-48-48.wavecable.com> has quit IRC (Ping timeout: 255 seconds)
[02:31:31] *** Occulus2057 <Occulus2057!~Alfred@24-113-48-48.wavecable.com> has joined ##OpenGL
[02:33:03] *** madsy <madsy!~madsy@fu/coder/madsy> has quit IRC (Quit: leaving)
[02:35:11] *** realz <realz!~realz@unaffiliated/realazthat> has quit IRC (Ping timeout: 250 seconds)
[02:37:02] *** Jimmio92 <Jimmio92!~Jimmio92@166.137.105.112> has joined ##OpenGL
[02:39:19] *** MrFlibble <MrFlibble!MrFlibble@90.220.166.75> has quit IRC (Quit: MrFlibble)
[02:45:31] *** GarrettShields <GarrettShields!~GarrettSh@CPE3497f6605400-CMbc14013107e0.cpe.net.cable.rogers.com> has quit IRC (Quit: twitter.com/GarrettShields)
[02:51:14] *** shingshang <shingshang!~shingshan@115-64-27-246.static.tpgi.com.au> has joined ##OpenGL
[02:51:53] *** Joefish <Joefish!~Joefish@p5B121935.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 244 seconds)
[02:52:57] *** Joefish <Joefish!~Joefish@p5B121935.dip0.t-ipconnect.de> has joined ##OpenGL
[03:00:36] *** shingshang <shingshang!~shingshan@115-64-27-246.static.tpgi.com.au> has quit IRC (Ping timeout: 276 seconds)
[03:00:57] *** notadeveloper <notadeveloper!~letsmakej@2602:306:bd2a:a160:b9f9:328d:6d08:9f39> has joined ##OpenGL
[03:03:58] *** ertes <ertes!~never@p5485E696.dip0.t-ipconnect.de> has joined ##OpenGL
[03:15:29] *** arescorpio <arescorpio!~arescorpi@212-25-245-190.fibertel.com.ar> has joined ##OpenGL
[03:16:31] *** grim002 <grim002!~grim001@ip70-173-217-35.lv.lv.cox.net> has quit IRC (Quit: Leaving)
[03:19:14] *** stelarcf_ <stelarcf_!~stelarcf@92.81.115.213> has quit IRC (Quit: stelarcf_)
[03:22:53] *** Kingsqueee <Kingsqueee!~kingsley@d154-20-149-39.bchsia.telus.net> has joined ##OpenGL
[03:23:17] *** nikki93 <nikki93!~nikki93@117.195.69.111> has joined ##OpenGL
[03:23:50] *** Cooler <Cooler!~CoolerExt@117.216.88.190> has joined ##OpenGL
[03:25:12] *** CapsAdmin <CapsAdmin!~CapsAdmin@217.70.249.229> has quit IRC (Ping timeout: 240 seconds)
[03:27:10] *** CapsAdmin <CapsAdmin!~CapsAdmin@217.70.249.229> has joined ##OpenGL
[03:27:43] *** nikki93 <nikki93!~nikki93@117.195.69.111> has quit IRC (Ping timeout: 265 seconds)
[03:28:51] *** w4ffles <w4ffles!~w4ffles@li160-49.members.linode.com> has joined ##OpenGL
[03:29:41] *** CapsAdmin <CapsAdmin!~CapsAdmin@217.70.249.229> has quit IRC (Excess Flood)
[03:30:20] *** DolpheenDream <DolpheenDream!~DolphinDr@pool-74-98-212-98.pitbpa.fios.verizon.net> has joined ##OpenGL
[03:30:59] *** fergal <fergal!~fergal@cpc78875-bele10-2-0-cust225.2-1.cable.virginm.net> has joined ##OpenGL
[03:36:03] *** DolpheenDream <DolpheenDream!~DolphinDr@pool-74-98-212-98.pitbpa.fios.verizon.net> has quit IRC (Quit: DolpheenDream)
[03:37:13] *** irrenhaus3 <irrenhaus3!~xenon@HSI-KBW-046-005-253-022.hsi8.kabel-badenwuerttemberg.de> has quit IRC (Quit: Lost terminal)
[03:39:29] *** notadeveloper_ <notadeveloper_!~letsmakej@107-210-170-22.lightspeed.sndgca.sbcglobal.net> has joined ##OpenGL
[03:40:15] *** DolpheenDream <DolpheenDream!~DolphinDr@74.98.212.98> has joined ##OpenGL
[03:41:54] *** notadeveloper <notadeveloper!~letsmakej@2602:306:bd2a:a160:b9f9:328d:6d08:9f39> has quit IRC (Ping timeout: 250 seconds)
[03:47:03] *** notadeveloper <notadeveloper!~notadevel@107-210-170-22.lightspeed.sndgca.sbcglobal.net> has joined ##OpenGL
[03:48:19] *** Joefish <Joefish!~Joefish@p5B121935.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 255 seconds)
[03:50:11] *** Joefish <Joefish!~Joefish@p5B120129.dip0.t-ipconnect.de> has joined ##OpenGL
[03:51:29] *** _BearishMushroom <_BearishMushroom!~BearishMu@90-231-174-194-no159.tbcn.telia.com> has quit IRC (Read error: Connection reset by peer)
[03:54:04] *** fergal <fergal!~fergal@cpc78875-bele10-2-0-cust225.2-1.cable.virginm.net> has quit IRC (Quit: fergal)
[03:58:18] *** PaulCapestany <PaulCapestany!~PaulCapes@204.28.124.82> has quit IRC (Quit: .)
[04:00:20] *** PaulCapestany <PaulCapestany!~PaulCapes@204.28.124.82> has joined ##OpenGL
[04:00:30] *** Occulus2057 <Occulus2057!~Alfred@24-113-48-48.wavecable.com> has quit IRC (Quit: Leaving)
[04:08:19] *** hexagoxel <hexagoxel!~hexagoxel@p200300798F1A9F00021E33FFFE2231E9.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 250 seconds)
[04:08:19] *** Cooler <Cooler!~CoolerExt@117.216.88.190> has quit IRC (Ping timeout: 265 seconds)
[04:14:09] *** hexagoxel <hexagoxel!~hexagoxel@p200300798F171C00021E33FFFE2231E9.dip0.t-ipconnect.de> has joined ##OpenGL
[04:15:12] *** slidercrank <slidercrank!~slidercra@unaffiliated/slidercrank> has quit IRC (Ping timeout: 240 seconds)
[04:16:28] *** Cooler <Cooler!~CoolerExt@117.216.88.190> has joined ##OpenGL
[04:20:00] *** notadeveloper__ <notadeveloper__!~letsmakej@107-210-170-22.lightspeed.sndgca.sbcglobal.net> has joined ##OpenGL
[04:21:44] *** notadeveloper_ <notadeveloper_!~letsmakej@107-210-170-22.lightspeed.sndgca.sbcglobal.net> has quit IRC (Ping timeout: 260 seconds)
[04:25:14] *** KAHR-Alpha <KAHR-Alpha!~Alpha@AReims-652-1-57-173.w90-47.abo.wanadoo.fr> has quit IRC (Ping timeout: 244 seconds)
[04:29:22] *** notadeveloper_ <notadeveloper_!~letsmakej@2602:306:bd2a:a160:b9f9:328d:6d08:9f39> has joined ##OpenGL
[04:32:49] *** notadeveloper__ <notadeveloper__!~letsmakej@107-210-170-22.lightspeed.sndgca.sbcglobal.net> has quit IRC (Ping timeout: 260 seconds)
[04:36:32] *** SorcererX <SorcererX!~SorcererX@cm-84.212.210.160.getinternet.no> has joined ##OpenGL
[04:36:56] *** SorcererX is now known as Guest91298
[04:42:28] *** konom <konom!~tamatias@141.15.138.77.rev.sfr.net> has quit IRC (Read error: Connection reset by peer)
[04:47:20] *** fqtw_ <fqtw_!~me@x4db038b1.dyn.telefonica.de> has joined ##OpenGL
[04:48:02] *** notadeveloper_ <notadeveloper_!~letsmakej@2602:306:bd2a:a160:b9f9:328d:6d08:9f39> has quit IRC (Read error: Connection reset by peer)
[04:49:06] *** nikki93 <nikki93!~nikki93@117.195.69.111> has joined ##OpenGL
[04:50:32] *** notadeveloper_ <notadeveloper_!~letsmakej@2602:306:bd2a:a160:b9f9:328d:6d08:9f39> has joined ##OpenGL
[04:50:55] *** fqtw <fqtw!~me@x4db03298.dyn.telefonica.de> has quit IRC (Ping timeout: 252 seconds)
[05:02:10] *** lucaswang <lucaswang!~lucaswang@183.167.211.74> has joined ##OpenGL
[05:02:11] *** lucaswang <lucaswang!~lucaswang@183.167.211.74> has quit IRC (Killed (Sigyn (Spam is off topic on freenode.)))
[05:05:10] *** lucaswang <lucaswang!~lucaswang@59.53.67.224> has joined ##OpenGL
[05:05:11] *** lucaswang <lucaswang!~lucaswang@59.53.67.224> has quit IRC (Killed (Sigyn (Spam is off topic on freenode.)))
[05:05:21] *** grim001 <grim001!grim001@ip70-173-217-35.lv.lv.cox.net> has joined ##OpenGL
[05:15:26] *** notadeveloper__ <notadeveloper__!~letsmakej@2602:306:bd2a:a160:b9f9:328d:6d08:9f39> has joined ##OpenGL
[05:16:09] *** d4rkforc1 <d4rkforc1!~darkforce@pdpc/supporter/student/d4rkforce> has joined ##OpenGL
[05:16:13] *** nikki93 <nikki93!~nikki93@117.195.69.111> has quit IRC (Ping timeout: 252 seconds)
[05:18:06] *** notadeveloper_ <notadeveloper_!~letsmakej@2602:306:bd2a:a160:b9f9:328d:6d08:9f39> has quit IRC (Ping timeout: 250 seconds)
[05:19:10] *** d4rkforce <d4rkforce!~darkforce@pdpc/supporter/student/d4rkforce> has quit IRC (Ping timeout: 244 seconds)
[05:20:44] *** nikki93 <nikki93!~nikki93@59.95.195.87> has joined ##OpenGL
[05:23:18] *** d4ryus <d4ryus!~d4ryus@p54989B73.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 244 seconds)
[05:25:50] *** d4ryus <d4ryus!~d4ryus@p54988F1A.dip0.t-ipconnect.de> has joined ##OpenGL
[05:32:05] *** ExpiredPopsicle <ExpiredPopsicle!~ExpiredPo@expiredpopsicle.com> has quit IRC (Remote host closed the connection)
[05:37:24] *** doomlord <doomlord!~textual@host81-147-72-23.range81-147.btcentralplus.com> has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[05:44:18] *** konom <konom!~tamatias@141.15.138.77.rev.sfr.net> has joined ##OpenGL
[05:44:32] *** nikki93 <nikki93!~nikki93@59.95.195.87> has quit IRC (Remote host closed the connection)
[05:51:09] *** Keniyal <Keniyal!~Keniyal@unaffiliated/keniyal> has joined ##OpenGL
[05:51:34] *** notadeveloper <notadeveloper!~notadevel@107-210-170-22.lightspeed.sndgca.sbcglobal.net> has quit IRC (Ping timeout: 260 seconds)
[06:00:40] *** DolpheenDream <DolpheenDream!~DolphinDr@74.98.212.98> has quit IRC (Quit: DolpheenDream)
[06:01:18] *** razieliyo <razieliyo!~razieliyo@unaffiliated/razieliyo> has quit IRC (Ping timeout: 276 seconds)
[06:01:49] *** ExpiredPopsicle <ExpiredPopsicle!~ExpiredPo@expiredpopsicle.com> has joined ##OpenGL
[06:03:29] *** konom <konom!~tamatias@141.15.138.77.rev.sfr.net> has quit IRC (Quit: Leaving)
[06:05:38] *** cam_y <cam_y!~cam_y@162.222.103.203> has joined ##OpenGL
[06:09:09] *** nine_milli <nine_milli!~nine_mill@32.211.52.104> has quit IRC (Quit: nine_milli)
[06:11:44] *** therue <therue!~therue@1-162-61-250.dynamic.hinet.net> has joined ##OpenGL
[06:12:36] *** therue <therue!~therue@1-162-61-250.dynamic.hinet.net> has left ##OpenGL
[06:13:45] *** ExpiredPopsicle <ExpiredPopsicle!~ExpiredPo@expiredpopsicle.com> has quit IRC (Quit: asdf)
[06:14:52] *** ExpiredPopsicle <ExpiredPopsicle!~ExpiredPo@expiredpopsicle.com> has joined ##OpenGL
[06:15:12] *** Zerflag <Zerflag!~zerflag@216-19-179-103.dyn.novuscom.net> has joined ##OpenGL
[06:17:29] *** nine_milli <nine_milli!~nine_mill@32.211.52.104> has joined ##OpenGL
[06:30:59] *** TechnoCrunchDell <TechnoCrunchDell!~TechnoCru@101.100.137.146> has quit IRC (Ping timeout: 244 seconds)
[06:32:17] *** tambre <tambre!~tambre@9e1f-ee3c-edb9-31c3-a980-8a3e-07d0-2001.dyn.estpak.ee> has joined ##OpenGL
[06:37:26] *** konom <konom!~tamatias@141.15.138.77.rev.sfr.net> has joined ##OpenGL
[06:37:52] *** karab44 <karab44!~karab44@unaffiliated/karab44> has joined ##OpenGL
[06:45:59] *** Keniyal <Keniyal!~Keniyal@unaffiliated/keniyal> has quit IRC (Remote host closed the connection)
[06:48:55] *** arescorpio <arescorpio!~arescorpi@212-25-245-190.fibertel.com.ar> has quit IRC (Excess Flood)
[06:52:42] *** nine_milli <nine_milli!~nine_mill@32.211.52.104> has quit IRC (Quit: nine_milli)
[06:55:33] *** TechnoCrunchDell <TechnoCrunchDell!~TechnoCru@101.100.137.146> has joined ##OpenGL
[07:00:27] *** rawrawrer <rawrawrer!~rawrawrer@c58-111-144-57.thorn2.nsw.optusnet.com.au> has joined ##OpenGL
[07:06:58] *** Birchy <Birchy!~Birchy@178-164-108.52.3p.ntebredband.no> has quit IRC (*.net *.split)
[07:06:58] *** Matthijs <Matthijs!~quassel@unaffiliated/matthijs> has quit IRC (*.net *.split)
[07:06:58] *** bigpet <bigpet!uid25664@gateway/web/irccloud.com/x-cvthcavlpcfwejgy> has quit IRC (*.net *.split)
[07:06:58] *** alexsystemf___ <alexsystemf___!uid64964@gateway/web/irccloud.com/x-mitpxrdiifnwcsby> has quit IRC (*.net *.split)
[07:06:58] *** cantstanya <cantstanya!~chatting@unaffiliated/cantstanya> has quit IRC (*.net *.split)
[07:06:58] *** huhlig <huhlig!sid17687@gateway/web/irccloud.com/x-lxmobzdmlkaukkqy> has quit IRC (*.net *.split)
[07:06:58] *** Adrinael <Adrinael!~adrinael@barrel.rolli.org> has quit IRC (*.net *.split)
[07:06:59] *** rager <rager!~rager@lolrav.es> has quit IRC (*.net *.split)
[07:06:59] *** sadmac <sadmac!~sadmac@2001:4800:7810:512:68cc:5841:ff04:98cc> has quit IRC (*.net *.split)
[07:06:59] *** baum <baum!~baum@185.82.22.134> has quit IRC (*.net *.split)
[07:06:59] *** carvite <carvite!~carvite@unaffiliated/stryx/x-3871776> has quit IRC (*.net *.split)
[07:06:59] *** cnu- <cnu-!~u@s8635.suka.se> has quit IRC (*.net *.split)
[07:06:59] *** Maple__ <Maple__!Maple@gateway/shell/panicbnc/x-iqcbbtgdexbmjbaz> has quit IRC (*.net *.split)
[07:06:59] *** jdolan <jdolan!~jdolan@2001:4800:7817:101:be76:4eff:fe05:2412> has quit IRC (*.net *.split)
[07:06:59] *** Motig <Motig!~Motig@unaffiliated/motig> has quit IRC (*.net *.split)
[07:06:59] *** nitroxis <nitroxis!n@ipv6.nxs.re> has quit IRC (*.net *.split)
[07:06:59] *** sspiff <sspiff!~quassel@unaffiliated/yukito> has quit IRC (*.net *.split)
[07:06:59] *** dav1d <dav1d!~dav1d@unaffiliated/dav1d> has quit IRC (*.net *.split)
[07:06:59] *** konom <konom!~tamatias@141.15.138.77.rev.sfr.net> has quit IRC (*.net *.split)
[07:06:59] *** robot-beethoven <robot-beethoven!~robot-bee@c-73-65-29-166.hsd1.mn.comcast.net> has quit IRC (*.net *.split)
[07:06:59] *** phr34k`91 <phr34k`91!~phpfreake@82-169-74-79.ip.telfort.nl> has quit IRC (*.net *.split)
[07:06:59] *** Timbo <Timbo!~tma@cpc102378-sgyl38-2-0-cust55.18-2.cable.virginm.net> has quit IRC (*.net *.split)
[07:06:59] *** DolphinDream <DolphinDream!~MSG@75-151-253-221-Pennsylvania.hfc.comcastbusiness.net> has quit IRC (*.net *.split)
[07:06:59] *** Folkol <Folkol!~Folkol@h-160-222.a137.corp.bahnhof.se> has quit IRC (*.net *.split)
[07:06:59] *** xissburg <xissburg!~xissburg@unaffiliated/xissburg> has quit IRC (*.net *.split)
[07:06:59] *** mtj_ <mtj_!~mtj@gw1.kohaaloha.com> has quit IRC (*.net *.split)
[07:06:59] *** computertechie <computertechie!~pepper@snowcat.link> has quit IRC (*.net *.split)
[07:07:00] *** M-ou-se <M-ou-se!~m-ou.se@m-ou.se> has quit IRC (*.net *.split)
[07:07:00] *** Henoxek <Henoxek!~Henoxek@henoxek.ru> has quit IRC (*.net *.split)
[07:07:00] *** jorj <jorj!~jorj@162.220.240.216> has quit IRC (*.net *.split)
[07:07:00] *** op9 <op9!syphter@rouk.org> has quit IRC (*.net *.split)
[07:07:00] *** ExpiredPopsicle <ExpiredPopsicle!~ExpiredPo@expiredpopsicle.com> has quit IRC (*.net *.split)
[07:07:00] *** notadeveloper__ <notadeveloper__!~letsmakej@2602:306:bd2a:a160:b9f9:328d:6d08:9f39> has quit IRC (*.net *.split)
[07:07:00] *** PaulCapestany <PaulCapestany!~PaulCapes@204.28.124.82> has quit IRC (*.net *.split)
[07:07:00] *** kmnt <kmnt!~k@69.63.37.65> has quit IRC (*.net *.split)
[07:07:00] *** Pursche01 <Pursche01!uid28470@gateway/web/irccloud.com/x-otnqmafbkooniaqh> has quit IRC (*.net *.split)
[07:07:00] *** snql <snql!~snql@snql.by> has quit IRC (*.net *.split)
[07:07:00] *** BlackFox <BlackFox!~BlackFox@ip-6317.proline.net.ua> has quit IRC (*.net *.split)
[07:07:00] *** axion <axion!~axion@li61-202.members.linode.com> has quit IRC (*.net *.split)
[07:07:00] *** thoys <thoys!~thoys@546BD364.cm-12-4d.dynamic.ziggo.nl> has quit IRC (*.net *.split)
[07:07:00] *** shakesoda <shakesoda!~shake@celestiaradio/shark/soda> has quit IRC (*.net *.split)
[07:07:00] *** GinoManWorks <GinoManWorks!~GinoMan@50.251.53.110> has quit IRC (*.net *.split)
[07:07:01] *** ocharles <ocharles!sid30093@musicbrainz/user/ocharles> has quit IRC (*.net *.split)
[07:07:01] *** sadtaco <sadtaco!~aaa@2602:306:833b:5980:a1cd:b2ff:d5cd:6b3> has quit IRC (*.net *.split)
[07:07:01] *** feliwir <feliwir!Elite16673@gateway/shell/elitebnc/x-snvzvogngcvxjrpm> has quit IRC (*.net *.split)
[07:07:01] *** ra4king <ra4king!~ra4king@unaffiliated/ra4king> has quit IRC (*.net *.split)
[07:07:01] *** btipling <btipling!~btipling@unaffiliated/sk/x-5968384> has quit IRC (*.net *.split)
[07:07:01] *** paperManu <paperManu!Elite13342@gateway/shell/elitebnc/x-ndcnfobbbjdoupra> has quit IRC (*.net *.split)
[07:07:01] *** Ring0` <Ring0`!~mike@unaffiliated/ring0/x-8667941> has quit IRC (*.net *.split)
[07:07:01] *** Taywee <Taywee!~taylor@2602:fff6:d:a0e3::4bf8> has quit IRC (*.net *.split)
[07:07:01] *** dahlia <dahlia!~dahlia@2607:5300:60:1c26::1> has quit IRC (*.net *.split)
[07:07:01] *** sam <sam!foobar@poulet.zoy.org> has quit IRC (*.net *.split)
[07:07:02] *** ^v <^v!~v^@me.pxtst.com> has quit IRC (*.net *.split)
[07:07:02] *** tobbe <tobbe!~zagabar@c213-89-112-5.bredband.comhem.se> has quit IRC (*.net *.split)
[07:07:02] *** oberstein <oberstein!~ober@2605:6400:20:748::ddee:deee> has quit IRC (*.net *.split)
[07:07:02] *** cameronfr <cameronfr!cameronfr@2604:a880:1:20::1e5:900f> has quit IRC (*.net *.split)
[07:07:02] *** tsjost <tsjost!tsjost@2a01:7e00::f03c:91ff:fe56:f03c> has quit IRC (*.net *.split)
[07:07:02] *** Bigcheese <Bigcheese!~bigcheese@unaffiliated/bigcheese> has quit IRC (*.net *.split)
[07:07:02] *** lmat <lmat!~lmat@c-68-50-32-125.hsd1.in.comcast.net> has quit IRC (*.net *.split)
[07:07:02] *** Ivorius <Ivorius!~Ivorius@2604:a880:800:10::55b:8001> has quit IRC (*.net *.split)
[07:07:02] *** rray <rray!~rray@unaffiliated/rray> has quit IRC (*.net *.split)
[07:07:02] *** dindinx <dindinx!~dindinx@unaffiliated/dindinx> has quit IRC (*.net *.split)
[07:07:02] *** hazypixels <hazypixels!foobar@ns504960.ip-198-27-67.net> has quit IRC (*.net *.split)
[07:07:02] *** bjz_ <bjz_!~bjz@104.222.140.22> has quit IRC (*.net *.split)
[07:07:02] *** decltype <decltype!~decltype@decltype.org> has quit IRC (*.net *.split)
[07:07:02] *** saijanai_ <saijanai_!~lawsoneng@ip68-98-121-112.ph.ph.cox.net> has quit IRC (*.net *.split)
[07:07:02] *** ntx <ntx!~ntx@a91-154-49-177.elisa-laajakaista.fi> has quit IRC (*.net *.split)
[07:07:02] *** mukunda <mukunda!praynspray@c-71-205-185-63.hsd1.co.comcast.net> has quit IRC (*.net *.split)
[07:07:03] *** idontcarebear <idontcarebear!~idontcare@50.35.14.24> has quit IRC (*.net *.split)
[07:07:03] *** spjoe <spjoe!~spjoe@vserver1877.vserver-on.de> has quit IRC (*.net *.split)
[07:07:03] *** begui <begui!~bj@104-136-35-54.res.bhn.net> has quit IRC (*.net *.split)
[07:07:03] *** microcolonel <microcolonel!~aaron@unaffiliated/microcolonel> has quit IRC (*.net *.split)
[07:07:03] *** dawik <dawik!~davve@bsd.douchedata.com> has quit IRC (*.net *.split)
[07:07:03] *** dreda <dreda!~elmindred@h-187-22.a213.priv.bahnhof.se> has quit IRC (*.net *.split)
[07:07:03] *** zoktar <zoktar!~zoktar@unaffiliated/zoktar> has quit IRC (*.net *.split)
[07:07:03] *** hadjiszs_ <hadjiszs_!~hadjiszs@ns348042.ip-5-39-92.eu> has quit IRC (*.net *.split)
[07:07:03] *** ornitorrincos <ornitorrincos!~ornitorri@unaffiliated/ornitorrincos> has quit IRC (*.net *.split)
[07:07:03] *** langkid1 <langkid1!~langkid1@2604:180:0:ce:5f69:7263::> has quit IRC (*.net *.split)
[07:07:03] *** dmlloyd <dmlloyd!~dmlloyd@redhat/jboss/dmlloyd> has quit IRC (*.net *.split)
[07:07:03] *** foobaz <foobaz!~oofabz@2001:558:6025:4b:183f:744c:8e80:850d> has quit IRC (*.net *.split)
[07:07:03] *** soulz <soulz!~soulz@unaffiliated/soulz> has quit IRC (*.net *.split)
[07:07:04] *** Bloodust <Bloodust!~Bloodust@tinodidriksen.com> has quit IRC (*.net *.split)
[07:07:04] *** lecx <lecx!lex@yuuh.pw> has quit IRC (*.net *.split)
[07:07:04] *** lexxxx <lexxxx!lex@hattara.com> has quit IRC (*.net *.split)
[07:07:04] *** ngladitz <ngladitz!~ngladitz@unaffiliated/ngladitz> has quit IRC (*.net *.split)
[07:07:04] *** TechnoCrunchDell <TechnoCrunchDell!~TechnoCru@101.100.137.146> has quit IRC (*.net *.split)
[07:07:04] *** cam_y <cam_y!~cam_y@162.222.103.203> has quit IRC (*.net *.split)
[07:07:04] *** Cooler <Cooler!~CoolerExt@117.216.88.190> has quit IRC (*.net *.split)
[07:07:04] *** w4ffles <w4ffles!~w4ffles@li160-49.members.linode.com> has quit IRC (*.net *.split)
[07:07:04] *** Kingsqueee <Kingsqueee!~kingsley@d154-20-149-39.bchsia.telus.net> has quit IRC (*.net *.split)
[07:07:04] *** derhass <derhass!~derhass@dslb-094-222-156-248.094.222.pools.vodafone-ip.de> has quit IRC (*.net *.split)
[07:07:04] *** ting__ <ting__!~ting@host-92-16-179-94.as13285.net> has quit IRC (*.net *.split)
[07:07:04] *** Serus <Serus!~Serus@unaffiliated/serus> has quit IRC (*.net *.split)
[07:07:04] *** Twey <Twey!~twey@unaffiliated/twey> has quit IRC (*.net *.split)
[07:07:04] *** Plagman_ <Plagman_!~plagman@gw.valvesoftware.com> has quit IRC (*.net *.split)
[07:07:04] *** discopatrick <discopatrick!sid138124@gateway/web/irccloud.com/x-pidmpaylcfnlplvc> has quit IRC (*.net *.split)
[07:07:04] *** tomaka_ <tomaka_!~tomaka@xvm-244-186.dc2.ghst.net> has quit IRC (*.net *.split)
[07:07:04] *** joel135 <joel135!sid136450@gateway/web/irccloud.com/x-upufaqafuxneeinw> has quit IRC (*.net *.split)
[07:07:04] *** Nixx_ <Nixx_!~quassel@bulbasaur.sjorsgielen.nl> has quit IRC (*.net *.split)
[07:07:04] *** gluc__ <gluc__!~quassel@19.140.77.83.dynamic.wline.res.cust.swisscom.ch> has quit IRC (*.net *.split)
[07:07:04] *** zgreg <zgreg!~greg@nest-1.gnumpf.tk> has quit IRC (*.net *.split)
[07:07:04] *** Nach0z <Nach0z!~nach0z@unaffiliated/nach0z> has quit IRC (*.net *.split)
[07:07:05] *** l3dx <l3dx!sid2250@gateway/web/irccloud.com/x-xodqhaxoqajcccnf> has quit IRC (*.net *.split)
[07:07:05] *** bove <bove!sid26205@gateway/web/irccloud.com/x-ybojojphfhpnvqkr> has quit IRC (*.net *.split)
[07:07:05] *** binezap <binezap!~binezap@96.53.62.146> has quit IRC (*.net *.split)
[07:07:05] *** Tee_Pee <Tee_Pee!uid23783@gateway/web/irccloud.com/x-ozvcdgcbubjexjet> has quit IRC (*.net *.split)
[07:07:05] *** akaWolf <akaWolf!~akaWolf@unaffiliated/akawolf> has quit IRC (*.net *.split)
[07:07:05] *** fqtw_ <fqtw_!~me@x4db038b1.dyn.telefonica.de> has quit IRC (*.net *.split)
[07:07:05] *** ertes <ertes!~never@p5485E696.dip0.t-ipconnect.de> has quit IRC (*.net *.split)
[07:07:05] *** fkaa <fkaa!~tundmatu@c83-254-208-131.bredband.comhem.se> has quit IRC (*.net *.split)
[07:07:05] *** Apeiron` <Apeiron`!znc@enigmavoid.com> has quit IRC (*.net *.split)
[07:07:05] *** tristanseifert <tristanseifert!~tristanse@128.194.3.4> has quit IRC (*.net *.split)
[07:07:05] *** zwiep` <zwiep`!~zwiep@d54c03c0d.access.telenet.be> has quit IRC (*.net *.split)
[07:07:05] *** torarne <torarne!torarnemat@gateway/shell/matrix.org/x-llcintndugewzhsy> has quit IRC (*.net *.split)
[07:07:05] *** avtolstoy <avtolstoy!~avtolstoy@gateway/vpn/privateinternetaccess/avtolstoy> has quit IRC (*.net *.split)
[07:07:06] *** Mission-Critical <Mission-Critical!~MissionCr@unaffiliated/missioncritical> has quit IRC (*.net *.split)
[07:07:06] *** suppahsrv <suppahsrv!~mopmop@host226-206-dynamic.37-79-r.retail.telecomitalia.it> has quit IRC (*.net *.split)
[07:07:06] *** Albori_Sninvel <Albori_Sninvel!~Albori@216-229-75-165.fidnet.com> has quit IRC (*.net *.split)
[07:07:06] *** yosafbridge <yosafbridge!~yosafbrid@68.ip-149-56-14.net> has quit IRC (*.net *.split)
[07:07:06] *** maqr <maqr!~maqr@httpcraft/hax> has quit IRC (*.net *.split)
[07:07:06] *** sparetire <sparetire!~sparetire@unaffiliated/sparetire> has quit IRC (*.net *.split)
[07:07:06] *** [mbm] <[mbm]!~mbm@openwrt/developer/mbm> has quit IRC (*.net *.split)
[07:07:06] *** groton___ <groton___!groton@gateway/shell/blinkenshell.org/x-ulxdgikaknhmuvwu> has quit IRC (*.net *.split)
[07:07:06] *** pragma- <pragma-!~chaos@unaffiliated/pragmatic-chaos> has quit IRC (*.net *.split)
[07:07:06] *** Zaneo <Zaneo!~Zaneo@45.55.2.85> has quit IRC (*.net *.split)
[07:07:06] *** Enthralled <Enthralled!~Enthralle@65.19.183.157> has quit IRC (*.net *.split)
[07:07:06] *** hurricanerix <hurricanerix!~hurricane@108.34.154.104.bc.googleusercontent.com> has quit IRC (*.net *.split)
[07:07:06] *** chaiomanot <chaiomanot!~chaiomano@unaffiliated/chaiomanot> has quit IRC (*.net *.split)
[07:07:06] *** spastic <spastic!~spastic@unaffiliated/spastic> has quit IRC (*.net *.split)
[07:07:06] *** kasumi-owari <kasumi-owari!~kasumi-ow@ftth-213-233-237-007.solcon.nl> has quit IRC (*.net *.split)
[07:07:06] *** btipling_ <btipling_!~btipling_@unaffiliated/sk/x-5968384> has quit IRC (*.net *.split)
[07:07:06] *** FifthGB <FifthGB!uid36673@gateway/web/irccloud.com/x-vujowuspbdvhaxyf> has quit IRC (*.net *.split)
[07:07:06] *** Hastouki <Hastouki!~nenchev@CPEbc4dfb9f9443-CMbc4dfb9f9440.cpe.net.cable.rogers.com> has quit IRC (*.net *.split)
[07:07:07] *** Vag <Vag!~Vag@ppp-2-85-27-198.home.otenet.gr> has quit IRC (*.net *.split)
[07:07:07] *** electrostat <electrostat!~dag@unaffiliated/electrostat> has quit IRC (*.net *.split)
[07:07:07] *** moser <moser!~moser@14.146.33.172> has quit IRC (*.net *.split)
[07:07:07] *** RatherOutspoken <RatherOutspoken!~RatherOut@172-8-146-30.lightspeed.irvnca.sbcglobal.net> has quit IRC (*.net *.split)
[07:07:07] *** n0n <n0n!~n0n@2a03:b0c0:2:d0::25a:5001> has quit IRC (*.net *.split)
[07:07:07] *** bairyn <bairyn!~bairyn@unaffiliated/bob0> has quit IRC (*.net *.split)
[07:07:07] *** Lucretia <Lucretia!~laguest@pdpc/supporter/active/lucretia> has quit IRC (*.net *.split)
[07:07:07] *** Drakon <Drakon!~drakon@cpc6-gran4-2-0-cust135.12-1.cable.virginm.net> has quit IRC (*.net *.split)
[07:07:07] *** dau <dau!matthias@ipv6.nebelfront.org> has quit IRC (*.net *.split)
[07:07:07] *** vijai <vijai!vijai@gateway/shell/openshells.net/x-smgxqdbtrmndjats> has quit IRC (*.net *.split)
[07:07:07] *** TheFlash <TheFlash!theflash@banhammer.net> has quit IRC (*.net *.split)
[07:07:07] *** tambre <tambre!~tambre@9e1f-ee3c-edb9-31c3-a980-8a3e-07d0-2001.dyn.estpak.ee> has quit IRC (*.net *.split)
[07:07:07] *** d4ryus <d4ryus!~d4ryus@p54988F1A.dip0.t-ipconnect.de> has quit IRC (*.net *.split)
[07:07:07] *** hexagoxel <hexagoxel!~hexagoxel@p200300798F171C00021E33FFFE2231E9.dip0.t-ipconnect.de> has quit IRC (*.net *.split)
[07:07:07] *** Jimmio92 <Jimmio92!~Jimmio92@166.137.105.112> has quit IRC (*.net *.split)
[07:07:07] *** kuldeep <kuldeep!~kuldeep@unaffiliated/kuldeepdhaka> has quit IRC (*.net *.split)
[07:07:07] *** da2ce7 <da2ce7!~da2ce7@opentransactions/dev/da2ce7> has quit IRC (*.net *.split)
[07:07:07] *** redpill <redpill!~redpill@unaffiliated/redpill> has quit IRC (*.net *.split)
[07:07:07] *** telex <telex!~telex@freeshell.de> has quit IRC (*.net *.split)
[07:07:07] *** giucam <giucam!~giulio@qt/giucam> has quit IRC (*.net *.split)
[07:07:07] *** dexter0 <dexter0!~dexter0@2601:647:4502:8c00:a017:be5f:1fae:ffdb> has quit IRC (*.net *.split)
[07:07:07] *** hgoel <hgoel!uid175521@gateway/web/irccloud.com/x-yulwhxjswixjednk> has quit IRC (*.net *.split)
[07:07:07] *** swebb <swebb!~swebb@192.152.130.179> has quit IRC (*.net *.split)
[07:07:07] *** stoopadpoop <stoopadpoop!~brown@unaffiliated/stoopdapoop> has quit IRC (*.net *.split)
[07:07:07] *** tm604 <tm604!~tom@cpc12-lewi14-2-0-cust47.2-4.cable.virginm.net> has quit IRC (*.net *.split)
[07:07:08] *** tcsc <tcsc!sid721@gateway/web/mozilla/x-pxbxsigvmyewhyqs> has quit IRC (*.net *.split)
[07:07:08] *** zrl <zrl!sid22717@gateway/web/irccloud.com/x-ucuxrmayclttkhyf> has quit IRC (*.net *.split)
[07:07:08] *** atk <atk!Arch-TK@fsf/member/Arch-TK> has quit IRC (*.net *.split)
[07:07:08] *** hackkitten <hackkitten!~hackkitte@HSI-KBW-149-172-240-159.hsi13.kabel-badenwuerttemberg.de> has quit IRC (*.net *.split)
[07:07:08] *** mudlord <mudlord!mudlord@rebote.net> has quit IRC (*.net *.split)
[07:07:08] *** svkurowski <svkurowski!~svkurowsk@46.101.164.222> has quit IRC (*.net *.split)
[07:07:08] *** Jonimus <Jonimus!~Jonimus@shirabe.taricorp.net> has quit IRC (*.net *.split)
[07:07:08] *** joshd <joshd!~joshd@185.21.216.130> has quit IRC (*.net *.split)
[07:07:08] *** nkr <nkr!Elite14718@gateway/shell/elitebnc/x-gydfwuwaaxlrayoq> has quit IRC (*.net *.split)
[07:07:08] *** verm1n <verm1n!~verm1n@209-6-236-59.c3-0.wrx-ubr1.sbo-wrx.ma.cable.rcn.com> has quit IRC (*.net *.split)
[07:07:09] *** kuma_ <kuma_!~kuma@p8447f1.tokynt01.ap.so-net.ne.jp> has quit IRC (*.net *.split)
[07:07:09] *** Xeek <Xeek!~xeek@unaffiliated/xeek> has quit IRC (*.net *.split)
[07:07:09] *** Hogofwar <Hogofwar!~Daniel@irc.pont.in> has quit IRC (*.net *.split)
[07:07:09] *** Stragus <Stragus!~alexis@modemcable090.29-19-135.mc.videotron.ca> has quit IRC (*.net *.split)
[07:07:09] *** rweichler <rweichler!~irc@192.241.212.206> has quit IRC (*.net *.split)
[07:07:09] *** nekomune <nekomune!~nekomune@comfy.moe> has quit IRC (*.net *.split)
[07:07:09] *** DaGardner <DaGardner!~DaGardner@unaffiliated/dagardner> has quit IRC (*.net *.split)
[07:07:09] *** kraft <kraft!kraft@gateway/shell/blinkenshell.org/x-xanewbvifqcvnvlz> has quit IRC (*.net *.split)
[07:07:09] *** TSS_ <TSS_!~TSS@86.127.142.242> has quit IRC (*.net *.split)
[07:07:09] *** dvoid_ <dvoid_!~quassel@h44n10-sde-a31.ias.bredband.telia.com> has quit IRC (*.net *.split)
[07:07:09] *** edman007 <edman007!~edman007@pdpc/supporter/active/edman007> has quit IRC (*.net *.split)
[07:07:09] *** Spark <Spark!~dcunnin@186.83.59.108.bc.googleusercontent.com> has quit IRC (*.net *.split)
[07:07:09] *** exDM69 <exDM69!rikusalmin@kapsi.fi> has quit IRC (*.net *.split)
[07:07:09] *** Dave13h_ <Dave13h_!~Dave@gibson.int13h.com> has quit IRC (*.net *.split)
[07:07:09] *** Djstey|away <Djstey|away!~Djstey-Pr@djstey.com> has quit IRC (*.net *.split)
[07:07:09] *** _fortis <_fortis!~fortis@static.141.80.201.138.clients.your-server.de> has quit IRC (*.net *.split)
[07:07:09] *** darthdeus <darthdeus!~darthdeus@catsocket.com> has quit IRC (*.net *.split)
[07:07:09] *** Orphis <Orphis!~orphis@adam.orphis.net> has quit IRC (*.net *.split)
[07:07:10] *** tterrag <tterrag!~tterrag@tterrag.com> has quit IRC (*.net *.split)
[07:07:10] *** pushrax <pushrax!pushrax@unaffiliated/pushrax> has quit IRC (*.net *.split)
[07:07:10] *** d4rkforc1 <d4rkforc1!~darkforce@pdpc/supporter/student/d4rkforce> has quit IRC (*.net *.split)
[07:07:10] *** Lunatrius <Lunatrius!~Lunatrius@77.38.21.26> has quit IRC (*.net *.split)
[07:07:10] *** unreal <unreal!~unreal@unaffiliated/unreal> has quit IRC (*.net *.split)
[07:07:10] *** slime <slime!~slime73@blk-215-81-93.eastlink.ca> has quit IRC (*.net *.split)
[07:07:10] *** chirpsal1 <chirpsal1!~Chirps@S0106b81619e91574.ed.shawcable.net> has quit IRC (*.net *.split)
[07:07:10] *** Cyp_ <Cyp_!~Cyp_@x1-6-e8-94-f6-cd-57-25.cpe.webspeed.dk> has quit IRC (*.net *.split)
[07:07:10] *** bmcorser <bmcorser!sid18416@gateway/web/irccloud.com/x-znoruvpxoqpeyzqa> has quit IRC (*.net *.split)
[07:07:10] *** kenzierocks <kenzierocks!~kenzieroc@yes.quite.indeed.old.chap.it.is.kenzierocks.me> has quit IRC (*.net *.split)
[07:07:10] *** Ekho <Ekho!~Ekho@unaffiliated/ekho> has quit IRC (*.net *.split)
[07:07:10] *** hl <hl!~hl@unaffiliated/hl> has quit IRC (*.net *.split)
[07:07:10] *** thomasross <thomasross!~thomasros@thomasross.io> has quit IRC (*.net *.split)
[07:07:10] *** RazWelles <RazWelles!~raz@192.241.177.166> has quit IRC (*.net *.split)
[07:07:10] *** darthdeus__ <darthdeus__!~quassel@catsocket.com> has quit IRC (*.net *.split)
[07:07:11] *** karab44 <karab44!~karab44@unaffiliated/karab44> has quit IRC (*.net *.split)
[07:07:11] *** Joefish <Joefish!~Joefish@p5B120129.dip0.t-ipconnect.de> has quit IRC (*.net *.split)
[07:07:11] *** kingx <kingx!~merm2@98.207.186.137> has quit IRC (*.net *.split)
[07:07:11] *** Defaultti <Defaultti!defaultti@lakka.kapsi.fi> has quit IRC (*.net *.split)
[07:07:11] *** drewbarbs <drewbarbs!~drewbarbs@c-76-26-155-253.hsd1.va.comcast.net> has quit IRC (*.net *.split)
[07:07:11] *** quickbrownfox <quickbrownfox!~henrique_@177.55.194.77> has quit IRC (*.net *.split)
[07:07:11] *** phr34k <phr34k!~phpfreake@82-169-74-79.ip.telfort.nl> has quit IRC (*.net *.split)
[07:07:11] *** Mysoft <Mysoft!~user@unaffiliated/mysoft> has quit IRC (*.net *.split)
[07:07:11] *** nilspin <nilspin!~nilspin@81.4.104.140> has quit IRC (*.net *.split)
[07:07:11] *** pa <pa!~pa@unaffiliated/pa> has quit IRC (*.net *.split)
[07:07:11] *** phryk <phryk!~phryk@ip-37-24-162-208.hsi14.unitymediagroup.de> has quit IRC (*.net *.split)
[07:07:11] *** Kkiro <Kkiro!~yoo200181@unaffiliated/kkiro> has quit IRC (*.net *.split)
[07:07:11] *** Wagoo <Wagoo!~wagoo@116.167.203.62.dynamic.wline.res.cust.swisscom.ch> has quit IRC (*.net *.split)
[07:07:11] *** phaazon <phaazon!~bar@ns378376.ip-5-196-95.eu> has quit IRC (*.net *.split)
[07:07:11] *** mrec_ <mrec_!~markus@sundtek.de> has quit IRC (*.net *.split)
[07:07:11] *** korans <korans!~korans@62.68.160.220> has quit IRC (*.net *.split)
[07:07:11] *** quicksilver <quicksilver!~jules@roobarb.crazydogs.org> has quit IRC (*.net *.split)
[07:07:11] *** friden <friden!~friden@itphone.edstud.chalmers.se> has quit IRC (*.net *.split)
[07:07:11] *** Shockk <Shockk!~shockk@polar/dev/shockk> has quit IRC (*.net *.split)
[07:07:11] *** lahwran <lahwran!~lahwran@python/site-packages/lahwran> has quit IRC (*.net *.split)
[07:07:11] *** bwidawsk <bwidawsk!~bwidawsk@zangief.bwidawsk.net> has quit IRC (*.net *.split)
[07:07:12] *** Guest91298 <Guest91298!~SorcererX@cm-84.212.210.160.getinternet.no> has quit IRC (*.net *.split)
[07:07:12] *** bzztploink <bzztploink!~bzztploin@gateway/vpn/privateinternetaccess/bzztploink> has quit IRC (*.net *.split)
[07:07:12] *** xCrypto <xCrypto!~xCrypto@drmons0544w-142177154202.dhcp-dynamic.FibreOp.ns.bellaliant.net> has quit IRC (*.net *.split)
[07:07:12] *** wondiws <wondiws!~Jasper@5ED7DF59.cm-7-8d.dynamic.ziggo.nl> has quit IRC (*.net *.split)
[07:07:12] *** sandeepkr__ <sandeepkr__!~sandeepkr@111.235.65.5> has quit IRC (*.net *.split)
[07:07:12] *** zerd <zerd!~quassel@bat.slash.no> has quit IRC (*.net *.split)
[07:07:12] *** salamanderrake <salamanderrake!~quassel@v-216-52-148-169.unman-vds.premium-chicago.nfoservers.com> has quit IRC (*.net *.split)
[07:07:12] *** Defcronyke <Defcronyke!~Defcronyk@88.143.197.104.bc.googleusercontent.com> has quit IRC (*.net *.split)
[07:07:12] *** Malediction <Malediction!~Buggery@foritus.plus.com> has quit IRC (*.net *.split)
[07:07:12] *** nopcode <nopcode!~nop@static.181.231.46.78.clients.your-server.de> has quit IRC (*.net *.split)
[07:07:12] *** ``Erik <``Erik!~erik@pool-100-16-40-20.bltmmd.fios.verizon.net> has quit IRC (*.net *.split)
[07:07:12] *** pigeon <pigeon!~pigeon@eth5284.nsw.adsl.internode.on.net> has quit IRC (*.net *.split)
[07:07:13] *** luminarys <luminarys!~luminarys@192.99.219.93> has quit IRC (*.net *.split)
[07:07:13] *** zunix <zunix!zunix@kifft.vor.den.bull3n.net> has quit IRC (*.net *.split)
[07:07:13] *** rellla <rellla!~rellla@lvps91-250-97-192.dedicated.hosteurope.de> has quit IRC (*.net *.split)
[07:07:13] *** Angelo <Angelo!~Angelo@unaffiliated/angelo> has quit IRC (*.net *.split)
[07:07:13] *** Ariadeno_ <Ariadeno_!~Ariadeno@199.175.50.37> has quit IRC (*.net *.split)
[07:07:13] *** BananaMagician <BananaMagician!~BananaMag@104.131.32.67> has quit IRC (*.net *.split)
[07:07:13] *** AKPWD <AKPWD!AKP@irc.akpwebdesign.com> has quit IRC (*.net *.split)
[07:07:13] *** Boreeas <Boreeas!~Boreeas@boreeas.net> has quit IRC (*.net *.split)
[07:07:13] *** danhedron <danhedron!~dan@unaffiliated/danharibo> has quit IRC (*.net *.split)
[07:07:13] *** varesa <varesa!~varesa@ec2-52-49-18-111.eu-west-1.compute.amazonaws.com> has quit IRC (*.net *.split)
[07:07:13] *** anonnumberanon <anonnumberanon!~anonnumbe@unaffiliated/anonnumberanon> has quit IRC (*.net *.split)
[07:07:13] *** mads- <mads-!~mfrstar@eridanus.whatbox.ca> has quit IRC (*.net *.split)
[07:07:13] *** Kido_SoraKi <Kido_SoraKi!kido@unic0rn.eu> has quit IRC (*.net *.split)
[07:07:13] *** unlord <unlord!unlord@mf4-xiph.osuosl.org> has quit IRC (*.net *.split)
[07:07:13] *** glYoda <glYoda!~MTLYoda@c-50-137-137-82.hsd1.or.comcast.net> has quit IRC (*.net *.split)
[07:07:13] *** parasite_ <parasite_!~parasite@mar75-4-82-230-46-11.fbx.proxad.net> has quit IRC (*.net *.split)
[07:07:13] *** haasn <haasn!~haasn@haasn.xyz> has quit IRC (*.net *.split)
[07:07:13] *** M-hash <M-hash!hashmatrix@gateway/shell/matrix.org/x-hxleevweiejtvdhj> has quit IRC (*.net *.split)
[07:07:14] *** iaglium <iaglium!~i@45.63.97.181> has quit IRC (*.net *.split)
[07:07:14] *** MLM <MLM!sid38638@gateway/web/irccloud.com/x-hryxlhniwqxmrtpn> has quit IRC (*.net *.split)
[07:07:14] *** zero7 <zero7!sid10708@gateway/web/irccloud.com/x-evcxvhivwjfarbsw> has quit IRC (*.net *.split)
[07:07:14] *** bpye <bpye!~quassel@unaffiliated/bpye> has quit IRC (*.net *.split)
[07:07:14] *** Aster <Aster!~Aster@april-fools/2013/ninth/aster> has quit IRC (*.net *.split)
[07:07:14] *** Lnavry <Lnavry!yaniel@unaffiliated/yaniel> has quit IRC (*.net *.split)
[07:07:14] *** Tulah <Tulah!~tulah@durhur.fi> has quit IRC (*.net *.split)
[07:07:14] *** karalaine <karalaine!~karalaine@unaffiliated/karalaine> has quit IRC (*.net *.split)
[07:07:14] *** chrisf <chrisf!~chrisf@hamb.in> has quit IRC (*.net *.split)
[07:07:14] *** bendem <bendem!~bendem@irc.bendem.be> has quit IRC (*.net *.split)
[07:07:14] *** Miklas_ <Miklas_!~Miklas@2001:41d0:52:300::c19> has quit IRC (*.net *.split)
[07:07:14] *** Sedo <Sedo!~quassel@2a03:b0c0:3:d0::12f:8001> has quit IRC (*.net *.split)
[07:07:14] *** GGMethos <GGMethos!methos@2600:3c00::f03c:91ff:fea8:426e> has quit IRC (*.net *.split)
[07:07:15] *** nemesit|znc <nemesit|znc!~nemesit@2a01:488:66:1000:5bfa:72aa:0:1> has quit IRC (*.net *.split)
[07:07:15] *** drith <drith!~drithdx@94.26.1.106> has quit IRC (*.net *.split)
[07:07:15] *** vassagus <vassagus!~vassagus@186.4.2.162> has quit IRC (*.net *.split)
[07:07:15] *** AlphaOmega82 <AlphaOmega82!~alfa@CPE48ee0c279953-CMbc140153e510.cpe.net.cable.rogers.com> has quit IRC (*.net *.split)
[07:07:15] *** jonas__ <jonas__!~Jonas__@unaffiliated/jonas/x-7723671> has quit IRC (*.net *.split)
[07:07:15] *** Yaniel <Yaniel!yanielkolm@gateway/shell/matrix.org/x-lyiylfxlitwpqudj> has quit IRC (*.net *.split)
[07:07:15] *** AlxAltea <AlxAltea!~alexaltea@phi.nz> has quit IRC (*.net *.split)
[07:07:15] *** tapout <tapout!~tapout@unaffiliated/tapout> has quit IRC (*.net *.split)
[07:07:15] *** gluc <gluc!~Luc@19.140.77.83.dynamic.wline.res.cust.swisscom.ch> has quit IRC (*.net *.split)
[07:07:16] *** pocketprotector <pocketprotector!~pocketpro@unaffiliated/pocketprotector> has quit IRC (*.net *.split)
[07:07:16] *** phillip_w <phillip_w!~phil@162.243.147.19> has quit IRC (*.net *.split)
[07:07:16] *** Lorcatar <Lorcatar!~BostonMA1@unaffiliated/bostonma1776> has quit IRC (*.net *.split)
[07:07:16] *** antto <antto!~pewpew@antonsavov.net> has quit IRC (*.net *.split)
[07:07:16] *** Fr0stBit_ <Fr0stBit_!~theartist@snf-570882.vm.okeanos.grnet.gr> has quit IRC (*.net *.split)
[07:54:07] *** grim001 <grim001!grim001@ip70-173-217-35.lv.lv.cox.net> has quit IRC (Quit: Leaving)
[08:38:37] *** ville <ville!~ville@178-55-15-36.bb.dnainternet.fi> has quit IRC (Quit:)
[09:25:09] *** marcheu <marcheu!~marcheu@annarchy.freedesktop.org> has quit IRC (Read error: Connection reset by peer)
[10:05:27] *** antto <antto!~pewpew@antonsavov.net> has joined ##OpenGL
[10:05:27] *** Fr0stBit_ <Fr0stBit_!~theartist@snf-570882.vm.okeanos.grnet.gr> has joined ##OpenGL
[10:05:27] *** nemesit|znc <nemesit|znc!~nemesit@2a01:488:66:1000:5bfa:72aa:0:1> has joined ##OpenGL
[10:05:27] *** unlord <unlord!unlord@mf4-xiph.osuosl.org> has joined ##OpenGL
[10:05:27] *** Lorcatar <Lorcatar!~BostonMA1@unaffiliated/bostonma1776> has joined ##OpenGL
[10:05:27] *** pushrax <pushrax!pushrax@unaffiliated/pushrax> has joined ##OpenGL
[10:05:27] *** Kido_SoraKi <Kido_SoraKi!kido@unic0rn.eu> has joined ##OpenGL
[10:05:27] *** GGMethos <GGMethos!methos@2600:3c00::f03c:91ff:fea8:426e> has joined ##OpenGL
[10:05:27] *** mads- <mads-!~mfrstar@eridanus.whatbox.ca> has joined ##OpenGL
[10:05:27] *** anonnumberanon <anonnumberanon!~anonnumbe@unaffiliated/anonnumberanon> has joined ##OpenGL
[10:05:27] *** tterrag <tterrag!~tterrag@tterrag.com> has joined ##OpenGL
[10:05:27] *** phillip_w <phillip_w!~phil@162.243.147.19> has joined ##OpenGL
[10:05:27] *** Orphis <Orphis!~orphis@adam.orphis.net> has joined ##OpenGL
[10:05:27] *** darthdeus <darthdeus!~darthdeus@catsocket.com> has joined ##OpenGL
[10:05:27] *** pocketprotector <pocketprotector!~pocketpro@unaffiliated/pocketprotector> has joined ##OpenGL
[10:05:27] *** varesa <varesa!~varesa@ec2-52-49-18-111.eu-west-1.compute.amazonaws.com> has joined ##OpenGL
[10:05:27] *** danhedron <danhedron!~dan@unaffiliated/danharibo> has joined ##OpenGL
[10:05:27] *** darthdeus__ <darthdeus__!~quassel@catsocket.com> has joined ##OpenGL
[10:05:27] *** Boreeas <Boreeas!~Boreeas@boreeas.net> has joined ##OpenGL
[10:05:27] *** _fortis <_fortis!~fortis@static.141.80.201.138.clients.your-server.de> has joined ##OpenGL
[10:05:27] *** AKPWD <AKPWD!AKP@irc.akpwebdesign.com> has joined ##OpenGL
[10:05:27] *** Djstey|away <Djstey|away!~Djstey-Pr@djstey.com> has joined ##OpenGL
[10:05:27] *** BananaMagician <BananaMagician!~BananaMag@104.131.32.67> has joined ##OpenGL
[10:05:27] *** btipling_ <btipling_!~btipling_@unaffiliated/sk/x-5968384> has joined ##OpenGL
[10:05:27] *** Ariadeno_ <Ariadeno_!~Ariadeno@199.175.50.37> has joined ##OpenGL
[10:05:27] *** Dave13h_ <Dave13h_!~Dave@gibson.int13h.com> has joined ##OpenGL
[10:05:27] *** kasumi-owari <kasumi-owari!~kasumi-ow@ftth-213-233-237-007.solcon.nl> has joined ##OpenGL
[10:05:27] *** Angelo <Angelo!~Angelo@unaffiliated/angelo> has joined ##OpenGL
[10:05:27] *** lexxxx <lexxxx!lex@hattara.com> has joined ##OpenGL
[10:05:27] *** RazWelles <RazWelles!~raz@192.241.177.166> has joined ##OpenGL
[10:05:27] *** rellla <rellla!~rellla@lvps91-250-97-192.dedicated.hosteurope.de> has joined ##OpenGL
[10:05:27] *** lecx <lecx!lex@yuuh.pw> has joined ##OpenGL
[10:05:27] *** zunix <zunix!zunix@kifft.vor.den.bull3n.net> has joined ##OpenGL
[10:05:27] *** luminarys <luminarys!~luminarys@192.99.219.93> has joined ##OpenGL
[10:05:27] *** gluc <gluc!~Luc@19.140.77.83.dynamic.wline.res.cust.swisscom.ch> has joined ##OpenGL
[10:05:27] *** Bloodust <Bloodust!~Bloodust@tinodidriksen.com> has joined ##OpenGL
[10:05:27] *** spastic <spastic!~spastic@unaffiliated/spastic> has joined ##OpenGL
[10:05:27] *** pigeon <pigeon!~pigeon@eth5284.nsw.adsl.internode.on.net> has joined ##OpenGL
[10:05:27] *** chaiomanot <chaiomanot!~chaiomano@unaffiliated/chaiomanot> has joined ##OpenGL
[10:05:27] *** hurricanerix <hurricanerix!~hurricane@108.34.154.104.bc.googleusercontent.com> has joined ##OpenGL
[10:05:27] *** Spark <Spark!~dcunnin@186.83.59.108.bc.googleusercontent.com> has joined ##OpenGL
[10:05:27] *** bwidawsk <bwidawsk!~bwidawsk@zangief.bwidawsk.net> has joined ##OpenGL
[10:05:27] *** ``Erik <``Erik!~erik@pool-100-16-40-20.bltmmd.fios.verizon.net> has joined ##OpenGL
[10:05:27] *** TheFlash <TheFlash!theflash@banhammer.net> has joined ##OpenGL
[10:05:27] *** edman007 <edman007!~edman007@pdpc/supporter/active/edman007> has joined ##OpenGL
[10:05:27] *** Sedo <Sedo!~quassel@2a03:b0c0:3:d0::12f:8001> has joined ##OpenGL
[10:05:27] *** nopcode <nopcode!~nop@static.181.231.46.78.clients.your-server.de> has joined ##OpenGL
[10:05:27] *** dvoid_ <dvoid_!~quassel@h44n10-sde-a31.ias.bredband.telia.com> has joined ##OpenGL
[10:05:27] *** akaWolf <akaWolf!~akaWolf@unaffiliated/akawolf> has joined ##OpenGL
[10:05:27] *** Miklas_ <Miklas_!~Miklas@2001:41d0:52:300::c19> has joined ##OpenGL
[10:05:27] *** Enthralled <Enthralled!~Enthralle@65.19.183.157> has joined ##OpenGL
[10:05:27] *** thomasross <thomasross!~thomasros@thomasross.io> has joined ##OpenGL
[10:05:27] *** lahwran <lahwran!~lahwran@python/site-packages/lahwran> has joined ##OpenGL
[10:05:27] *** Zaneo <Zaneo!~Zaneo@45.55.2.85> has joined ##OpenGL
[10:05:27] *** bendem <bendem!~bendem@irc.bendem.be> has joined ##OpenGL
[10:05:27] *** TSS_ <TSS_!~TSS@86.127.142.242> has joined ##OpenGL
[10:05:27] *** pragma- <pragma-!~chaos@unaffiliated/pragmatic-chaos> has joined ##OpenGL
[10:05:27] *** Shockk <Shockk!~shockk@polar/dev/shockk> has joined ##OpenGL
[10:05:27] *** friden <friden!~friden@itphone.edstud.chalmers.se> has joined ##OpenGL
[10:05:27] *** quicksilver <quicksilver!~jules@roobarb.crazydogs.org> has joined ##OpenGL
[10:05:28] *** hl <hl!~hl@unaffiliated/hl> has joined ##OpenGL
[10:05:28] *** korans <korans!~korans@62.68.160.220> has joined ##OpenGL
[10:05:28] *** verm1n <verm1n!~verm1n@209-6-236-59.c3-0.wrx-ubr1.sbo-wrx.ma.cable.rcn.com> has joined ##OpenGL
[10:05:28] *** groton___ <groton___!groton@gateway/shell/blinkenshell.org/x-ulxdgikaknhmuvwu> has joined ##OpenGL
[10:05:28] *** kraft <kraft!kraft@gateway/shell/blinkenshell.org/x-xanewbvifqcvnvlz> has joined ##OpenGL
[10:05:28] *** [mbm] <[mbm]!~mbm@openwrt/developer/mbm> has joined ##OpenGL
[10:05:28] *** mrec_ <mrec_!~markus@sundtek.de> has joined ##OpenGL
[10:05:28] *** DaGardner <DaGardner!~DaGardner@unaffiliated/dagardner> has joined ##OpenGL
[10:05:28] *** Tee_Pee <Tee_Pee!uid23783@gateway/web/irccloud.com/x-ozvcdgcbubjexjet> has joined ##OpenGL
[10:05:28] *** joshd <joshd!~joshd@185.21.216.130> has joined ##OpenGL
[10:05:28] *** binezap <binezap!~binezap@96.53.62.146> has joined ##OpenGL
[10:05:28] *** sparetire <sparetire!~sparetire@unaffiliated/sparetire> has joined ##OpenGL
[10:05:28] *** bove <bove!sid26205@gateway/web/irccloud.com/x-ybojojphfhpnvqkr> has joined ##OpenGL
[10:05:28] *** maqr <maqr!~maqr@httpcraft/hax> has joined ##OpenGL
[10:05:28] *** chrisf <chrisf!~chrisf@hamb.in> has joined ##OpenGL
[10:05:28] *** ngladitz <ngladitz!~ngladitz@unaffiliated/ngladitz> has joined ##OpenGL
[10:05:28] *** svkurowski <svkurowski!~svkurowsk@46.101.164.222> has joined ##OpenGL
[10:05:28] *** l3dx <l3dx!sid2250@gateway/web/irccloud.com/x-xodqhaxoqajcccnf> has joined ##OpenGL
[10:05:28] *** karalaine <karalaine!~karalaine@unaffiliated/karalaine> has joined ##OpenGL
[10:05:28] *** yosafbridge <yosafbridge!~yosafbrid@68.ip-149-56-14.net> has joined ##OpenGL
[10:05:28] *** mudlord <mudlord!mudlord@rebote.net> has joined ##OpenGL
[10:05:28] *** Stragus <Stragus!~alexis@modemcable090.29-19-135.mc.videotron.ca> has joined ##OpenGL
[10:05:28] *** phaazon <phaazon!~bar@ns378376.ip-5-196-95.eu> has joined ##OpenGL
[10:05:28] *** rweichler <rweichler!~irc@192.241.212.206> has joined ##OpenGL
[10:05:28] *** Tulah <Tulah!~tulah@durhur.fi> has joined ##OpenGL
[10:05:28] *** Wagoo <Wagoo!~wagoo@116.167.203.62.dynamic.wline.res.cust.swisscom.ch> has joined ##OpenGL
[10:05:28] *** Kkiro <Kkiro!~yoo200181@unaffiliated/kkiro> has joined ##OpenGL
[10:05:28] *** hackkitten <hackkitten!~hackkitte@HSI-KBW-149-172-240-159.hsi13.kabel-badenwuerttemberg.de> has joined ##OpenGL
[10:05:28] *** soulz <soulz!~soulz@unaffiliated/soulz> has joined ##OpenGL
[10:05:28] *** Nach0z <Nach0z!~nach0z@unaffiliated/nach0z> has joined ##OpenGL
[10:05:28] *** Lnavry <Lnavry!yaniel@unaffiliated/yaniel> has joined ##OpenGL
[10:05:28] *** kenzierocks <kenzierocks!~kenzieroc@yes.quite.indeed.old.chap.it.is.kenzierocks.me> has joined ##OpenGL
[10:05:28] *** atk <atk!Arch-TK@fsf/member/Arch-TK> has joined ##OpenGL
[10:05:28] *** zgreg <zgreg!~greg@nest-1.gnumpf.tk> has joined ##OpenGL
[10:05:28] *** tapout <tapout!~tapout@unaffiliated/tapout> has joined ##OpenGL
[10:05:28] *** Ekho <Ekho!~Ekho@unaffiliated/ekho> has joined ##OpenGL
[10:05:28] *** Aster <Aster!~Aster@april-fools/2013/ninth/aster> has joined ##OpenGL
[10:05:28] *** gluc__ <gluc__!~quassel@19.140.77.83.dynamic.wline.res.cust.swisscom.ch> has joined ##OpenGL
[10:05:28] *** Nixx_ <Nixx_!~quassel@bulbasaur.sjorsgielen.nl> has joined ##OpenGL
[10:05:28] *** Hogofwar <Hogofwar!~Daniel@irc.pont.in> has joined ##OpenGL
[10:05:28] *** AlxAltea <AlxAltea!~alexaltea@phi.nz> has joined ##OpenGL
[10:05:28] *** bpye <bpye!~quassel@unaffiliated/bpye> has joined ##OpenGL
[10:05:28] *** MLM <MLM!sid38638@gateway/web/irccloud.com/x-hryxlhniwqxmrtpn> has joined ##OpenGL
[10:05:28] *** vijai <vijai!vijai@gateway/shell/openshells.net/x-smgxqdbtrmndjats> has joined ##OpenGL
[10:05:28] *** nkr <nkr!Elite14718@gateway/shell/elitebnc/x-gydfwuwaaxlrayoq> has joined ##OpenGL
[10:05:28] *** dau <dau!matthias@ipv6.nebelfront.org> has joined ##OpenGL
[10:05:28] *** iaglium <iaglium!~i@45.63.97.181> has joined ##OpenGL
[10:05:28] *** Drakon <Drakon!~drakon@cpc6-gran4-2-0-cust135.12-1.cable.virginm.net> has joined ##OpenGL
[10:05:28] *** tomaka_ <tomaka_!~tomaka@xvm-244-186.dc2.ghst.net> has joined ##OpenGL
[10:05:28] *** ornitorrincos <ornitorrincos!~ornitorri@unaffiliated/ornitorrincos> has joined ##OpenGL
[10:05:28] *** langkid1 <langkid1!~langkid1@2604:180:0:ce:5f69:7263::> has joined ##OpenGL
[10:05:28] *** tcsc <tcsc!sid721@gateway/web/mozilla/x-pxbxsigvmyewhyqs> has joined ##OpenGL
[10:05:28] *** Cyp_ <Cyp_!~Cyp_@x1-6-e8-94-f6-cd-57-25.cpe.webspeed.dk> has joined ##OpenGL
[10:05:28] *** Malediction <Malediction!~Buggery@foritus.plus.com> has joined ##OpenGL
[10:05:28] *** Plagman_ <Plagman_!~plagman@gw.valvesoftware.com> has joined ##OpenGL
[10:05:28] *** phryk <phryk!~phryk@ip-37-24-162-208.hsi14.unitymediagroup.de> has joined ##OpenGL
[10:05:28] *** M-hash <M-hash!hashmatrix@gateway/shell/matrix.org/x-hxleevweiejtvdhj> has joined ##OpenGL
[10:05:28] *** tm604 <tm604!~tom@cpc12-lewi14-2-0-cust47.2-4.cable.virginm.net> has joined ##OpenGL
[10:05:28] *** Yaniel <Yaniel!yanielkolm@gateway/shell/matrix.org/x-lyiylfxlitwpqudj> has joined ##OpenGL
[10:05:28] *** jonas__ <jonas__!~Jonas__@unaffiliated/jonas/x-7723671> has joined ##OpenGL
[10:05:28] *** Albori_Sninvel <Albori_Sninvel!~Albori@216-229-75-165.fidnet.com> has joined ##OpenGL
[10:05:28] *** stoopadpoop <stoopadpoop!~brown@unaffiliated/stoopdapoop> has joined ##OpenGL
[10:05:28] *** suppahsrv <suppahsrv!~mopmop@host226-206-dynamic.37-79-r.retail.telecomitalia.it> has joined ##OpenGL
[10:05:28] *** Mission-Critical <Mission-Critical!~MissionCr@unaffiliated/missioncritical> has joined ##OpenGL
[10:05:28] *** Twey <Twey!~twey@unaffiliated/twey> has joined ##OpenGL
[10:05:28] *** Lucretia <Lucretia!~laguest@pdpc/supporter/active/lucretia> has joined ##OpenGL
[10:05:28] *** bairyn <bairyn!~bairyn@unaffiliated/bob0> has joined ##OpenGL
[10:05:28] *** chirpsal1 <chirpsal1!~Chirps@S0106b81619e91574.ed.shawcable.net> has joined ##OpenGL
[10:05:28] *** swebb <swebb!~swebb@192.152.130.179> has joined ##OpenGL
[10:05:28] *** avtolstoy <avtolstoy!~avtolstoy@gateway/vpn/privateinternetaccess/avtolstoy> has joined ##OpenGL
[10:05:28] *** n0n <n0n!~n0n@2a03:b0c0:2:d0::25a:5001> has joined ##OpenGL
[10:05:28] *** haasn <haasn!~haasn@haasn.xyz> has joined ##OpenGL
[10:05:28] *** idontcarebear <idontcarebear!~idontcare@50.35.14.24> has joined ##OpenGL
[10:05:28] *** spjoe <spjoe!~spjoe@vserver1877.vserver-on.de> has joined ##OpenGL
[10:05:28] *** begui <begui!~bj@104-136-35-54.res.bhn.net> has joined ##OpenGL
[10:05:28] *** microcolonel <microcolonel!~aaron@unaffiliated/microcolonel> has joined ##OpenGL
[10:05:28] *** dawik <dawik!~davve@bsd.douchedata.com> has joined ##OpenGL
[10:05:28] *** dreda <dreda!~elmindred@h-187-22.a213.priv.bahnhof.se> has joined ##OpenGL
[10:05:28] *** zoktar <zoktar!~zoktar@unaffiliated/zoktar> has joined ##OpenGL
[10:05:28] *** hadjiszs_ <hadjiszs_!~hadjiszs@ns348042.ip-5-39-92.eu> has joined ##OpenGL
[10:05:28] *** zwiep` <zwiep`!~zwiep@d54c03c0d.access.telenet.be> has joined ##OpenGL
[10:05:28] *** AlphaOmega82 <AlphaOmega82!~alfa@CPE48ee0c279953-CMbc140153e510.cpe.net.cable.rogers.com> has joined ##OpenGL
[10:05:28] *** mukunda <mukunda!praynspray@c-71-205-185-63.hsd1.co.comcast.net> has joined ##OpenGL
[10:05:28] *** slime <slime!~slime73@blk-215-81-93.eastlink.ca> has joined ##OpenGL
[10:05:28] *** vassagus <vassagus!~vassagus@186.4.2.162> has joined ##OpenGL
[10:05:28] *** ntx <ntx!~ntx@a91-154-49-177.elisa-laajakaista.fi> has joined ##OpenGL
[10:05:28] *** unreal <unreal!~unreal@unaffiliated/unreal> has joined ##OpenGL
[10:05:28] *** hgoel <hgoel!uid175521@gateway/web/irccloud.com/x-yulwhxjswixjednk> has joined ##OpenGL
[10:05:28] *** Serus <Serus!~Serus@unaffiliated/serus> has joined ##OpenGL
[10:05:28] *** Lunatrius <Lunatrius!~Lunatrius@77.38.21.26> has joined ##OpenGL
[10:05:28] *** Defcronyke <Defcronyke!~Defcronyk@88.143.197.104.bc.googleusercontent.com> has joined ##OpenGL
[10:05:28] *** salamanderrake <salamanderrake!~quassel@v-216-52-148-169.unman-vds.premium-chicago.nfoservers.com> has joined ##OpenGL
[10:05:28] *** dexter0 <dexter0!~dexter0@2601:647:4502:8c00:a017:be5f:1fae:ffdb> has joined ##OpenGL
[10:05:28] *** foobaz <foobaz!~oofabz@2001:558:6025:4b:183f:744c:8e80:850d> has joined ##OpenGL
[10:05:28] *** RatherOutspoken <RatherOutspoken!~RatherOut@172-8-146-30.lightspeed.irvnca.sbcglobal.net> has joined ##OpenGL
[10:05:28] *** ting__ <ting__!~ting@host-92-16-179-94.as13285.net> has joined ##OpenGL
[10:05:28] *** giucam <giucam!~giulio@qt/giucam> has joined ##OpenGL
[10:05:28] *** pa <pa!~pa@unaffiliated/pa> has joined ##OpenGL
[10:05:28] *** nilspin <nilspin!~nilspin@81.4.104.140> has joined ##OpenGL
[10:05:28] *** Xeek <Xeek!~xeek@unaffiliated/xeek> has joined ##OpenGL
[10:05:28] *** tristanseifert <tristanseifert!~tristanse@128.194.3.4> has joined ##OpenGL
[10:05:28] *** torarne <torarne!torarnemat@gateway/shell/matrix.org/x-llcintndugewzhsy> has joined ##OpenGL
[10:05:28] *** saijanai_ <saijanai_!~lawsoneng@ip68-98-121-112.ph.ph.cox.net> has joined ##OpenGL
[10:05:28] *** moser <moser!~moser@14.146.33.172> has joined ##OpenGL
[10:05:28] *** telex <telex!~telex@freeshell.de> has joined ##OpenGL
[10:05:28] *** kuma_ <kuma_!~kuma@p8447f1.tokynt01.ap.so-net.ne.jp> has joined ##OpenGL
[10:05:28] *** redpill <redpill!~redpill@unaffiliated/redpill> has joined ##OpenGL
[10:05:28] *** zerd <zerd!~quassel@bat.slash.no> has joined ##OpenGL
[10:05:28] *** da2ce7 <da2ce7!~da2ce7@opentransactions/dev/da2ce7> has joined ##OpenGL
[10:05:28] *** electrostat <electrostat!~dag@unaffiliated/electrostat> has joined ##OpenGL
[10:05:28] *** derhass <derhass!~derhass@dslb-094-222-156-248.094.222.pools.vodafone-ip.de> has joined ##OpenGL
[10:05:28] *** Apeiron` <Apeiron`!znc@enigmavoid.com> has joined ##OpenGL
[10:05:28] *** Mysoft <Mysoft!~user@unaffiliated/mysoft> has joined ##OpenGL
[10:05:28] *** kuldeep <kuldeep!~kuldeep@unaffiliated/kuldeepdhaka> has joined ##OpenGL
[10:05:28] *** sandeepkr__ <sandeepkr__!~sandeepkr@111.235.65.5> has joined ##OpenGL
[10:05:28] *** Vag <Vag!~Vag@ppp-2-85-27-198.home.otenet.gr> has joined ##OpenGL
[10:05:28] *** phr34k <phr34k!~phpfreake@82-169-74-79.ip.telfort.nl> has joined ##OpenGL
[10:05:28] *** decltype <decltype!~decltype@decltype.org> has joined ##OpenGL
[10:05:28] *** bjz_ <bjz_!~bjz@104.222.140.22> has joined ##OpenGL
[10:05:28] *** wondiws <wondiws!~Jasper@5ED7DF59.cm-7-8d.dynamic.ziggo.nl> has joined ##OpenGL
[10:05:28] *** xCrypto <xCrypto!~xCrypto@drmons0544w-142177154202.dhcp-dynamic.FibreOp.ns.bellaliant.net> has joined ##OpenGL
[10:05:28] *** drewbarbs <drewbarbs!~drewbarbs@c-76-26-155-253.hsd1.va.comcast.net> has joined ##OpenGL
[10:05:28] *** Jonimus <Jonimus!~Jonimus@shirabe.taricorp.net> has joined ##OpenGL
[10:05:28] *** parasite_ <parasite_!~parasite@mar75-4-82-230-46-11.fbx.proxad.net> has joined ##OpenGL
[10:05:28] *** dmlloyd <dmlloyd!~dmlloyd@redhat/jboss/dmlloyd> has joined ##OpenGL
[10:05:28] *** Defaultti <Defaultti!defaultti@lakka.kapsi.fi> has joined ##OpenGL
[10:05:28] *** drith <drith!~drithdx@94.26.1.106> has joined ##OpenGL
[10:05:28] *** glYoda <glYoda!~MTLYoda@c-50-137-137-82.hsd1.or.comcast.net> has joined ##OpenGL
[10:05:28] *** bzztploink <bzztploink!~bzztploin@gateway/vpn/privateinternetaccess/bzztploink> has joined ##OpenGL
[10:05:28] *** fkaa <fkaa!~tundmatu@c83-254-208-131.bredband.comhem.se> has joined ##OpenGL
[10:05:28] *** Jimmio92 <Jimmio92!~Jimmio92@166.137.105.112> has joined ##OpenGL
[10:05:28] *** ertes <ertes!~never@p5485E696.dip0.t-ipconnect.de> has joined ##OpenGL
[10:05:28] *** Kingsqueee <Kingsqueee!~kingsley@d154-20-149-39.bchsia.telus.net> has joined ##OpenGL
[10:05:28] *** w4ffles <w4ffles!~w4ffles@li160-49.members.linode.com> has joined ##OpenGL
[10:05:28] *** Joefish <Joefish!~Joefish@p5B120129.dip0.t-ipconnect.de> has joined ##OpenGL
[10:05:28] *** hexagoxel <hexagoxel!~hexagoxel@p200300798F171C00021E33FFFE2231E9.dip0.t-ipconnect.de> has joined ##OpenGL
[10:05:28] *** d4rkforc1 <d4rkforc1!~darkforce@pdpc/supporter/student/d4rkforce> has joined ##OpenGL
[10:05:28] *** d4ryus <d4ryus!~d4ryus@p54988F1A.dip0.t-ipconnect.de> has joined ##OpenGL
[10:05:28] *** cam_y <cam_y!~cam_y@162.222.103.203> has joined ##OpenGL
[10:05:28] *** tambre <tambre!~tambre@9e1f-ee3c-edb9-31c3-a980-8a3e-07d0-2001.dyn.estpak.ee> has joined ##OpenGL
[10:05:28] *** karab44 <karab44!~karab44@unaffiliated/karab44> has joined ##OpenGL
[10:05:28] *** Xophosaurus <Xophosaurus!~yay@CPE20aa4b7a4083-CM34bdfa8af4b7.cpe.net.cable.rogers.com> has joined ##OpenGL
[10:05:28] *** doomlord <doomlord!~textual@host81-147-72-23.range81-147.btcentralplus.com> has joined ##OpenGL
[10:05:28] *** fqtw__ <fqtw__!~me@x4db248dc.dyn.telefonica.de> has joined ##OpenGL
[10:05:28] *** Ring0` <Ring0`!~mike@unaffiliated/ring0/x-8667941> has joined ##OpenGL
[10:05:28] *** cantstanya <cantstanya!~chatting@unaffiliated/cantstanya> has joined ##OpenGL
[10:05:28] *** exDM69 <exDM69!rikusalmin@kapsi.fi> has joined ##OpenGL
[10:05:28] *** FifthGB <FifthGB!uid36673@gateway/web/irccloud.com/x-nvflymgpbgldnfmj> has joined ##OpenGL
[10:05:28] *** kasper^ <kasper^!~safaf@82.137.11.0> has joined ##OpenGL
[10:05:28] *** ocharles <ocharles!sid30093@musicbrainz/user/ocharles> has joined ##OpenGL
[10:05:28] *** bmcorser <bmcorser!sid18416@gateway/web/irccloud.com/x-iqxmiynpcrstufsn> has joined ##OpenGL
[10:05:28] *** joel135 <joel135!sid136450@gateway/web/irccloud.com/x-pqguypbyserzacgi> has joined ##OpenGL
[10:05:28] *** huhlig <huhlig!sid17687@gateway/web/irccloud.com/x-ykvrsihyqsiwutgc> has joined ##OpenGL
[10:05:28] *** Guest19031 <Guest19031!sid22717@gateway/web/irccloud.com/x-urkvazbocoklqyyo> has joined ##OpenGL
[10:05:28] *** Birchy <Birchy!~Birchy@178-164-108.52.3p.ntebredband.no> has joined ##OpenGL
[10:05:28] *** Matthijs <Matthijs!~quassel@unaffiliated/matthijs> has joined ##OpenGL
[10:05:28] *** alexsystemf___ <alexsystemf___!uid64964@gateway/web/irccloud.com/x-mitpxrdiifnwcsby> has joined ##OpenGL
[10:05:28] *** Adrinael <Adrinael!~adrinael@barrel.rolli.org> has joined ##OpenGL
[10:05:28] *** sspiff <sspiff!~quassel@unaffiliated/yukito> has joined ##OpenGL
[10:05:28] *** rager <rager!~rager@lolrav.es> has joined ##OpenGL
[10:05:28] *** sadmac <sadmac!~sadmac@2001:4800:7810:512:68cc:5841:ff04:98cc> has joined ##OpenGL
[10:05:28] *** baum <baum!~baum@185.82.22.134> has joined ##OpenGL
[10:05:28] *** carvite <carvite!~carvite@unaffiliated/stryx/x-3871776> has joined ##OpenGL
[10:05:28] *** cnu- <cnu-!~u@s8635.suka.se> has joined ##OpenGL
[10:05:28] *** Maple__ <Maple__!Maple@gateway/shell/panicbnc/x-iqcbbtgdexbmjbaz> has joined ##OpenGL
[10:05:28] *** jdolan <jdolan!~jdolan@2001:4800:7817:101:be76:4eff:fe05:2412> has joined ##OpenGL
[10:05:28] *** Motig <Motig!~Motig@unaffiliated/motig> has joined ##OpenGL
[10:05:28] *** nitroxis <nitroxis!n@ipv6.nxs.re> has joined ##OpenGL
[10:05:28] *** dav1d <dav1d!~dav1d@unaffiliated/dav1d> has joined ##OpenGL
[10:05:28] *** zero7 <zero7!sid10708@gateway/web/irccloud.com/x-izeyaqbobjftqgfl> has joined ##OpenGL
[10:05:28] *** Coldseeker <Coldseeker!~Frosty@as-syd-4-1-55.ozonline.com.au> has joined ##OpenGL
[10:05:28] *** kuma__ <kuma__!~kuma@p8447f1.tokynt01.ap.so-net.ne.jp> has joined ##OpenGL
[10:05:28] *** robot-beethoven <robot-beethoven!~robot-bee@c-73-65-29-166.hsd1.mn.comcast.net> has joined ##OpenGL
[10:05:28] *** grim001 <grim001!~grim001@ip70-173-217-35.lv.lv.cox.net> has joined ##OpenGL
[10:05:28] *** ville <ville!~ville@178-55-15-36.bb.dnainternet.fi> has joined ##OpenGL
[10:05:28] *** ImQ009 <ImQ009!~ImQ009@unaffiliated/imq009> has joined ##OpenGL
[10:05:28] *** carado <carado!~carado@2a01:e34:ec1e:2390:8341:b3f5:2d6:41fa> has joined ##OpenGL
[10:05:28] *** CoolerExtreme <CoolerExtreme!~CoolerExt@117.201.142.32> has joined ##OpenGL
[10:05:28] *** shingshang <shingshang!~shingshan@115-64-27-246.static.tpgi.com.au> has joined ##OpenGL
[10:05:28] *** Th30n <Th30n!~Th30n@93-142-96-30.adsl.net.t-com.hr> has joined ##OpenGL
[10:05:28] *** konom <konom!~tamatias@141.15.138.77.rev.sfr.net> has joined ##OpenGL
[10:05:28] *** elect_ <elect_!~elect@ip5f5afe42.dynamic.kabel-deutschland.de> has joined ##OpenGL
[10:05:28] *** t0by <t0by!~t0by@host109-239-dynamic.244-95-r.retail.telecomitalia.it> has joined ##OpenGL
[10:05:28] *** hazypixels <hazypixels!foobar@ns504960.ip-198-27-67.net> has joined ##OpenGL
[10:05:28] *** dindinx <dindinx!~dindinx@unaffiliated/dindinx> has joined ##OpenGL
[10:05:28] *** rray <rray!~rray@unaffiliated/rray> has joined ##OpenGL
[10:05:28] *** Ivorius <Ivorius!~Ivorius@2604:a880:800:10::55b:8001> has joined ##OpenGL
[10:05:28] *** Bigcheese <Bigcheese!~bigcheese@unaffiliated/bigcheese> has joined ##OpenGL
[10:05:28] *** tsjost <tsjost!tsjost@2a01:7e00::f03c:91ff:fe56:f03c> has joined ##OpenGL
[10:05:28] *** cameronfr <cameronfr!cameronfr@2604:a880:1:20::1e5:900f> has joined ##OpenGL
[10:05:28] *** oberstein <oberstein!~ober@2605:6400:20:748::ddee:deee> has joined ##OpenGL
[10:05:28] *** lmat <lmat!~lmat@c-68-50-32-125.hsd1.in.comcast.net> has joined ##OpenGL
[10:05:28] *** tobbe <tobbe!~zagabar@c213-89-112-5.bredband.comhem.se> has joined ##OpenGL
[10:05:28] *** ^v <^v!~v^@me.pxtst.com> has joined ##OpenGL
[10:05:28] *** sam <sam!foobar@poulet.zoy.org> has joined ##OpenGL
[10:05:28] *** dahlia <dahlia!~dahlia@2607:5300:60:1c26::1> has joined ##OpenGL
[10:05:28] *** Taywee <Taywee!~taylor@2602:fff6:d:a0e3::4bf8> has joined ##OpenGL
[10:05:28] *** paperManu <paperManu!Elite13342@gateway/shell/elitebnc/x-ndcnfobbbjdoupra> has joined ##OpenGL
[10:05:28] *** btipling <btipling!~btipling@unaffiliated/sk/x-5968384> has joined ##OpenGL
[10:05:28] *** ra4king <ra4king!~ra4king@unaffiliated/ra4king> has joined ##OpenGL
[10:05:28] *** feliwir <feliwir!Elite16673@gateway/shell/elitebnc/x-snvzvogngcvxjrpm> has joined ##OpenGL
[10:05:28] *** sadtaco <sadtaco!~aaa@2602:306:833b:5980:a1cd:b2ff:d5cd:6b3> has joined ##OpenGL
[10:05:28] *** GinoManWorks <GinoManWorks!~GinoMan@50.251.53.110> has joined ##OpenGL
[10:05:28] *** shakesoda <shakesoda!~shake@celestiaradio/shark/soda> has joined ##OpenGL
[10:05:28] *** thoys <thoys!~thoys@546BD364.cm-12-4d.dynamic.ziggo.nl> has joined ##OpenGL
[10:05:28] *** axion <axion!~axion@li61-202.members.linode.com> has joined ##OpenGL
[10:05:28] *** snql <snql!~snql@snql.by> has joined ##OpenGL
[10:05:28] *** Pursche01 <Pursche01!uid28470@gateway/web/irccloud.com/x-otnqmafbkooniaqh> has joined ##OpenGL
[10:05:28] *** BlackFox <BlackFox!~BlackFox@ip-6317.proline.net.ua> has joined ##OpenGL
[10:05:28] *** PaulCapestany <PaulCapestany!~PaulCapes@204.28.124.82> has joined ##OpenGL
[10:05:28] *** notadeveloper__ <notadeveloper__!~letsmakej@2602:306:bd2a:a160:b9f9:328d:6d08:9f39> has joined ##OpenGL
[10:05:28] *** ExpiredPopsicle <ExpiredPopsicle!~ExpiredPo@expiredpopsicle.com> has joined ##OpenGL
[10:05:28] *** bigpet <bigpet!uid25664@gateway/web/irccloud.com/session> has joined ##OpenGL
[10:05:28] *** jpm[] <jpm[]!~Adium@2406:5600:1a:b86d:ad70:dd64:c514:67d> has joined ##OpenGL
[10:05:36] *** bigpet <bigpet!uid25664@gateway/web/irccloud.com/session> has quit IRC (Changing host)
[10:05:36] *** bigpet <bigpet!uid25664@gateway/web/irccloud.com/x-wbfwofukdxivwwdy> has joined ##OpenGL
[10:05:37] *** Gama11 <Gama11!~quassel@pD9F91BEF.dip0.t-ipconnect.de> has joined ##OpenGL
[10:05:38] *** Hastouki <Hastouki!~nenchev@CPEbc4dfb9f9443-CMbc4dfb9f9440.cpe.net.cable.rogers.com> has joined ##OpenGL
[10:05:38] *** nekomune <nekomune!~nekomune@comfy.moe> has joined ##OpenGL
[10:05:38] *** phr34k`91 <phr34k`91!~phpfreake@82-169-74-79.ip.telfort.nl> has joined ##OpenGL
[10:05:38] *** Timbo <Timbo!~tma@cpc102378-sgyl38-2-0-cust55.18-2.cable.virginm.net> has joined ##OpenGL
[10:05:38] *** DolphinDream <DolphinDream!~MSG@75-151-253-221-Pennsylvania.hfc.comcastbusiness.net> has joined ##OpenGL
[10:05:38] *** Folkol <Folkol!~Folkol@h-160-222.a137.corp.bahnhof.se> has joined ##OpenGL
[10:05:38] *** xissburg <xissburg!~xissburg@unaffiliated/xissburg> has joined ##OpenGL
[10:05:38] *** mtj_ <mtj_!~mtj@gw1.kohaaloha.com> has joined ##OpenGL
[10:05:38] *** computertechie <computertechie!~pepper@snowcat.link> has joined ##OpenGL
[10:05:38] *** M-ou-se <M-ou-se!~m-ou.se@m-ou.se> has joined ##OpenGL
[10:05:38] *** Henoxek <Henoxek!~Henoxek@henoxek.ru> has joined ##OpenGL
[10:05:38] *** jorj <jorj!~jorj@162.220.240.216> has joined ##OpenGL
[10:05:38] *** op9 <op9!syphter@rouk.org> has joined ##OpenGL
[10:06:27] *** Gama11 is now known as Guest49636
[10:07:07] *** huhlig <huhlig!sid17687@gateway/web/irccloud.com/x-ykvrsihyqsiwutgc> has quit IRC (Ping timeout: 250 seconds)
[10:07:47] *** emmanueloga <emmanueloga!sid23099@gateway/web/irccloud.com/x-dtunqpxgxhzeowyd> has quit IRC (Ping timeout: 244 seconds)
[10:12:19] *** cam_y <cam_y!~cam_y@162.222.103.203> has quit IRC (Remote host closed the connection)
[10:13:13] *** stefkos <stefkos!~stefkos@82.177.144.226> has joined ##OpenGL
[10:13:24] *** glYoda <glYoda!~MTLYoda@c-50-137-137-82.hsd1.or.comcast.net> has quit IRC (Quit: glYoda)
[10:13:48] *** atk is now known as not-pragma-
[10:14:04] *** not-pragma- is now known as atk
[10:14:09] *** discopatrick <discopatrick!sid138124@gateway/web/irccloud.com/x-idvemvwaplciolkt> has joined ##OpenGL
[10:15:03] *** huhlig <huhlig!sid17687@gateway/web/irccloud.com/x-agppuabnqvkmqezq> has joined ##OpenGL
[10:16:44] *** ville <ville!~ville@178-55-15-36.bb.dnainternet.fi> has quit IRC (Ping timeout: 244 seconds)
[10:17:37] *** emmanueloga <emmanueloga!sid23099@gateway/web/irccloud.com/x-epupcvwjtdgdeffm> has joined ##OpenGL
[10:17:52] *** glYoda <glYoda!~MTLYoda@c-50-137-137-82.hsd1.or.comcast.net> has joined ##OpenGL
[10:20:55] *** cam_y <cam_y!~cam_y@162.222.103.203> has joined ##OpenGL
[10:21:59] *** groton <groton!~groton@unaffiliated/groton> has joined ##OpenGL
[10:25:02] *** eivarv <eivarv!~eivarv@cm-84.215.4.97.getinternet.no> has joined ##OpenGL
[10:25:52] *** kasper^ <kasper^!~safaf@82.137.11.0> has quit IRC (Ping timeout: 252 seconds)
[10:31:12] *** cam_y <cam_y!~cam_y@162.222.103.203> has quit IRC ()
[10:34:52] *** groton <groton!~groton@unaffiliated/groton> has quit IRC (Quit: groton)
[10:41:10] *** ertesx <ertesx!~never@p4FC9217E.dip0.t-ipconnect.de> has joined ##OpenGL
[10:45:03] *** ertes <ertes!~never@p5485E696.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 265 seconds)
[10:45:10] *** TechnoCrunchDell <TechnoCrunchDell!~TechnoCru@101.100.137.146> has joined ##OpenGL
[10:51:20] *** BlackFox <BlackFox!~BlackFox@ip-6317.proline.net.ua> has quit IRC (Ping timeout: 250 seconds)
[10:52:23] *** losh <losh!~losh@mail.kiwifrog.net> has joined ##OpenGL
[10:54:26] *** vitimiti <vitimiti!~vitimiti@unaffiliated/vitimiti> has joined ##OpenGL
[10:54:39] *** vitimiti <vitimiti!~vitimiti@unaffiliated/vitimiti> has quit IRC (Remote host closed the connection)
[10:54:40] *** zagabar <zagabar!~zagabar@unaffiliated/zagabar> has joined ##OpenGL
[10:56:04] *** vitimiti <vitimiti!~vitimiti@unaffiliated/vitimiti> has joined ##OpenGL
[11:01:06] *** robot-beethoven <robot-beethoven!~robot-bee@c-73-65-29-166.hsd1.mn.comcast.net> has quit IRC (Quit: leaving)
[11:01:29] *** Zerflag <Zerflag!~zerflag@216-19-179-103.dyn.novuscom.net> has quit IRC (Remote host closed the connection)
[11:01:38] *** stefkos <stefkos!~stefkos@82.177.144.226> has quit IRC (Read error: Connection reset by peer)
[11:02:02] *** Zerflag <Zerflag!~zerflag@216-19-179-103.dyn.novuscom.net> has joined ##OpenGL
[11:06:28] *** Zerflag <Zerflag!~zerflag@216-19-179-103.dyn.novuscom.net> has quit IRC (Ping timeout: 264 seconds)
[11:07:54] *** Jackneill <Jackneill!~Jackneill@unaffiliated/jackneill> has joined ##OpenGL
[11:08:23] *** BlackFox <BlackFox!~BlackFox@ip-6317.proline.net.ua> has joined ##OpenGL
[11:12:59] *** Jimmio92 <Jimmio92!~Jimmio92@166.137.105.112> has quit IRC (Ping timeout: 250 seconds)
[11:23:03] *** KAHR-Alpha <KAHR-Alpha!~Alpha@AReims-652-1-57-173.w90-47.abo.wanadoo.fr> has joined ##OpenGL
[11:26:52] *** toor <toor!~toor@80.12.55.4> has joined ##OpenGL
[11:30:20] *** feliwir <feliwir!Elite16673@gateway/shell/elitebnc/x-snvzvogngcvxjrpm> has quit IRC (Ping timeout: 250 seconds)
[11:31:55] *** notadeveloper__ <notadeveloper__!~letsmakej@2602:306:bd2a:a160:b9f9:328d:6d08:9f39> has quit IRC (Read error: Connection reset by peer)
[11:33:15] *** notadeveloper <notadeveloper!~letsmakej@2602:306:bd2a:a160:b9f9:328d:6d08:9f39> has joined ##OpenGL
[11:34:02] *** irrenhaus3 <irrenhaus3!~xenon@HSI-KBW-046-005-253-022.hsi8.kabel-badenwuerttemberg.de> has joined ##OpenGL
[11:35:03] *** vitimiti <vitimiti!~vitimiti@unaffiliated/vitimiti> has quit IRC (Ping timeout: 240 seconds)
[11:35:55] *** feliwir <feliwir!Elite16673@gateway/shell/elitebnc/x-uisfctflpudjkayj> has joined ##OpenGL
[11:38:08] *** fergal <fergal!~fergal@cpc78875-bele10-2-0-cust225.2-1.cable.virginm.net> has joined ##OpenGL
[11:38:23] *** fergal <fergal!~fergal@cpc78875-bele10-2-0-cust225.2-1.cable.virginm.net> has quit IRC (Remote host closed the connection)
[11:43:34] *** Th30n <Th30n!~Th30n@93-142-96-30.adsl.net.t-com.hr> has quit IRC (Ping timeout: 244 seconds)
[11:43:50] *** needs <needs!~needs@197.53.11.93.rev.sfr.net> has joined ##OpenGL
[11:52:36] *** CoolerExtreme is now known as Cooler
[11:56:24] *** kuzy000 <kuzy000!~kuzy000@94.243.186.63> has joined ##OpenGL
[11:56:51] *** Xeek <Xeek!~xeek@unaffiliated/xeek> has quit IRC (Ping timeout: 276 seconds)
[11:58:59] *** stelarcf_ <stelarcf_!~stelarcf@92.81.115.213> has joined ##OpenGL
[11:59:40] *** stelarcf_ <stelarcf_!~stelarcf@92.81.115.213> has quit IRC (Client Quit)
[12:00:02] *** stelarcf_ <stelarcf_!~stelarcf@92.81.115.213> has joined ##OpenGL
[12:02:27] *** Xeek <Xeek!~xeek@unaffiliated/xeek> has joined ##OpenGL
[12:04:40] *** bjz_ <bjz_!~bjz@104.222.140.22> has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[12:04:51] *** xaxxon <xaxxon!~xaxxon@c-24-18-184-142.hsd1.wa.comcast.net> has joined ##OpenGL
[12:07:09] *** bjz <bjz!~bjz@104.222.140.111> has joined ##OpenGL
[12:08:42] *** Th30n <Th30n!~Th30n@93-142-96-30.adsl.net.t-com.hr> has joined ##OpenGL
[12:10:06] *** bjz <bjz!~bjz@104.222.140.111> has quit IRC (Client Quit)
[12:10:19] *** xaxxon <xaxxon!~xaxxon@c-24-18-184-142.hsd1.wa.comcast.net> has quit IRC (Read error: Connection reset by peer)
[12:10:26] *** gareppa <gareppa!~gareppa@151.28.158.45> has joined ##OpenGL
[12:11:50] *** xaxxon <xaxxon!~xaxxon@c-24-18-184-142.hsd1.wa.comcast.net> has joined ##OpenGL
[12:12:43] *** gareppa <gareppa!~gareppa@151.28.158.45> has quit IRC (Remote host closed the connection)
[12:16:13] *** Slion <Slion!~sl@p5B2BD090.dip0.t-ipconnect.de> has joined ##OpenGL
[12:29:06] *** Slion <Slion!~sl@p5B2BD090.dip0.t-ipconnect.de> has quit IRC (Quit: Leaving.)
[12:31:57] *** xaxxon <xaxxon!~xaxxon@c-24-18-184-142.hsd1.wa.comcast.net> has quit IRC (Ping timeout: 276 seconds)
[12:38:50] *** ibouvousaime <ibouvousaime!~ibouvousa@41.82.47.90> has joined ##OpenGL
[12:39:00] *** ShadowIce <ShadowIce!~pyoro@unaffiliated/shadowice-x841044> has joined ##OpenGL
[12:40:27] *** Coldseeker <Coldseeker!~Frosty@as-syd-4-1-55.ozonline.com.au> has quit IRC (Quit: The one good thing about repeating your mistakes is that you know when to cringe.)
[12:41:35] *** notadeveloper_ <notadeveloper_!~letsmakej@107-210-170-22.lightspeed.sndgca.sbcglobal.net> has joined ##OpenGL
[12:42:42] *** notadeveloper <notadeveloper!~letsmakej@2602:306:bd2a:a160:b9f9:328d:6d08:9f39> has quit IRC (Ping timeout: 250 seconds)
[12:44:34] *** KAHR-Alpha <KAHR-Alpha!~Alpha@AReims-652-1-57-173.w90-47.abo.wanadoo.fr> has quit IRC (Ping timeout: 260 seconds)
[12:51:58] *** karab44 <karab44!~karab44@unaffiliated/karab44> has quit IRC (Quit: Bye bye! o/)
[12:52:04] *** Th30n <Th30n!~Th30n@93-142-96-30.adsl.net.t-com.hr> has quit IRC (Ping timeout: 240 seconds)
[12:52:24] *** konom <konom!~tamatias@141.15.138.77.rev.sfr.net> has quit IRC (Quit: Leaving)
[12:52:52] *** BearishMushroom <BearishMushroom!~BearishMu@90-231-174-194-no159.tbcn.telia.com> has joined ##OpenGL
[12:56:59] *** ravior <ravior!~ravior@2a02:2f0e:c358:ad00:224:d7ff:feb5:311c> has joined ##OpenGL
[12:58:01] *** doomlord <doomlord!~textual@host81-147-72-23.range81-147.btcentralplus.com> has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[13:19:40] *** doomlord <doomlord!~textual@host81-147-72-23.range81-147.btcentralplus.com> has joined ##OpenGL
[13:20:54] *** karab44 <karab44!~karab44@unaffiliated/karab44> has joined ##OpenGL
[13:27:45] *** Th30n <Th30n!~Th30n@93-142-96-30.adsl.net.t-com.hr> has joined ##OpenGL
[13:33:27] *** fqtw_ <fqtw_!~me@x590e7391.dyn.telefonica.de> has joined ##OpenGL
[13:33:29] *** fqtw__ <fqtw__!~me@x4db248dc.dyn.telefonica.de> has quit IRC (Read error: Connection reset by peer)
[13:34:48] *** gareppa <gareppa!~gareppa@151.28.158.45> has joined ##OpenGL
[13:43:45] *** notadeveloper <notadeveloper!~letsmakej@2602:306:bd2a:a160:b9f9:328d:6d08:9f39> has joined ##OpenGL
[13:44:39] *** notadeveloper_ <notadeveloper_!~letsmakej@107-210-170-22.lightspeed.sndgca.sbcglobal.net> has quit IRC (Ping timeout: 260 seconds)
[13:48:28] *** Th30n <Th30n!~Th30n@93-142-96-30.adsl.net.t-com.hr> has quit IRC (Ping timeout: 264 seconds)
[13:49:53] *** kasper^ <kasper^!~safaf@79.117.185.108> has joined ##OpenGL
[13:52:06] *** fqtw_ <fqtw_!~me@x590e7391.dyn.telefonica.de> has quit IRC (Ping timeout: 265 seconds)
[13:54:12] *** kasper^ <kasper^!~safaf@79.117.185.108> has quit IRC (Ping timeout: 240 seconds)
[13:55:29] *** toor <toor!~toor@80.12.55.4> has quit IRC (Ping timeout: 250 seconds)
[13:56:56] *** p3rs3us <p3rs3us!~jduro@host86-132-102-33.range86-132.btcentralplus.com> has joined ##OpenGL
[14:01:40] *** Kingsqueee <Kingsqueee!~kingsley@d154-20-149-39.bchsia.telus.net> has quit IRC (Quit: Konversation terminated!)
[14:02:26] *** karab44 <karab44!~karab44@unaffiliated/karab44> has quit IRC (Quit: Bye bye! o/)
[14:02:26] *** Suchorski <Suchorski!regex@unaffiliated/suchorski> has joined ##OpenGL
[14:11:04] *** ravior_ <ravior_!~ravior@5-13-182-144.residential.rdsnet.ro> has joined ##OpenGL
[14:11:15] *** ravior <ravior!~ravior@2a02:2f0e:c358:ad00:224:d7ff:feb5:311c> has quit IRC (Quit: Konversation terminated!)
[14:15:55] *** karab44 <karab44!~karab44@unaffiliated/karab44> has joined ##OpenGL
[14:17:52] *** Th30n <Th30n!~Th30n@93-142-96-30.adsl.net.t-com.hr> has joined ##OpenGL
[14:18:28] *** snql <snql!~snql@snql.by> has quit IRC (Ping timeout: 250 seconds)
[14:18:43] *** ravior_ <ravior_!~ravior@5-13-182-144.residential.rdsnet.ro> has quit IRC (Quit: Konversation terminated!)
[14:19:00] *** TechnoCrunch <TechnoCrunch!~Tech@101.100.137.146> has quit IRC (Read error: Connection reset by peer)
[14:19:19] *** ravior_ <ravior_!~ravior@5-13-182-144.residential.rdsnet.ro> has joined ##OpenGL
[14:19:25] *** snql <snql!~snql@snql.by> has joined ##OpenGL
[14:21:09] *** jpm[] <jpm[]!~Adium@2406:5600:1a:b86d:ad70:dd64:c514:67d> has quit IRC (Quit: Leaving.)
[14:23:01] *** jpm[] <jpm[]!~Adium@2406:5600:1a:b86d:687c:f72a:7601:1c9c> has joined ##OpenGL
[14:23:06] *** elect_ <elect_!~elect@ip5f5afe42.dynamic.kabel-deutschland.de> has quit IRC (Ping timeout: 276 seconds)
[14:24:13] *** doomlord <doomlord!~textual@host81-147-72-23.range81-147.btcentralplus.com> has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[14:24:13] *** ratchetfreak <ratchetfreak!~ratchetfr@ptr-2hj4tbosgukodwskjp6x4qn1s.ip6.access.telenet.be> has joined ##OpenGL
[14:24:33] *** doomlord <doomlord!~textual@host81-147-72-23.range81-147.btcentralplus.com> has joined ##OpenGL
[14:26:38] *** TechnoCrunchDell <TechnoCrunchDell!~TechnoCru@101.100.137.146> has quit IRC (Ping timeout: 244 seconds)
[14:26:57] *** slidercrank <slidercrank!~slidercra@unaffiliated/slidercrank> has joined ##OpenGL
[14:30:16] *** bjz <bjz!~bjz@104.222.140.116> has joined ##OpenGL
[14:30:28] *** notadeveloper_ <notadeveloper_!~letsmakej@2602:306:bd2a:a160:b9f9:328d:6d08:9f39> has joined ##OpenGL
[14:31:54] *** notadeveloper <notadeveloper!~letsmakej@2602:306:bd2a:a160:b9f9:328d:6d08:9f39> has quit IRC (Ping timeout: 250 seconds)
[14:33:14] *** jpm[] <jpm[]!~Adium@2406:5600:1a:b86d:687c:f72a:7601:1c9c> has quit IRC (Quit: Leaving.)
[14:35:36] *** ibouvousaime <ibouvousaime!~ibouvousa@41.82.47.90> has quit IRC (Read error: Connection reset by peer)
[14:39:09] *** ville <ville!~ville@37-33-206-46.bb.dnainternet.fi> has joined ##OpenGL
[14:45:17] *** FrancoGP <FrancoGP!~quassel@58-7-17-190.fibertel.com.ar> has joined ##OpenGL
[14:45:52] *** kasper^ <kasper^!~safaf@79.117.185.108> has joined ##OpenGL
[14:46:01] *** doomlord <doomlord!~textual@host81-147-72-23.range81-147.btcentralplus.com> has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[14:46:02] *** grey__ <grey__!~grey@h2n3-ksg-a11.ias.bredband.telia.com> has joined ##OpenGL
[14:46:36] <grey__> anyone here using gentoo and radeon?
[14:46:45] *** ertesx is now known as ertes
[14:48:26] *** grey__ <grey__!~grey@h2n3-ksg-a11.ias.bredband.telia.com> has quit IRC (Quit: Leaving)
[14:50:23] *** jpm[] <jpm[]!~Adium@2406:5600:1a:b86d:aa86:ddff:fe89:f9e6> has joined ##OpenGL
[14:55:10] *** Codex_ <Codex_!~terop@91-157-91-164.elisa-laajakaista.fi> has joined ##OpenGL
[14:56:07] *** toor <toor!~toor@80.12.55.4> has joined ##OpenGL
[14:56:25] *** vitimiti <vitimiti!~vitimiti@unaffiliated/vitimiti> has joined ##OpenGL
[14:57:39] *** notadeveloper <notadeveloper!~letsmakej@2602:306:bd2a:a160:b9f9:328d:6d08:9f39> has joined ##OpenGL
[14:58:20] *** notadeveloper_ <notadeveloper_!~letsmakej@2602:306:bd2a:a160:b9f9:328d:6d08:9f39> has quit IRC (Ping timeout: 250 seconds)
[15:00:10] *** jpm[] <jpm[]!~Adium@2406:5600:1a:b86d:aa86:ddff:fe89:f9e6> has left ##OpenGL
[15:02:19] *** Murii <Murii!~Murii@86.125.206.235> has joined ##OpenGL
[15:02:26] *** anli <anli!~anders@217-211-66-29-no23.tbcn.telia.com> has joined ##OpenGL
[15:02:40] <anli> I have a rotation matrix, how do I apply that to my mvmatrix?
[15:02:52] <anli> Maybe I should just copy the rotation part over
[15:03:15] <derhass> anli: probably not
[15:03:22] <ville> anli: you multiply the two
[15:03:23] <derhass> anli: but it is totally unclear what you want
[15:03:32] <anli> To apply the rotation
[15:03:48] <anli> Ah, I need to multiply in the other order
[15:05:06] *** elect_ <elect_!~elect@ip5f5afe42.dynamic.kabel-deutschland.de> has joined ##OpenGL
[15:05:08] <derhass> apply the rotation to what exactly?
[15:05:18] *** wizardtheo <wizardtheo!57720e5b@gateway/web/cgi-irc/kiwiirc.com/ip.87.114.14.91> has joined ##OpenGL
[15:05:23] <derhass> a Model View matrix contains both the model and the view transform
[15:05:28] <ville> anli: may i suggest naming your matrices with the following scheme: a_from_b. so for example: world_from_object means it transforms from object space to world space. using this naming scheme let's you visually inspect your formula is right: a_from_b * b_from_c * c_from_d because the names on both sides of the * has to match
[15:05:29] <anli> yes
[15:06:12] <ville> and if you have something like: v' = a_from_b * b_from_c * v; you know v' is in "a" space now
[15:06:12] <derhass> and it is still totally unclear where you want the rotation to occur
[15:06:38] <anli> I want to apply the rotation set in a matrix instead of doing glRotate
[15:07:00] *** telex <telex!~telex@freeshell.de> has quit IRC (Remote host closed the connection)
[15:07:20] <anli> But actually, the rotation already being in the mvmatrix would be 0, I only translated it
[15:07:31] <anli> So its more like setting the rotation instead of applying it
[15:08:38] *** telex <telex!teletype@freeshell.de> has joined ##OpenGL
[15:09:44] <anli> If I just copy the entries not being in the diagonal of the matrix, the rotation would have been applied, I assume
[15:10:08] <ville> umm...
[15:10:17] <derhass> anli: no
[15:10:33] *** Codex_ <Codex_!~terop@91-157-91-164.elisa-laajakaista.fi> has quit IRC (Ping timeout: 276 seconds)
[15:10:40] <ville> sure you can do that but it won't be the same as multipkyin
[15:10:42] <ville> multiplying
[15:10:58] <anli> But I do not want to multiply if i do not have to
[15:11:19] <ville> well i guess if you know the values in both it can end up being the same if you've 0s in right places
[15:11:26] <derhass> but you have to
[15:11:33] *** gareppa <gareppa!~gareppa@151.28.158.45> has quit IRC (Quit: Leaving)
[15:11:34] <anli> Let me try this
[15:11:37] *** doomlord <doomlord!~textual@host81-147-72-23.range81-147.btcentralplus.com> has joined ##OpenGL
[15:11:48] *** gareppa <gareppa!~gareppa@151.28.158.45> has joined ##OpenGL
[15:13:33] *** ImQ009 <ImQ009!~ImQ009@unaffiliated/imq009> has quit IRC (Quit: Leaving)
[15:18:16] *** ibouvousaime <ibouvousaime!~ibouvousa@41.82.47.90> has joined ##OpenGL
[15:22:49] *** bjz <bjz!~bjz@104.222.140.116> has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[15:23:05] *** bjz <bjz!~bjz@104.222.140.116> has joined ##OpenGL
[15:24:51] *** notadeveloper_ <notadeveloper_!~letsmakej@107-210-170-22.lightspeed.sndgca.sbcglobal.net> has joined ##OpenGL
[15:25:12] *** notadeveloper <notadeveloper!~letsmakej@2602:306:bd2a:a160:b9f9:328d:6d08:9f39> has quit IRC (Ping timeout: 250 seconds)
[15:25:24] *** ravior_ <ravior_!~ravior@5-13-182-144.residential.rdsnet.ro> has quit IRC (Read error: No route to host)
[15:25:34] *** ravior_ <ravior_!~ravior@2a02:2f0e:c358:ad00:224:d7ff:feb5:311c> has joined ##OpenGL
[15:27:10] *** razieliyo <razieliyo!~razieliyo@unaffiliated/razieliyo> has joined ##OpenGL
[15:27:57] *** bjz <bjz!~bjz@104.222.140.116> has quit IRC (Client Quit)
[15:28:07] *** kmnt <kmnt!~k@69.63.37.65> has joined ##OpenGL
[15:33:18] *** toor <toor!~toor@80.12.55.4> has quit IRC (Ping timeout: 276 seconds)
[15:33:53] *** ArkaZeen <ArkaZeen!~ArkaZeen@CPE00fc8dcba053-CM00fc8dcba050.cpe.net.cable.rogers.com> has joined ##OpenGL
[15:41:24] *** Mysoft[Ware] <Mysoft[Ware]!~user@200-193-73-250.bnut3700.dsl.brasiltelecom.net.br> has joined ##OpenGL
[15:41:24] *** Mysoft <Mysoft!~user@unaffiliated/mysoft> has quit IRC (Disconnected by services)
[15:41:25] *** Mysoft[Ware] is now known as Mysoft
[15:41:28] *** Mysoft <Mysoft!~user@200-193-73-250.bnut3700.dsl.brasiltelecom.net.br> has quit IRC (Changing host)
[15:41:28] *** Mysoft <Mysoft!~user@unaffiliated/mysoft> has joined ##OpenGL
[15:42:05] *** madsy <madsy!~madsy@188.113.83.105> has joined ##OpenGL
[15:42:05] *** madsy <madsy!~madsy@188.113.83.105> has quit IRC (Changing host)
[15:42:05] *** madsy <madsy!~madsy@fu/coder/madsy> has joined ##OpenGL
[15:43:12] *** Codex_ <Codex_!~terop@91-157-91-164.elisa-laajakaista.fi> has joined ##OpenGL
[16:01:04] *** ibouvousaime <ibouvousaime!~ibouvousa@41.82.47.90> has quit IRC (Ping timeout: 264 seconds)
[16:04:07] *** ville <ville!~ville@37-33-206-46.bb.dnainternet.fi> has quit IRC (Ping timeout: 252 seconds)
[16:04:40] *** slidercrank <slidercrank!~slidercra@unaffiliated/slidercrank> has quit IRC (Ping timeout: 252 seconds)
[16:12:38] *** bjz <bjz!~bjz@104.222.140.47> has joined ##OpenGL
[16:15:09] *** harha_ <harha_!harha_@y55.ip4.netikka.fi> has joined ##OpenGL
[16:15:13] *** ibouvousaime <ibouvousaime!~ibouvousa@41.82.47.90> has joined ##OpenGL
[16:16:02] *** toor <toor!~toor@80.12.55.4> has joined ##OpenGL
[16:17:10] *** bjz <bjz!~bjz@104.222.140.47> has quit IRC (Client Quit)
[16:19:50] *** groton <groton!~groton@unaffiliated/groton> has joined ##OpenGL
[16:20:41] *** gareppa <gareppa!~gareppa@151.28.158.45> has quit IRC (Quit: Leaving)
[16:22:32] *** losh <losh!~losh@mail.kiwifrog.net> has quit IRC (Quit: Leaving)
[16:22:54] *** localuser- <localuser-!~quassel@unaffiliated/localuser-> has joined ##OpenGL
[16:23:35]
*** wizardtheo <wizardtheo!57720e5b@gateway/web/cgi-irc/kiwiirc.com/ip.87.114.14.91> has quit IRC (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
[16:25:56] *** karab44 <karab44!~karab44@unaffiliated/karab44> has quit IRC (Quit: Bye bye! o/)
[16:27:17] *** _BearishMushroom <_BearishMushroom!~BearishMu@90-231-174-194-no159.tbcn.telia.com> has joined ##OpenGL
[16:28:02] *** phr34k`91 <phr34k`91!~phpfreake@82-169-74-79.ip.telfort.nl> has quit IRC (Read error: Connection reset by peer)
[16:28:04] *** pril <pril!~userid@unaffiliated/pril> has joined ##OpenGL
[16:28:15] *** phr34k`91 <phr34k`91!~phpfreake@82-169-74-79.ip.telfort.nl> has joined ##OpenGL
[16:30:06] *** rawrawrer <rawrawrer!~rawrawrer@c58-111-144-57.thorn2.nsw.optusnet.com.au> has quit IRC (Quit: rawrawrer)
[16:30:51] *** Ad1 <Ad1!~Adrian@public-gprs386443.centertel.pl> has joined ##OpenGL
[16:31:03] *** BearishMushroom <BearishMushroom!~BearishMu@90-231-174-194-no159.tbcn.telia.com> has quit IRC (Ping timeout: 250 seconds)
[16:33:34] *** nine_milli <nine_milli!~nine_mill@32.211.52.104> has joined ##OpenGL
[16:36:01] *** match_ita <match_ita!~Giovanni@dynamic-adsl-78-14-227-127.clienti.tiscali.it> has joined ##OpenGL
[16:39:43] *** toor <toor!~toor@80.12.55.4> has quit IRC (Ping timeout: 250 seconds)
[16:42:19] *** elect_ <elect_!~elect@ip5f5afe42.dynamic.kabel-deutschland.de> has quit IRC (Ping timeout: 250 seconds)
[16:44:00] *** match_italia <match_italia!~Giovanni@dynamic-adsl-78-14-227-127.clienti.tiscali.it> has joined ##OpenGL
[16:44:20] *** match_ita <match_ita!~Giovanni@dynamic-adsl-78-14-227-127.clienti.tiscali.it> has quit IRC (Quit: It 's better to be optimistic and be wrong , than to be pessimistic and to be right - Albert Einstein)
[16:44:23] *** match_italia <match_italia!~Giovanni@dynamic-adsl-78-14-227-127.clienti.tiscali.it> has quit IRC (Read error: Connection reset by peer)
[16:44:37] *** match_ita <match_ita!~Giovanni@dynamic-adsl-78-14-227-127.clienti.tiscali.it> has joined ##OpenGL
[16:50:55] *** groton <groton!~groton@unaffiliated/groton> has quit IRC (Quit: groton)
[16:51:32] *** notadeveloper <notadeveloper!~letsmakej@2602:306:bd2a:a160:b9f9:328d:6d08:9f39> has joined ##OpenGL
[16:51:46] *** wizardtheo <wizardtheo!57720e5b@gateway/web/cgi-irc/kiwiirc.com/ip.87.114.14.91> has joined ##OpenGL
[16:54:49] *** notadeveloper_ <notadeveloper_!~letsmakej@107-210-170-22.lightspeed.sndgca.sbcglobal.net> has quit IRC (Ping timeout: 260 seconds)
[16:55:49] *** wizardtheo <wizardtheo!57720e5b@gateway/web/cgi-irc/kiwiirc.com/ip.87.114.14.91> has quit IRC (Client Quit)
[17:00:52] *** ville <ville!~ville@87-93-196-188.bb.dnainternet.fi> has joined ##OpenGL
[17:05:50] *** GarrettShields <GarrettShields!~GarrettSh@CPE3497f6605400-CMbc14013107e0.cpe.net.cable.rogers.com> has joined ##OpenGL
[17:08:25] *** wolfcub <wolfcub!~henrique_@177.55.194.77> has joined ##OpenGL
[17:08:42] *** Weavel <Weavel!~IceChat9@a91-156-244-1.elisa-laajakaista.fi> has joined ##OpenGL
[17:10:22] *** nikki93 <nikki93!~nikki93@117.195.73.111> has joined ##OpenGL
[17:10:45] *** SHC <SHC!~quassel@59.98.133.160> has joined ##OpenGL
[17:10:54] *** eivarv <eivarv!~eivarv@cm-84.215.4.97.getinternet.no> has quit IRC (Quit: Sleep)
[17:12:37] *** nikki93 <nikki93!~nikki93@117.195.73.111> has quit IRC (Remote host closed the connection)
[17:20:18] *** eivarv <eivarv!~eivarv@cm-84.215.4.97.getinternet.no> has joined ##OpenGL
[17:20:38] *** elect_ <elect_!~elect@ip5f5afe42.dynamic.kabel-deutschland.de> has joined ##OpenGL
[17:21:33] *** wizardtheo <wizardtheo!57720e5b@gateway/web/cgi-irc/kiwiirc.com/ip.87.114.14.91> has joined ##OpenGL
[17:21:59] *** anli <anli!~anders@217-211-66-29-no23.tbcn.telia.com> has quit IRC (Ping timeout: 244 seconds)
[17:26:26] *** Jimmio92 <Jimmio92!~Jimmio92@166.137.105.112> has joined ##OpenGL
[17:28:07] <nine_milli> i havent done gl in a while, i want to stretch a texture across a quad but it’s tiling it
[17:28:24] <nine_milli> what hsould the texparameters and coords be?
[17:33:40] *** kasper^ <kasper^!~safaf@79.117.185.108> has quit IRC (Ping timeout: 244 seconds)
[17:36:44] <slime> texture coordinates range from [0, 1] across the texture, anything outside of that is subject to the texture's wrap modes
[17:37:36] *** anli <anli!~anders@217-211-66-29-no23.tbcn.telia.com> has joined ##OpenGL
[17:37:42] *** pril <pril!~userid@unaffiliated/pril> has quit IRC ()
[17:38:25] <wizardtheo> yeah it sounds like your UV coords need tweaking milli
[17:38:27] <wizardtheo> they are too large
[17:38:52] *** Murii <Murii!~Murii@86.125.206.235> has quit IRC ()
[17:39:13] <nine_milli> im using gl_clamp_to_edge
[17:39:30] <nine_milli> float texCoords[] = {0,0,
[17:39:31] <nine_milli> 0,1,
[17:39:32] <nine_milli> 1,1,
[17:39:33] <nine_milli> 1,1,
[17:39:34] <nine_milli> 0,0,
[17:39:35] <nine_milli> 1,0};
[17:39:36] <nine_milli> those are my coords
[17:39:40] *** stefkos <stefkos!~stefkos@82.177.144.226> has joined ##OpenGL
[17:40:45] *** toor <toor!~toor@80.12.55.4> has joined ##OpenGL
[17:42:44] *** notadeveloper_ <notadeveloper_!~notadevel@107-210-170-22.lightspeed.sndgca.sbcglobal.net> has joined ##OpenGL
[17:44:22] <nine_milli> does that look correct for what im trying to do?
[17:44:46] *** localuser- <localuser-!~quassel@unaffiliated/localuser-> has quit IRC (Ping timeout: 252 seconds)
[17:45:34] *** ravior_ <ravior_!~ravior@2a02:2f0e:c358:ad00:224:d7ff:feb5:311c> has quit IRC (Quit: Konversation terminated!)
[17:46:05] *** kasper^ <kasper^!~safaf@79.117.185.108> has joined ##OpenGL
[17:52:24] *** Snuffish <Snuffish!~Snuffish@78-68-60-224-no30.tbcn.telia.com> has joined ##OpenGL
[17:53:04] *** Ad1 <Ad1!~Adrian@public-gprs386443.centertel.pl> has quit IRC (Ping timeout: 240 seconds)
[17:53:06] *** Snuffish <Snuffish!~Snuffish@78-68-60-224-no30.tbcn.telia.com> has quit IRC (Client Quit)
[17:56:14] *** bjz <bjz!~bjz@104.222.140.27> has joined ##OpenGL
[17:59:55] *** ImQ009 <ImQ009!~ImQ009@unaffiliated/imq009> has joined ##OpenGL
[18:07:00] *** groton <groton!~groton@unaffiliated/groton> has joined ##OpenGL
[18:07:48] *** subli <subli!~renegade@90-230-90-249-no148.tbcn.telia.com> has joined ##OpenGL
[18:09:45] *** ratchetfreak <ratchetfreak!~ratchetfr@ptr-2hj4tbosgukodwskjp6x4qn1s.ip6.access.telenet.be> has quit IRC (Read error: Connection reset by peer)
[18:10:09] *** ratchetfreak <ratchetfreak!~ratchetfr@ptr-2hj4tbosgukodwskjp6x4qn1s.ip6.access.telenet.be> has joined ##OpenGL
[18:12:54] *** SwiftMatt <SwiftMatt!~Objective@162.242.95.172> has joined ##OpenGL
[18:15:02] *** Jackneill <Jackneill!~Jackneill@unaffiliated/jackneill> has quit IRC (Quit: Leaving)
[18:15:38] *** Ad1 <Ad1!~Adrian@public-gprs394978.centertel.pl> has joined ##OpenGL
[18:17:39] *** moser <moser!~moser@14.146.33.172> has quit IRC (Ping timeout: 260 seconds)
[18:18:52] *** razieliyo <razieliyo!~razieliyo@unaffiliated/razieliyo> has quit IRC (Ping timeout: 252 seconds)
[18:21:08] *** ibouvousaime <ibouvousaime!~ibouvousa@41.82.47.90> has quit IRC (Ping timeout: 250 seconds)
[18:21:42] *** ibouvousaime <ibouvousaime!~ibouvousa@41.82.47.215> has joined ##OpenGL
[18:24:51] *** notadeveloper <notadeveloper!~letsmakej@2602:306:bd2a:a160:b9f9:328d:6d08:9f39> has quit IRC (Read error: Connection reset by peer)
[18:25:28] *** notadeveloper <notadeveloper!~letsmakej@2602:306:bd2a:a160:b9f9:328d:6d08:9f39> has joined ##OpenGL
[18:28:09] *** localuser- <localuser-!~quassel@unaffiliated/localuser-> has joined ##OpenGL
[18:28:33] *** localuser- <localuser-!~quassel@unaffiliated/localuser-> has quit IRC (Remote host closed the connection)
[18:28:46] *** elect_ <elect_!~elect@ip5f5afe42.dynamic.kabel-deutschland.de> has quit IRC (Remote host closed the connection)
[18:34:07] *** moser <moser!~moser@14.146.32.152> has joined ##OpenGL
[18:35:09] *** Ad1 <Ad1!~Adrian@public-gprs394978.centertel.pl> has quit IRC (Ping timeout: 244 seconds)
[18:35:14] *** bjz <bjz!~bjz@104.222.140.27> has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[18:35:33] *** bjz <bjz!~bjz@104.222.140.27> has joined ##OpenGL
[18:36:12] *** groton <groton!~groton@unaffiliated/groton> has quit IRC (Quit: groton)
[18:37:13] *** groton <groton!~groton@unaffiliated/groton> has joined ##OpenGL
[18:41:42] *** groton <groton!~groton@unaffiliated/groton> has quit IRC (Ping timeout: 265 seconds)
[18:46:53] *** quickbrownfox <quickbrownfox!~henrique_@186.194.99.9> has joined ##OpenGL
[18:50:18] *** wolfcub <wolfcub!~henrique_@177.55.194.77> has quit IRC (Ping timeout: 244 seconds)
[18:54:47] *** therue <therue!~therue@1-162-61-250.dynamic.hinet.net> has joined ##OpenGL
[18:56:47] *** therue <therue!~therue@1-162-61-250.dynamic.hinet.net> has left ##OpenGL
[18:59:40] *** toor <toor!~toor@80.12.55.4> has quit IRC (Remote host closed the connection)
[19:01:52] *** feliwir <feliwir!Elite16673@gateway/shell/elitebnc/x-uisfctflpudjkayj> has quit IRC (Ping timeout: 250 seconds)
[19:03:18]
*** wizardtheo <wizardtheo!57720e5b@gateway/web/cgi-irc/kiwiirc.com/ip.87.114.14.91> has quit IRC (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
[19:04:04] *** ville <ville!~ville@87-93-196-188.bb.dnainternet.fi> has quit IRC (Ping timeout: 264 seconds)
[19:07:38] *** slime <slime!~slime73@blk-215-81-93.eastlink.ca> has quit IRC (Quit: This computer has gone to sleep)
[19:09:34] *** DrBenway <DrBenway!~DrBenway@190.18.153.73> has joined ##OpenGL
[19:10:51] *** Th30n <Th30n!~Th30n@93-142-96-30.adsl.net.t-com.hr> has quit IRC (Quit: leaving)
[19:17:04] *** oftc_ftw <oftc_ftw!~oftc_ftw@unaffiliated/oftc-ftw/x-3443471> has joined ##OpenGL
[19:17:12] *** kuzy000 <kuzy000!~kuzy000@94.243.186.63> has quit IRC (Ping timeout: 244 seconds)
[19:19:14] *** kasper^ <kasper^!~safaf@79.117.185.108> has quit IRC (Ping timeout: 244 seconds)
[19:21:07] *** mat^2 <mat^2!~Mathias@130.226.161.124> has joined ##OpenGL
[19:23:37] <nine_milli> any one know how to convert a 8 bpp to 32 bpp ?
[19:27:01] *** feliwir <feliwir!Elite16673@gateway/shell/elitebnc/x-lafdztacsykdvzlt> has joined ##OpenGL
[19:27:56] *** notadeveloper__ <notadeveloper__!~letsmakej@2602:306:bd2a:a160:b9f9:328d:6d08:9f39> has joined ##OpenGL
[19:29:54] *** ville <ville!~ville@178-55-65-56.bb.dnainternet.fi> has joined ##OpenGL
[19:31:09]
*** feliwir <feliwir!Elite16673@gateway/shell/elitebnc/x-lafdztacsykdvzlt> has quit IRC (Quit: EliteBNC free bnc service - http://elitebnc.org - be a part of the Elite!)
[19:31:20] *** notadeveloper <notadeveloper!~letsmakej@2602:306:bd2a:a160:b9f9:328d:6d08:9f39> has quit IRC (Ping timeout: 250 seconds)
[19:41:02] *** paul424 <paul424!~chatzilla@ip-31-0-124-53.multi.internet.cyfrowypolsat.pl> has joined ##OpenGL
[19:42:00] *** feliwir <feliwir!Elite16673@gateway/shell/elitebnc/x-xahqkyovystsfmhg> has joined ##OpenGL
[19:47:02] *** ravior <ravior!~ravior@5-13-182-144.residential.rdsnet.ro> has joined ##OpenGL
[19:47:52] *** kmnt <kmnt!~k@69.63.37.65> has quit IRC (Ping timeout: 264 seconds)
[19:50:20] *** roxlu_ <roxlu_!~textual@5ED23C1E.cm-7-3a.dynamic.ziggo.nl> has joined ##OpenGL
[19:58:29] *** notadeveloper__ <notadeveloper__!~letsmakej@2602:306:bd2a:a160:b9f9:328d:6d08:9f39> has quit IRC (Read error: Connection reset by peer)
[19:59:25] *** ibouvousaime <ibouvousaime!~ibouvousa@41.82.47.215> has quit IRC (Read error: Connection reset by peer)
[19:59:46] *** notadeveloper <notadeveloper!~letsmakej@2602:306:bd2a:a160:b9f9:328d:6d08:9f39> has joined ##OpenGL
[20:02:46] *** FrancoGP <FrancoGP!~quassel@58-7-17-190.fibertel.com.ar> has quit IRC (Read error: Connection reset by peer)
[20:06:43] *** kmnt <kmnt!~k@69.63.37.65> has joined ##OpenGL
[20:08:50] *** match_ita <match_ita!~Giovanni@dynamic-adsl-78-14-227-127.clienti.tiscali.it> has quit IRC (Quit: It 's better to be optimistic and be wrong , than to be pessimistic and to be right - Albert Einstein)
[20:15:13] *** fqtw_ <fqtw_!~me@x590e7391.dyn.telefonica.de> has joined ##OpenGL
[20:18:16] *** slime <slime!~slime73@hlfxns016cw-142134145118.dhcp-dynamic.FibreOP.ns.bellaliant.net> has joined ##OpenGL
[20:20:46] *** Xrayez <Xrayez!~Xrayez@176.104.45.44> has joined ##OpenGL
[20:22:43] *** Cooler <Cooler!~CoolerExt@117.201.142.32> has quit IRC (Ping timeout: 265 seconds)
[20:27:43] *** Zerflag <Zerflag!~zerflag@216-19-179-103.dyn.novuscom.net> has joined ##OpenGL
[20:29:44] *** groton <groton!~groton@unaffiliated/groton> has joined ##OpenGL
[20:30:52] *** ville <ville!~ville@178-55-65-56.bb.dnainternet.fi> has quit IRC (Ping timeout: 240 seconds)
[20:31:13] *** DrBenway <DrBenway!~DrBenway@190.18.153.73> has quit IRC (Remote host closed the connection)
[20:32:00] *** DrBenway <DrBenway!~DrBenway@190.18.153.73> has joined ##OpenGL
[20:32:29] *** thetourist <thetourist!~tourist@cpc2-lewi16-2-0-cust312.2-4.cable.virginm.net> has joined ##OpenGL
[20:33:50] *** SHC <SHC!~quassel@59.98.133.160> has quit IRC (Remote host closed the connection)
[20:36:12] *** DrBenway <DrBenway!~DrBenway@190.18.153.73> has quit IRC (Ping timeout: 240 seconds)
[20:40:27] *** ville <ville!~ville@178-55-48-91.bb.dnainternet.fi> has joined ##OpenGL
[20:43:00] *** SwiftMatt <SwiftMatt!~Objective@162.242.95.172> has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[20:45:33] *** Fr0stBit_ <Fr0stBit_!~theartist@snf-570882.vm.okeanos.grnet.gr> has quit IRC (Ping timeout: 244 seconds)
[20:47:04] *** shingshang <shingshang!~shingshan@115-64-27-246.static.tpgi.com.au> has quit IRC (Ping timeout: 244 seconds)
[20:57:46] *** pril <pril!userid@unaffiliated/pril> has joined ##OpenGL
[20:59:30] *** ertes <ertes!~never@p4FC9217E.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 244 seconds)
[21:00:11] *** notadeveloper <notadeveloper!~letsmakej@2602:306:bd2a:a160:b9f9:328d:6d08:9f39> has quit IRC (Read error: Connection reset by peer)
[21:01:19] *** notadeveloper <notadeveloper!~letsmakej@2602:306:bd2a:a160:b9f9:328d:6d08:9f39> has joined ##OpenGL
[21:04:26] *** Occulus2057 <Occulus2057!~Alfred@24-113-48-48.wavecable.com> has joined ##OpenGL
[21:08:38] *** phr34k`91 <phr34k`91!~phpfreake@82-169-74-79.ip.telfort.nl> has quit IRC (Ping timeout: 265 seconds)
[21:08:49] *** phr34k <phr34k!~phpfreake@82-169-74-79.ip.telfort.nl> has quit IRC (Ping timeout: 252 seconds)
[21:09:04] *** phr34k <phr34k!~phpfreake@82-169-74-79.ip.telfort.nl> has joined ##OpenGL
[21:09:08] *** phr34k`91 <phr34k`91!~phpfreake@82-169-74-79.ip.telfort.nl> has joined ##OpenGL
[21:09:17] *** Albori_Sninvel <Albori_Sninvel!~Albori@216-229-75-165.fidnet.com> has quit IRC (Quit: WeeChat 1.6-rc1)
[21:10:17] *** notadeveloper <notadeveloper!~letsmakej@2602:306:bd2a:a160:b9f9:328d:6d08:9f39> has quit IRC (Read error: Connection reset by peer)
[21:10:44] *** notadeveloper <notadeveloper!~letsmakej@2602:306:bd2a:a160:d513:259e:5b80:43d7> has joined ##OpenGL
[21:11:28] *** ravior <ravior!~ravior@5-13-182-144.residential.rdsnet.ro> has quit IRC (Read error: No route to host)
[21:11:36] *** ravior <ravior!~ravior@5-13-182-144.residential.rdsnet.ro> has joined ##OpenGL
[21:14:30] *** surGeonGG <surGeonGG!5434edb4@gateway/web/freenode/ip.84.52.237.180> has joined ##OpenGL
[21:14:35] *** t0by <t0by!~t0by@host109-239-dynamic.244-95-r.retail.telecomitalia.it> has quit IRC (Quit: Bye!)
[21:15:54] *** notadeveloper__ <notadeveloper__!~letsmakej@2602:306:bd2a:a160:d513:259e:5b80:43d7> has joined ##OpenGL
[21:19:40] *** notadeveloper <notadeveloper!~letsmakej@2602:306:bd2a:a160:d513:259e:5b80:43d7> has quit IRC (Ping timeout: 250 seconds)
[21:19:53] *** fqtw <fqtw!~me@x590ce684.dyn.telefonica.de> has joined ##OpenGL
[21:20:31] *** surGeonGG <surGeonGG!5434edb4@gateway/web/freenode/ip.84.52.237.180> has left ##OpenGL
[21:20:45] *** surGeonGG <surGeonGG!5434edb4@gateway/web/freenode/ip.84.52.237.180> has joined ##OpenGL
[21:22:48] *** ratchetfreak <ratchetfreak!~ratchetfr@ptr-2hj4tbosgukodwskjp6x4qn1s.ip6.access.telenet.be> has quit IRC (Read error: Connection reset by peer)
[21:23:00] *** kmnt <kmnt!~k@69.63.37.65> has quit IRC (Ping timeout: 276 seconds)
[21:23:08] *** fqtw_ <fqtw_!~me@x590e7391.dyn.telefonica.de> has quit IRC (Ping timeout: 265 seconds)
[21:23:14] *** ratchetfreak <ratchetfreak!~ratchetfr@ptr-2hj4tbosgukodwskjp6x4qn1s.ip6.access.telenet.be> has joined ##OpenGL
[21:24:05] *** SwiftMatt <SwiftMatt!~Objective@162.242.95.172> has joined ##OpenGL
[21:24:25] *** tambre <tambre!~tambre@9e1f-ee3c-edb9-31c3-a980-8a3e-07d0-2001.dyn.estpak.ee> has quit IRC (Ping timeout: 250 seconds)
[21:28:16] *** flavi0 <flavi0!~anon@unaffiliated/flavi0> has joined ##OpenGL
[21:29:52] *** notadeveloper__ <notadeveloper__!~letsmakej@2602:306:bd2a:a160:d513:259e:5b80:43d7> has quit IRC (Read error: Connection reset by peer)
[21:31:39] *** notadeveloper <notadeveloper!~letsmakej@2602:306:bd2a:a160:d513:259e:5b80:43d7> has joined ##OpenGL
[21:34:35] *** SwiftMatt <SwiftMatt!~Objective@162.242.95.172> has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[21:36:18] *** DolpheenDream <DolpheenDream!~DolphinDr@pool-74-98-212-98.pitbpa.fios.verizon.net> has joined ##OpenGL
[21:37:13] *** kuzy000 <kuzy000!~kuzy000@94.243.186.63> has joined ##OpenGL
[21:37:38] *** MrFlibble <MrFlibble!MrFlibble@90.220.166.75> has joined ##OpenGL
[21:43:34] *** subli <subli!~renegade@90-230-90-249-no148.tbcn.telia.com> has quit IRC (Ping timeout: 260 seconds)
[21:43:55] *** notadeveloper <notadeveloper!~letsmakej@2602:306:bd2a:a160:d513:259e:5b80:43d7> has quit IRC (Read error: Connection reset by peer)
[21:46:08] *** ShadowIce <ShadowIce!~pyoro@unaffiliated/shadowice-x841044> has quit IRC (Quit: Leaving)
[21:46:14] *** fqtw_ <fqtw_!~me@x590ce36f.dyn.telefonica.de> has joined ##OpenGL
[21:49:36] *** fqtw <fqtw!~me@x590ce684.dyn.telefonica.de> has quit IRC (Ping timeout: 244 seconds)
[21:50:12] *** notadeveloper <notadeveloper!~letsmakej@2602:306:bd2a:a160:d513:259e:5b80:43d7> has joined ##OpenGL
[21:51:46] *** SorcererX <SorcererX!~SorcererX@78.211.189.109.customer.cdi.no> has joined ##OpenGL
[21:53:35] *** fqtw <fqtw!~me@x4db19ba5.dyn.telefonica.de> has joined ##OpenGL
[21:54:13] *** SwiftMatt <SwiftMatt!~Objective@162.242.95.172> has joined ##OpenGL
[21:54:27] *** upgrdman <upgrdman!~upgrdman@blender/artist/upgrdman> has joined ##OpenGL
[21:56:04] *** groton <groton!~groton@unaffiliated/groton> has quit IRC (Quit: groton)
[21:56:20] *** fqtw_ <fqtw_!~me@x590ce36f.dyn.telefonica.de> has quit IRC (Ping timeout: 244 seconds)
[21:57:36] *** subli <subli!~renegade@90-230-90-249-no148.tbcn.telia.com> has joined ##OpenGL
[22:01:21] *** kmnt <kmnt!~k@69.63.37.65> has joined ##OpenGL
[22:01:46] *** ariath <ariath!594230cc@gateway/web/freenode/ip.89.66.48.204> has joined ##OpenGL
[22:02:16] *** subli <subli!~renegade@90-230-90-249-no148.tbcn.telia.com> has quit IRC (Ping timeout: 264 seconds)
[22:02:30] <ariath> Hello. Say I have 2 variables: wall's surface normal, and a vector X. X is perpendicular to the surface normal. How do I tell if the vector X goes alongside the LEFT side of the wall or RIGHT?
[22:06:48] *** Zerflag <Zerflag!~zerflag@216-19-179-103.dyn.novuscom.net> has quit IRC (Remote host closed the connection)
[22:07:24] *** Zerflag <Zerflag!~zerflag@216-19-179-103.dyn.novuscom.net> has joined ##OpenGL
[22:07:27] *** fqtw_ <fqtw_!~me@x4db04241.dyn.telefonica.de> has joined ##OpenGL
[22:08:16] *** ibouvousaime <ibouvousaime!~ibouvousa@41.82.47.215> has joined ##OpenGL
[22:09:30] *** fqtw <fqtw!~me@x4db19ba5.dyn.telefonica.de> has quit IRC (Ping timeout: 250 seconds)
[22:10:04] <ariath> nvm, found the solution, it's dot(cross(X, UP), normal)
[22:10:15] *** TechnoCrunchDell <TechnoCrunchDell!~TechnoCru@101.100.137.146> has joined ##OpenGL
[22:11:23] *** cam_y <cam_y!~cam_y@162.222.103.203> has joined ##OpenGL
[22:12:24] *** Zerflag <Zerflag!~zerflag@216-19-179-103.dyn.novuscom.net> has quit IRC (Ping timeout: 276 seconds)
[22:13:19] *** oftc_ftw <oftc_ftw!~oftc_ftw@unaffiliated/oftc-ftw/x-3443471> has quit IRC (Ping timeout: 260 seconds)
[22:18:35] <anli> I was setting viewportwidth to be the size of the whole drawing area, then I was setting it to be a smaller part in the corner, when I was setting it to be the whole screen again, there was no output when drawing...
[22:19:05] <anli> I was setting the projection matrix after setting the viewport width
[22:23:33] <TechnoCrunchDell> How come AMD only supports GL 4.4 and GLSL 4.5?
[22:23:39] *** ratchetfreak <ratchetfreak!~ratchetfr@ptr-2hj4tbosgukodwskjp6x4qn1s.ip6.access.telenet.be> has quit IRC (Quit: Bye Bye)
[22:24:32] <Yaniel> they aren't very good at this stuff yet
[22:24:59] <dahlia> TechnoCrunchDell: I used to have 4.5 on my nvidia driver but after last update it's back at 4.4
[22:25:20] *** Murloc992 <Murloc992!~Murloc992@213.159.37.162> has joined ##OpenGL
[22:25:28] <Yaniel> also I think everyone is more interested in making their vulkan drivers top notch right now
[22:25:32] <anli> Is there a problem changing from a small viewport to a large viewport=
[22:25:34] <anli> ?
[22:25:55] <Yaniel> why would there be?
[22:26:18] <Murloc992> yo guys, I was wondering if there is a hard limit on vertex attribute arrays?
[22:26:26] <anli> I get nothing when I try to output something in the normal viewport in the 2nd drawing
[22:26:47] <Yaniel> if you are rendering to a FBO and set your viewport to something larger than the backing texture I'm not sure what happens
[22:27:04] <TechnoCrunchDell> I'm conflicted for what to support
[22:27:04] <Yaniel> but if your window is resized and you change the viewport accordingly it should be fine
[22:27:30] <Yaniel> TechnoCrunchDell 4.3 is pretty good, unless you want sparse textures
[22:27:32] <anli> Well, I do not output to a texture...
[22:27:42] <dahlia> well if nobody supports 4.5.... I'd choose 4.4 or lower :)
[22:27:53] *** oftc_ftw <oftc_ftw!~oftc_ftw@unaffiliated/oftc-ftw/x-3443471> has joined ##OpenGL
[22:27:55] <Yaniel> anyway, pick the features you want and take the oldest version that has them all
[22:29:42] <TechnoCrunchDell> Tessellation is only support only 4.0 sooo
[22:29:53] <TechnoCrunchDell> I think I know what will be the best choice to choose
[22:30:50] <Yaniel> I haven't heard of anyone using 4.0
[22:30:54] <Yaniel> 4.1 is fairly common
[22:31:04] <Yaniel> 4.3 has debug callbacks in core which is nice
[22:31:31] <derhass> Yaniel: why would 4.1 be common?
[22:31:46] <TechnoCrunchDell> Dammit, this makes me so confused
[22:31:51] <TechnoCrunchDell> Support later version, ditch older cards
[22:32:00] <TechnoCrunchDell> But more features, but I'm not sure if I even will use them
[22:32:27] <dahlia> I use the oldest version that has what I need
[22:32:44] <Yaniel> I remember seeing it a lot, no idea why
[22:32:58] <Yaniel> possibly because apple :D
[22:33:12] <Yaniel> right, that one was because apple
[22:33:16] <TechnoCrunchDell> Well I do plan to make it cross platform as I can :S
[22:33:20] <Yaniel> in the outside world it was 4.2
[22:33:24] <TechnoCrunchDell> my small project
[22:33:35] <dahlia> how do you tell what version is on a mac? is there something like glxinfo?
[22:33:38] <Yaniel> 3.3 is a nice target if you don't want tessellation
[22:33:47] <Yaniel> dahlia: there's a driver monitor tool
[22:34:02] <dahlia> know where to find it?
[22:34:03] <Yaniel> and apple has a gl feature matrix
[22:34:05] <TechnoCrunchDell> Yaniel, then rip me, well I don't have that old Mac anymore
[22:34:16] <TechnoCrunchDell> So 9400m/9600m GTs can die
[22:34:24] <Yaniel> my 2009 mbp can do 3.3
[22:34:34] <TechnoCrunchDell> I had the mid 2009
[22:34:38] <TechnoCrunchDell> Now I have htis dell
[22:34:52] <TechnoCrunchDell> Light speeds ahead
[22:35:03] <dahlia> Yaniel: ty
[22:35:15] <TechnoCrunchDell> I'll target 4.1
[22:35:21] <TechnoCrunchDell> Seems like the best shot
[22:35:55] *** kuzy000 <kuzy000!~kuzy000@94.243.186.63> has quit IRC (Ping timeout: 250 seconds)
[22:36:09] <dahlia> I have intel iris so according to that chart it's 4.1
[22:37:20] <Yaniel> yup
[22:37:28] <Yaniel> also apple's software renderer does 4.1
[22:37:44] <Yaniel> and I think mesa does too nowadays
[22:38:15] <derhass> mesa does 4.5 on newer intel igps nowadays
[22:38:27] *** Weavel <Weavel!~IceChat9@a91-156-244-1.elisa-laajakaista.fi> has quit IRC (Quit: Given the choice between you, I'll take the sea-sick crocodile.)
[22:38:40] <Yaniel> but the sw renderer
[22:38:56] <Yaniel> well, now maybe 4.5 already
[22:38:57] * Yaniel checks
[22:38:59] <derhass> is still at 3.3
[22:39:24] <Yaniel> "Mesa 12.0.1 implements the OpenGL 4.3 API"
[22:39:35] <Yaniel> from mesa3d.org
[22:40:05] <derhass> yeah, the release version isn't quite there
[22:40:18] *** monsterjamp <monsterjamp!uid156866@gateway/web/irccloud.com/x-bwokeythinvjisrv> has joined ##OpenGL
[22:40:53] <Yaniel> neither is the sw renderer it seems
[22:41:58] <dahlia> I wonder how much code is common between mesa and mac software renderer
[22:42:02] *** Albori <Albori!~Albori@67-43-240-110.fidnet.com> has joined ##OpenGL
[22:42:42] *** Ipe_ <Ipe_!~Ipe@a91-156-244-1.elisa-laajakaista.fi> has joined ##OpenGL
[22:42:48] *** ImQ009 <ImQ009!~ImQ009@unaffiliated/imq009> has quit IRC (Quit: Leaving)
[22:43:04] *** oftc_ftw <oftc_ftw!~oftc_ftw@unaffiliated/oftc-ftw/x-3443471> has quit IRC (Read error: Connection reset by peer)
[22:46:36] *** flavi0 <flavi0!~anon@unaffiliated/flavi0> has quit IRC (Quit: leaving)
[22:47:03] *** Xrayez <Xrayez!~Xrayez@176.104.45.44> has quit IRC (Read error: Connection reset by peer)
[22:54:09] *** Ipe <Ipe!~Ipe@a91-156-244-1.elisa-laajakaista.fi> has joined ##OpenGL
[22:54:10] *** Ipe_ <Ipe_!~Ipe@a91-156-244-1.elisa-laajakaista.fi> has quit IRC (Ping timeout: 244 seconds)
[22:57:14] *** notadeveloper__ <notadeveloper__!~letsmakej@2602:306:bd2a:a160:d513:259e:5b80:43d7> has joined ##OpenGL
[22:57:35] *** vitimiti <vitimiti!~vitimiti@unaffiliated/vitimiti> has quit IRC (Quit: Meows out)
[22:58:07] *** SwiftMatt <SwiftMatt!~Objective@162.242.95.172> has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[23:00:37] *** notadeveloper <notadeveloper!~letsmakej@2602:306:bd2a:a160:d513:259e:5b80:43d7> has quit IRC (Ping timeout: 250 seconds)
[23:04:04] *** oftc_ftw <oftc_ftw!~oftc_ftw@unaffiliated/oftc-ftw/x-3443471> has joined ##OpenGL
[23:11:27] *** ibouvousaime <ibouvousaime!~ibouvousa@41.82.47.215> has quit IRC (Ping timeout: 250 seconds)
[23:13:17] *** oftc_ftw <oftc_ftw!~oftc_ftw@unaffiliated/oftc-ftw/x-3443471> has quit IRC (Ping timeout: 244 seconds)
[23:15:02] *** pril <pril!userid@unaffiliated/pril> has quit IRC ()
[23:15:47] *** oftc_ftw <oftc_ftw!~oftc_ftw@unaffiliated/oftc-ftw/x-3443471> has joined ##OpenGL
[23:16:35] *** bookmark <bookmark!~IceChat77@173-169-112-35.res.bhn.net> has joined ##OpenGL
[23:19:51] *** oftc_ftw <oftc_ftw!~oftc_ftw@unaffiliated/oftc-ftw/x-3443471> has quit IRC (Remote host closed the connection)
[23:23:36] *** notadeveloper <notadeveloper!~letsmakej@2602:306:bd2a:a160:d513:259e:5b80:43d7> has joined ##OpenGL
[23:26:10] *** SwiftMatt <SwiftMatt!~Objective@162.242.95.158> has joined ##OpenGL
[23:26:11] *** notadeveloper__ <notadeveloper__!~letsmakej@2602:306:bd2a:a160:d513:259e:5b80:43d7> has quit IRC (Ping timeout: 250 seconds)
[23:26:12] *** svslv <svslv!~user1@node-160-205-28-94.domolink.tula.net> has joined ##OpenGL
[23:28:21] *** kuldeep <kuldeep!~kuldeep@unaffiliated/kuldeepdhaka> has quit IRC (Ping timeout: 250 seconds)
[23:28:27] *** sandeepkr__ <sandeepkr__!~sandeepkr@111.235.65.5> has quit IRC (Ping timeout: 276 seconds)
[23:32:25] *** notadeveloper__ <notadeveloper__!~letsmakej@2602:306:bd2a:a160:d513:259e:5b80:43d7> has joined ##OpenGL
[23:35:21] *** pril <pril!~userid@unaffiliated/pril> has joined ##OpenGL
[23:35:43] *** notadeveloper <notadeveloper!~letsmakej@2602:306:bd2a:a160:d513:259e:5b80:43d7> has quit IRC (Ping timeout: 250 seconds)
[23:36:49] *** Ad1 <Ad1!~Adrian@public-gprs391682.centertel.pl> has joined ##OpenGL
[23:39:01] *** svslv <svslv!~user1@node-160-205-28-94.domolink.tula.net> has quit IRC (Quit: Konversation terminated!)
[23:39:29] *** notadeveloper__ <notadeveloper__!~letsmakej@2602:306:bd2a:a160:d513:259e:5b80:43d7> has quit IRC (Read error: Connection reset by peer)
[23:40:03] *** surGeonGG <surGeonGG!5434edb4@gateway/web/freenode/ip.84.52.237.180> has quit IRC (Quit: Page closed)
[23:40:53] *** notadeveloper <notadeveloper!~letsmakej@2602:306:bd2a:a160:d513:259e:5b80:43d7> has joined ##OpenGL
[23:43:46] *** Emersont1 <Emersont1!~EmersonT1@host109-156-50-187.range109-156.btcentralplus.com> has joined ##OpenGL
[23:43:51] <Emersont1> Hi
[23:44:50] <Emersont1> Is updating a uniform for each mesh every frame viable?
[23:45:15] <dawik> sure
[23:45:26] <Xeek> probalby have to if you want to move it around
[23:45:30] <dawik> thats how skinning is done
[23:45:39] <dawik> and what not :P
[23:46:02] *** ariath <ariath!594230cc@gateway/web/freenode/ip.89.66.48.204> has quit IRC (Ping timeout: 264 seconds)
[23:48:23] <Emersont1> Thanks
[23:50:50] *** TechnoCrunch <TechnoCrunch!~Tech@101.100.137.146> has joined ##OpenGL
[23:52:10] *** Joefish <Joefish!~Joefish@p5B120129.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 252 seconds)
[23:56:50] *** fqtw__ <fqtw__!~me@x4db04241.dyn.telefonica.de> has joined ##OpenGL
[23:58:09] *** Ryp <Ryp!~ryp@laf94-4-88-190-202-176.fbxo.proxad.net> has joined ##OpenGL
[23:58:14] *** paul424 <paul424!~chatzilla@ip-31-0-124-53.multi.internet.cyfrowypolsat.pl> has quit IRC (Quit: ChatZilla 0.9.92 [Firefox 48.0.1/20160818000000])
[23:59:00] *** notadeveloper__ <notadeveloper__!~letsmakej@107-210-170-22.lightspeed.sndgca.sbcglobal.net> has joined ##OpenGL