jaelpark

Results 22 comments of jaelpark

Hi, thanks for the report. I just tried rebuilding shaderc-git, and it doesn't seem to build for me either. However, I tested chamfer with shaderc from the official repo, and...

Done, forgot it wasn't done already.

Is that the complete log? Can you try run with all buffers logged? `exec stdbuf -oL -eL chamfer --config=/usr/share/chamfer/config/config.py --shader-path=/usr/share/chamfer/shaders/ > /tmp/log 2>&1` Additionally, you can install `vulkan-validation-layers` and run...

By the looks of it some of the vulkan extensions can not be loaded. What's your GPU? Probably the loaders are missing somehow. Are you able to run other vulkan...

Glad to hear it's running! The screen is white because a wallpaper or background hasn't been set (feh or any other tool should work fine). By default Alt is the...

Actually, in the test the window key combination is still hard coded, so it wasn't affected by this Enum problem. Good that you have spotted it! I believe this is...

Hi! DMA buffer importing with the help of this modifier is in the works. The code is there, but something's wrong and it doesn't work yet. Need some more time...

I definitely thought about it already when I started the project, and I still like the idea of implementing such thing. However there are still a couple of issues I'd...

Thanks for the interest! It's still my goal to have this feature out, and hopefully soon. I think the composition works well enough for this to proceed. The branch that...

Thanks! Here are some brief instructions on how to get started: 1. Checkout the branch `dmabuf_standalone_comp` and build it. Master branch does not have standalone features yet. For some WMs,...