Ninja-Koala

Results 20 comments of Ninja-Koala

This got better by fixing #97, but when scrolling down (which spawns new shadertoy areas), the gui tends to stutter. It is currently unclear which component is causing this.

[microfeedback.tar.gz](https://github.com/misterdanb/shady/files/3262588/microfeedback.tar.gz)

As this can't be triggered from shady alone anymore, this is closely related to #76

The problem is that i currently compute fps for every tile separately. I should instead take the maximum tile fps of a whole frame, because sometimes computation time varies locally...

Commit 7fbdf42c0be5bfd0863b75695a590b4bb583d6be changed the tile size detection to depend on the maximume time of a tile in a frame and therefore to only decrease tile size inside a frame. This...

Sometimes shaders stay black after compiling until the shadertoy area is resized. This is most likely due to false tiling detection together with #85

Not sure if really a thing apart from the cases related to #77 Other candidate cases are probably related to #91

A few more things to have a look after: Multipass shaders are reset, i think i have to pass the current frame over main memory in order to fix this,...

Optional auto resolution feature

The windows build is not working at all at the moment. The reason is a bug in libepoxy which i already reported (https://github.com/anholt/libepoxy/issues/199). In general there are still quite some...