Jens Peters

Results 190 comments of Jens Peters

> Btw I also think that renaming the module to `ext/workspace` would make sense. Especially since `wlr/workspace` hasn't been enabled by default yet I think? Yes I agree. As stated...

Related: https://forums.developer.nvidia.com/t/vulkan-extensions-needed-for-hdr-is-missing/334268

> In theory everything should already work. There's nothing particularly special about HDR from the decoders point of view, only that we decode to P010 buffers rather than NV12 ones....

Not really as I don't have the hardware to play with this. This came up though as part of https://github.com/labwc/labwc/pull/1550 , initiated by https://github.com/labwc/labwc/issues/1566

I would go fully `yaml` and additionally add a path for automatic conversion within `labwc` itself. So first startup with a `yaml` capable labwc version should create a backup of...

Thanks for the report and sorry for the late response. I'm awaiting feedback from another source regarding your report, that takes a bit longer, hence the delay. The nvapi log...

> Not sure if other people are having the same issue Unfortunately yes, also trying a few obvious things didn't mitigate this. What we can do, is preventing DLSS from...

Just for reference, I've looked again from the `nvapi` side of things. Installing `nvml` doesn't help and also faking the Reflex calls (this is a D3D11 title, we only have...

Thanks for the PR @liam-middlebrook ! Looking at the change, `nvofapi` is added on the sideline. What about making it more first-class citizen? I've pulled the changes locally and played...

> > * Most functions in the `nvofapi` classes return `NV_OF_STATUS`, but in practice it is just success or error or even void (when only success is returned). What about...