diff -r 000000000000 -r 6474c204b198 gfx/layers/d3d11/genshaders.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gfx/layers/d3d11/genshaders.sh Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,34 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +tempfile=tmpShaderHeader +rm CompositorD3D11Shaders.h +fxc CompositorD3D11.fx -ELayerQuadVS -nologo -Tvs_4_0_level_9_3 -Fh$tempfile -VnLayerQuadVS +cat $tempfile >> CompositorD3D11Shaders.h +fxc CompositorD3D11.fx -ESolidColorShader -Tps_4_0_level_9_3 -nologo -Fh$tempfile -VnSolidColorShader +cat $tempfile >> CompositorD3D11Shaders.h +fxc CompositorD3D11.fx -ERGBShader -Tps_4_0_level_9_3 -nologo -Fh$tempfile -VnRGBShader +cat $tempfile >> CompositorD3D11Shaders.h +fxc CompositorD3D11.fx -ERGBAShader -Tps_4_0_level_9_3 -nologo -Fh$tempfile -VnRGBAShader +cat $tempfile >> CompositorD3D11Shaders.h +fxc CompositorD3D11.fx -EComponentAlphaShader -Tps_4_0_level_9_3 -nologo -Fh$tempfile -VnComponentAlphaShader +cat $tempfile >> CompositorD3D11Shaders.h +fxc CompositorD3D11.fx -EYCbCrShader -Tps_4_0_level_9_3 -nologo -Fh$tempfile -VnYCbCrShader +cat $tempfile >> CompositorD3D11Shaders.h +fxc CompositorD3D11.fx -ELayerQuadMaskVS -nologo -Tvs_4_0_level_9_3 -Fh$tempfile -VnLayerQuadMaskVS +cat $tempfile >> CompositorD3D11Shaders.h +fxc CompositorD3D11.fx -ELayerQuadMask3DVS -nologo -Tvs_4_0_level_9_3 -Fh$tempfile -VnLayerQuadMask3DVS +cat $tempfile >> CompositorD3D11Shaders.h +fxc CompositorD3D11.fx -ESolidColorShaderMask -Tps_4_0_level_9_3 -nologo -Fh$tempfile -VnSolidColorShaderMask +cat $tempfile >> CompositorD3D11Shaders.h +fxc CompositorD3D11.fx -ERGBShaderMask -Tps_4_0_level_9_3 -nologo -Fh$tempfile -VnRGBShaderMask +cat $tempfile >> CompositorD3D11Shaders.h +fxc CompositorD3D11.fx -ERGBAShaderMask -Tps_4_0_level_9_3 -nologo -Fh$tempfile -VnRGBAShaderMask +cat $tempfile >> CompositorD3D11Shaders.h +fxc CompositorD3D11.fx -ERGBAShaderMask3D -Tps_4_0_level_9_3 -nologo -Fh$tempfile -VnRGBAShaderMask3D +cat $tempfile >> CompositorD3D11Shaders.h +fxc CompositorD3D11.fx -EYCbCrShaderMask -Tps_4_0_level_9_3 -nologo -Fh$tempfile -VnYCbCrShaderMask +cat $tempfile >> CompositorD3D11Shaders.h +fxc CompositorD3D11.fx -EComponentAlphaShaderMask -Tps_4_0_level_9_3 -nologo -Fh$tempfile -VnComponentAlphaShaderMask +cat $tempfile >> CompositorD3D11Shaders.h