Commits on Source (7)
-
Steve Lhomme authored
It will be pulled by Qt if needed.
2d5c1f55 -
Steve Lhomme authored4c316226
-
Steve Lhomme authoredd04d70fb
-
Steve Lhomme authored
So any call to fxc will use our tool, as long as fxc is in the PATH. We can also handle the option format in the script.
a8493d31 -
Steve Lhomme authored
Otherwise the package is not found on the system. It doesn't a pkgconfig file so it was never found so far.
9c80a115 -
Steve Lhomme authored
We need to add it to the PATH when calling qsb which assumes it's in the PATH. qsb doesn't have an option to tell it where to look (in contribs). So if it's not in the PATH it will never find it. Then we can use the one from contribs.
0df47ad7 -
Steve Lhomme authored
We have a fake fxc that can be called under wine. In Qt6.7 it may also call dxc (Shader Model 6) which can even be a Linux binary.
738b9747
Showing
- configure.ac 9 additions, 0 deletionsconfigure.ac
- contrib/src/fxc2/0001-handle-O-option-to-write-to-a-binary-file-rather-tha.patch 79 additions, 0 deletions...andle-O-option-to-write-to-a-binary-file-rather-tha.patch
- contrib/src/fxc2/0002-accept-windows-style-flags-and-splitted-argument-val.patch 0 additions, 261 deletions...ccept-windows-style-flags-and-splitted-argument-val.patch
- contrib/src/fxc2/0002-fix-redefinition-warning.patch 26 additions, 0 deletionscontrib/src/fxc2/0002-fix-redefinition-warning.patch
- contrib/src/fxc2/0003-improve-error-messages-after-compilation.patch 29 additions, 0 deletions.../fxc2/0003-improve-error-messages-after-compilation.patch
- contrib/src/fxc2/0004-Revert-Fix-narrowing-conversion-from-int-to-BYTE.patch 6 additions, 6 deletions...04-Revert-Fix-narrowing-conversion-from-int-to-BYTE.patch
- contrib/src/fxc2/fxc 156 additions, 0 deletionscontrib/src/fxc2/fxc
- contrib/src/fxc2/rules.mak 9 additions, 10 deletionscontrib/src/fxc2/rules.mak
- contrib/src/qtshadertools/0001-Use-fxc2-through-wine-instead-of-fxc.patch 0 additions, 43 deletions...adertools/0001-Use-fxc2-through-wine-instead-of-fxc.patch
- contrib/src/qtshadertools/rules.mak 0 additions, 1 deletioncontrib/src/qtshadertools/rules.mak
- modules/gui/qt/Makefile.am 7 additions, 2 deletionsmodules/gui/qt/Makefile.am
contrib/src/fxc2/fxc
0 → 100755