*** timbyr has quit IRC | 01:09 | |
*** timbyr has joined #lv2 | 01:12 | |
*** HarryHaaren has quit IRC | 01:16 | |
*** unclechu_ has quit IRC | 02:21 | |
*** unclechu has quit IRC | 02:26 | |
*** NickSB2 has quit IRC | 02:40 | |
*** triune has quit IRC | 04:49 | |
*** triune has joined #lv2 | 04:57 | |
*** abique has joined #lv2 | 08:09 | |
*** triune has quit IRC | 08:55 | |
*** edogawa has joined #lv2 | 09:01 | |
*** triune has joined #lv2 | 09:01 | |
*** triune has joined #lv2 | 09:01 | |
*** NickSB2 has joined #lv2 | 10:49 | |
*** falktx has quit IRC | 10:55 | |
*** triune has quit IRC | 10:57 | |
*** kaspar_e has joined #lv2 | 11:02 | |
*** triune has joined #lv2 | 11:03 | |
*** edogawa has quit IRC | 11:30 | |
*** edogawa has joined #lv2 | 11:35 | |
*** edogawa has quit IRC | 11:40 | |
*** edogawa has joined #lv2 | 11:45 | |
*** unclechu has joined #lv2 | 11:50 | |
*** unclechu has quit IRC | 12:04 | |
*** triune has quit IRC | 12:27 | |
*** triune has joined #lv2 | 12:35 | |
*** triune has quit IRC | 14:00 | |
*** triune has joined #lv2 | 14:05 | |
*** abique has quit IRC | 14:19 | |
*** abique has joined #lv2 | 14:31 | |
*** NickSB2 has quit IRC | 14:52 | |
*** shanipribadi has joined #lv2 | 16:19 | |
*** kaspar_e has quit IRC | 17:04 | |
*** abique has quit IRC | 17:19 | |
drobilla | I wish JUCE was included in distributions so we could have a JUCE example plugin. | 17:37 |
---|---|---|
*** triune has quit IRC | 18:03 | |
*** triune has joined #lv2 | 18:11 | |
*** falktx has joined #lv2 | 18:28 | |
*** unclechu has joined #lv2 | 19:00 | |
*** Gethiox has joined #lv2 | 19:02 | |
*** Gethiox4 has quit IRC | 19:05 | |
*** mlpug has joined #lv2 | 19:43 | |
*** shanipribadi has quit IRC | 20:25 | |
*** shanipribadi has joined #lv2 | 20:39 | |
*** mlpug has quit IRC | 20:41 | |
wrl | drobilla: hey, you around? want to see if i can make headway on the rutabaga font rendering | 21:38 |
drobilla | wrl: I'm here, but I'm marking tests that need to be finished today. | 21:39 |
wrl | drobilla: alright. let me know. | 21:39 |
drobilla | wrl: What sort of manual futzing around are you thinking of? | 21:40 |
drobilla | wrl: If I need to periodically update, compile, run, and say whether or not I can see text, I can do that. | 21:40 |
wrl | drobilla: yeah, that's the gist of it. was going to futz with the text shader first and see if the issue's in there | 21:40 |
drobilla | wrl: Okay, that's fine, I just can't be tinkering around with code myself. Feel free to ping me whenever you want me to try something. | 21:41 |
wrl | oh yeah, i wouldn't expect you to do that. give me a few. | 21:41 |
wrl | drobilla: replace src/shaders/text.frag.glsl with https://gist.github.com/wrl/41fd449f8a16e26f609b/raw/75eb8cd5631c14b9fac98a5b4a18d968d7afa95c/text.frag.glsl | 21:53 |
wrl | recompile, let me know what you see | 21:53 |
wrl | you should get white rectangles instead of characters | 21:53 |
drobilla | I really need an IRC client that I can copy long links from | 21:53 |
Anchakor | irssi+roxterm works for me :) | 21:54 |
drobilla | I use irssi. If it spans the line, you're screwed. | 21:54 |
drobilla | Unless roxterm has some kind of rect select or something? | 21:55 |
* drobilla should just switch to emacs already, it's inevitable anyway | 21:55 | |
Anchakor | roxterm has multiline link detector/selector | 21:55 |
drobilla | wrl: no change | 21:56 |
wrl | really! | 21:56 |
wrl | hm. | 21:56 |
wrl | that's unexpected, sec | 21:56 |
drobilla | I tried with LIBGL_ALWAYS_INDIRECT=1 but that just crashed | 21:58 |
wrl | damn. | 21:59 |
wrl | hm. | 21:59 |
wrl | do you have apitrace installed? | 21:59 |
drobilla | nope, nor does debian seem to have such a package | 22:03 |
wrl | bleh. let me see what i can find | 22:06 |
drobilla | You have the same card as me, you said? | 22:07 |
wrl | almost | 22:07 |
drobilla | (for some value of "card") | 22:07 |
wrl | i've got an ivybridge intel | 22:07 |
wrl | apitrace would make my life a lot nicer because it'll show if there's any major issue in GL | 22:09 |
wrl | drobilla: any way i can get you to build this from git? http://apitrace.github.io/#download | 22:11 |
drobilla | I will install it in a bit | 22:11 |
wrl | alright | 22:11 |
drobilla | stupid nichey tools not in the One True Distribution... :P | 22:11 |
wrl | right? | 22:11 |
wrl | after you install it, do an `apitrace trace ./build/examples/test` | 22:12 |
wrl | and just quit after a second or two and send me the .trace file | 22:12 |
wrl | and, actually | 22:12 |
wrl | revert the change to the shader as well, before you do that | 22:12 |
drobilla | make: *** No rule to make target `uninstall'. Stop. | 22:25 |
wrl | hoo boy. | 22:25 |
drobilla | I really do not like cmake | 22:25 |
wrl | waf will save us all | 22:26 |
drobilla | It just reeks of people who really only care about IDE bullshit | 22:26 |
drobilla | anyway | 22:26 |
drobilla | cmake -g "Unix Makefiles". Good grief. | 22:26 |
drobilla | wrl: http://drobilla.net/files/test.trace | 22:29 |
wrl | hm | 22:31 |
wrl | did you close the window or ctrl-c? | 22:31 |
drobilla | I don't remember. probably closed the window. | 22:33 |
wrl | hm, okay | 22:35 |
wrl | seems like my apitrace is acting up, let me update it | 22:35 |
drobilla | Uploaded a new one where I definitely closed the window | 22:44 |
drobilla | I do get this on exit: | 22:44 |
drobilla | XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0" | 22:44 |
drobilla | after 1335 requests (1335 known processed) with 0 events remaining. | 22:44 |
wrl | hmph. | 22:45 |
wrl | okay i'll look into that too. | 22:45 |
wrl | updating apitrace worked tho, got this trace working | 22:45 |
wrl | drobilla: yeah something weird is going on. at the very least, it doesn't look like freetype is rendering into the texture correctly | 22:49 |
drobilla | If this is something about my freetype configuration, how much will you hate me? :) | 22:49 |
drobilla | (though pretty much everything uses freetype and I can of course see text in general) | 22:50 |
wrl | yeah, yeah | 22:50 |
wrl | well | 22:50 |
wrl | i need to get freetype linking statically at some point anyway ;P | 22:50 |
*** edogawa has quit IRC | 23:28 |
Generated by irclog2html.py 2.13.0 by Marius Gedminas - find it at mg.pov.lt!