You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+46-1Lines changed: 46 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,12 +148,57 @@ images/
148
148
main.png README screenshot
149
149
```
150
150
151
+
## GLSL Shaders
152
+
153
+
FishWave includes a comprehensive GLSL shader library for video upscaling, restoration, and post-processing. All shaders work with both Vulkan and Vulkan-copy hardware decoding modes.
All GLSL shaders are fully functional with Vulkan and Vulkan-copy modes. mpv's `gpu-next` renderer automatically compiles GLSL to SPIR-V at runtime, ensuring optimal performance on Vulkan-capable hardware.
195
+
151
196
## Known Notes
152
197
153
198
- YouTube or web URL playback depends on the bundled/configured YTDL path and can fail under VPNs or when upstream site behavior changes.
154
199
- Some LibreHardwareMonitor sensors may be missing without driver support or elevated access.
155
200
- The native context menu depends on `portable_config/scripts/menu.dll` and `dyn_menu.lua`.
156
201
157
-
## Status
202
+
## Project Status
158
203
159
204
FishWave 9 is an active experimental player. The core playback path is usable, and the current focus is making the hardware pipeline more transparent, stable, and easy to tune.
0 commit comments