1

Update mpv shaders

This commit is contained in:
2022-10-31 14:09:57 +01:00
parent cd9f63f03a
commit ef8c481915
7 changed files with 563 additions and 44 deletions

11
config/mpv/shaders/SSimSuperRes.glsl Normal file → Executable file
View File

@ -1,17 +1,18 @@
// Source: https://gist.github.com/igv/2364ffa6e81540f29cb7ab4c9bc05b6b
// Revised 02/07/22
// https://gist.github.com/igv/2364ffa6e81540f29cb7ab4c9bc05b6b
//
// SSimSuperRes by Shiandow
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 3.0 of the License, or (at your option) any later version.
//
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// Lesser General Public License for more details.
//
//
// You should have received a copy of the GNU Lesser General Public
// License along with this library.
@ -202,4 +203,4 @@ vec4 hook() {
c0.rgb = ((c0.rgb) + diff);
return c0;
}
}