Skip to content

st/scroll-view-fade: Simplify shader a bit

The shader was using too many ALU instructions for Intel 945GM hardware, so simplify it a bit. The resulting math is the same, but a few redundant operations have been removed.

Fixes: #4883 (closed)


I tested that fading works the same as before in the calendar message list and the app grid.

Merge request reports