Joshie

Results 47 issues of Joshie

Sometimes having a system of fixed constraints can go crazy and fly all over if you prod them enough. I have attached a repro case Before: ![image](https://user-images.githubusercontent.com/21316711/169739453-ce035175-eea0-4735-a6a8-dc05c54d8aeb.png) After: ![image](https://user-images.githubusercontent.com/21316711/169739243-5425374e-19d3-4209-a204-1e14212638c7.png) I...

Makes this much more extensible so we could add a storage type in future for compute. Signed-off-by: Joshua Ashton

Implements a WSI abstraction and uses it for DXGI. This code has been used in dxvk native for a while, cleaned it up a little bit. Primarily looking for feedback...

Appveyor lets you store artifacts which would be useful for those wanting to get the latest demos and examples to try out drivers or test for regressions without having to...

I can't find a way to do this in the existing API, only from a given file.

Might be a bemenu bug, havent looked into it yet. ![image](https://user-images.githubusercontent.com/21316711/183966155-6a5ea9c6-213a-4600-b3da-a71395eff106.png)

Title

enhancement
later
investigation required

These two lines caused a massive issue in my application as they caused the actual gradient co-ordinates I needed to be changed into garbage. Commenting the extra inverse completely solved...