obs-studio/plugins/obs-transitions/data
jp9000 e87031f4d6 Revert "obs-transitions: Avoid branching in slide_transition.effect"
This reverts commit 0edaebe192.

The commit was actually less optimal than it was before.  Shaders are
always fully unfolded and both sides of a branch are always executed.
Despite that fact, the "avoid branching" commit actually *added* two
extra unnecessary instructions with the same number of actual sample
instructions, making it arguably less optimal than before.

This was tested via the D3DDissamble function.
2016-11-25 12:20:42 -08:00
..
locale Update translations from CrowdIn 2016-11-03 13:32:52 -07:00
luma_wipes obs-transitions: Add 'Luma Wipe' transition 2016-07-20 07:05:27 -07:00
fade_to_color_transition.effect obs-transitions: Add 'Fade to Color' transition 2016-03-24 16:23:29 -07:00
fade_transition.effect obs-transitions: Implement fade transition 2016-01-26 11:49:45 -08:00
luma_wipe_transition.effect obs-transitions: Add 'Luma Wipe' transition 2016-07-20 07:05:27 -07:00
slide_transition.effect Revert "obs-transitions: Avoid branching in slide_transition.effect" 2016-11-25 12:20:42 -08:00
swipe_transition.effect obs-transitions: Add 'swipe' transition 2016-03-01 15:18:58 -08:00