[Scummvm-git-logs] scummvm master -> 2763685e9881d6f1315d11a5a7a137111a21e513
bluegr
noreply at scummvm.org
Sun Sep 14 11:56:25 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
2763685e98 HPL1: Add missing gamma correction shaders to scummvm.rc
Commit: 2763685e9881d6f1315d11a5a7a137111a21e513
https://github.com/scummvm/scummvm/commit/2763685e9881d6f1315d11a5a7a137111a21e513
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2025-09-14T14:55:45+03:00
Commit Message:
HPL1: Add missing gamma correction shaders to scummvm.rc
These were added in commit 3e2380b5c, but scummvm.rc was not synced
Changed paths:
dists/scummvm.rc
diff --git a/dists/scummvm.rc b/dists/scummvm.rc
index b4c283b5864..b46cbec455a 100644
--- a/dists/scummvm.rc
+++ b/dists/scummvm.rc
@@ -183,6 +183,8 @@ shaders/hpl1_Fog_Trans.vertex FILE "engines/hpl1/engi
shaders/hpl1_Fog_Trans_Alpha.fragment FILE "engines/hpl1/engine/impl/shaders/hpl1_Fog_Trans_Alpha.fragment"
shaders/hpl1_Fog_Trans_Mod.fragment FILE "engines/hpl1/engine/impl/shaders/hpl1_Fog_Trans_Mod.fragment"
shaders/hpl1_Fog_Trans_ModX2.fragment FILE "engines/hpl1/engine/impl/shaders/hpl1_Fog_Trans_ModX2.fragment"
+shaders/hpl1_gamma_correction.fragment FILE "engines/hpl1/engine/impl/shaders/hpl1_gamma_correction.fragment"
+shaders/hpl1_gamma_correction.vertex FILE "engines/hpl1/engine/impl/shaders/hpl1_gamma_correction.vertex"
shaders/hpl1_PostEffect_Bloom.fragment FILE "engines/hpl1/engine/impl/shaders/hpl1_PostEffect_Bloom.fragment"
shaders/hpl1_PostEffect_Bloom.vertex FILE "engines/hpl1/engine/impl/shaders/hpl1_PostEffect_Bloom.vertex"
shaders/hpl1_PostEffect_Blur.vertex FILE "engines/hpl1/engine/impl/shaders/hpl1_PostEffect_Blur.vertex"
More information about the Scummvm-git-logs
mailing list