Jesper Jensen
Jesper Jensen
That's an interesting usecase. I'm not sure all the features can even be disabled currently.
It's 100% on the todo-list, but might be a bit far out though. And anyway, it's a cool usecase i didn't think about.
Interesting. I don't quite know what causes that, but I'll look into it.
The code isn't in a good state right now, I'm still working on cleaning it up. The first commit to the this repo was **15 years ago**, and I'm not...
Hmm, which window manager are you running? I tried it out on my Intel GPU laptop, and it works there too. I guess I'll have to do some real debugging
I know there's a bit of undefined behavior in how I bind pixmaps. Technically you are supposed to rebind pixmaps every time the pixmap is drawn to, that means either...
Could you send me the [apitrace](https://apitrace.github.io/#download) of running NeoComp? If you're on Arch, it's in community. You obtain the trace by running `apitrace trace ./compton --benchmark 100`. Be aware that...
Thanks a bunch guys. @y-fujii Your driver doesn't copy the pixmap into opengl, so I can't meaningfully debug it with apitrace. I'll have to think of something else if the...
At least that means It's probably me doing something wrong. Looking back at the traces, I finally noticed that it's actually complaining about missing VAO's. Why my driver isn't doing...
Now you're getting what I expect. What you're otherwise describing are different problems that I'm working on. I'm gonna call this problem resolved from your side, but let's see what...