IRC channel logs

2016-06-08.log

back to list of logs

<amz3`>héllo
<galex-713>davexunit: I tried to follow the link wingo gave on mesa+llvmpipe and set the libpath accordingly to use the new libGL.so hoping it would help to make GLSL1.3 work softwarely even with the GPU not supporting it, but I still get the same error, any idea?
<davexunit>galex-713: no, sorry. I've never used llvmpipe
<galex-713>ok :/
<galex-713>wingo: any idea? :/
<wingo>no, sorry
<galex-713>any idea of channel where to ask for such stuff otherwise? (since you got the link)
<amz3`>maybe #mesa channel if it exists
<amz3`>it doesn't
<wleslie>< gladOS> maaaybe you'l find someone else to help you. Maybe #mesa? that was a joke, HAHA, fat chance
<dsmith>{appropriate time} Greetings, Guilers
<amz3>davexunit: what do you think about using guile parser combinator to parse csv files?
<davexunit>amz3: sure! could be too slow, though.
<davexunit>a special-purpose parser might be better for "real work"
<amz3>it depends of the work anyway, I don't mind yet
<amz3>I was thinking of this because I think it's simpler to write a csv parser than a markdown parser
<amz3>I'll need write it to know actually if it's simpler!!
<amz3>I have no idea how to do it
<amz3>I'd like to use csv parser for the guile parser combinator I'm writing