Scott Anderson

Results 41 comments of Scott Anderson

It sounds like it should be cast as `*const c_char`. Plain char in C can be either signed or unsigned, depending on the compiler/platform, so you don't want to assume...

I was toying around with a similar idea myself awhile ago, but I never got around to submitting it or trying to implement it yet: https://gist.github.com/ascent12/62c3b591a8abdf3017410e6f61c10f44 Basically the idea was...

I doubt the wayland protocol itself is going to be any sort of noteworthy bottleneck. Maybe it would be if you were trying to push over 10000 FPS, but the...

>-1, the compositor needs to decide the buffer format. In the dma-buf case, I don't think it's a particularly big deal for the format to change in the copy. Maybe...

It's just nice to remove some of the synchronization required between the client and the server. If the system is under high load, and the recording process doesn't get scheduled...

Hi, Thanks for doing this. Man pages would be great. I'm not really a fan of carrying raw troff though, it's a bit ugly and I find hard to maintain....

I'll just point out that I don't merge anything until any Linux and/or libdrm version it depends on is in at least Archlinux stable.

I suppose 10 bit colour support could also be part of this.

It's not upstream yet.

After a lot more investigation to how this would be implemented, it turns out the nature of this problem is a lot different than I thought it was. The way...