jansol

Results 348 comments of jansol

The whole flush/finish function on the basic device seems to be only waiting until there are no more commands left in the queue that are not *started* (since starting command...

According to [this handy table](https://streamhpc.com/blog/2013-04-28/opencl-error-codes/) -33 is `CL_INVALID_DEVICE` which would point towards something going wrong in device initialization. Try running with `POCL_DEBUG=error,cuda` and see if that spits out anything useful.

FWIW vkcube and `mpv --vo=gpu-next --gpu-context=waylandvk` work fine with mangohud 0.7.0-rc1 for me on NixOS using that same GPU. My vulkan-loader is at version 1.3.261. Regarding ubuntu: I have had...

Maybe have a look at what renderdoc's capture layer does? It also registers a hotkey that bypasses the app where the layer is loaded.

I'd rather make them config variables so they can be accessed with /set

AFAIK Android officially does not support OpenCL so that header probably is not part of the NDK.

Looking at the commit log, this problem should no longer exist?

Another reason to have a library for this would be that it might make it easier to get native blender support to avoid the exporter breaking every other release.

I don't think the two issues overlap that much. #4986 is specifically about having a wider variety of attributes (namely font family, style, weight) available to syntax themes to change...

@hkoi What do you mean by "custom"? You can now create extensions to add whatever tree-sitter parser you like. You can also define arbitrary highlights in extensions and (re)style them...