Autumn

Results 592 comments of Autumn

Yeah The difference between doing the HDR color transforms on Deck OLED in a shader vs scanout is like 1W. Without that, the feature probably wouldn't have been shippable in...

That doesn't work -- serial IDs are not always filled in and need not be unique. Really the app shooouldn't need the real EDID at all. Parsing that is also...

> One issue with using the upstream protocol for getting color management information is that creating multiple color management extensions for one Wayland surface results in a protocol error, and...

If you fix that comment and the commit commit names, I will merge it.

Just make the commit names match up with the style of the rest of the repo.

> Looks like Meson made the choice for us: > > ``` > src/dxgi/meson.build:24:0: ERROR: Invalid Shared library version "0.2.3.1". Must be of the form X.Y.Z where all three are...

One final nit, the tarball for Steam Runtime binaries contains a .git file inside of the include folder :P

There is no reason to ever use system headers for DXVK

I was thinking about the "wsi interface provided by the app" idea, but I have some gripes with that approach. The major one being that if there are any subtle...

I imagine we would do something like this and converge the stuff into an interface per WSI: ```cpp class IDXVKWsi { public: /********************* * Monitor Interface *********************/ /** * \brief...