gfx/angle/src/libGLESv2/renderer/shaders/generate_shaders.bat

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

     1 @ECHO OFF
     2 REM
     3 REM Copyright (c) 2012 The ANGLE Project Authors. All rights reserved.
     4 REM Use of this source code is governed by a BSD-style license that can be
     5 REM found in the LICENSE file.
     6 REM
     8 PATH %PATH%;%DXSDK_DIR%\Utilities\bin\x86
    10 fxc /E standardvs /T vs_2_0 /Fh compiled/standardvs.h Blit.vs
    11 fxc /E flipyvs /T vs_2_0 /Fh compiled/flipyvs.h Blit.vs
    12 fxc /E passthroughps /T ps_2_0 /Fh compiled/passthroughps.h Blit.ps
    13 fxc /E luminanceps /T ps_2_0 /Fh compiled/luminanceps.h Blit.ps
    14 fxc /E componentmaskps /T ps_2_0 /Fh compiled/componentmaskps.h Blit.ps
    16 fxc /E VS_Passthrough /T vs_4_0 /Fh compiled/passthrough11vs.h Passthrough11.hlsl
    17 fxc /E PS_PassthroughRGBA /T ps_4_0 /Fh compiled/passthroughrgba11ps.h Passthrough11.hlsl
    18 fxc /E PS_PassthroughRGB /T ps_4_0 /Fh compiled/passthroughrgb11ps.h Passthrough11.hlsl
    19 fxc /E PS_PassthroughLum /T ps_4_0 /Fh compiled/passthroughlum11ps.h Passthrough11.hlsl
    20 fxc /E PS_PassthroughLumAlpha /T ps_4_0 /Fh compiled/passthroughlumalpha11ps.h Passthrough11.hlsl
    22 fxc /E VS_Clear /T vs_4_0 /Fh compiled/clear11vs.h Clear11.hlsl
    23 fxc /E PS_ClearSingle /T ps_4_0 /Fh compiled/clearsingle11ps.h Clear11.hlsl
    24 fxc /E PS_ClearMultiple /T ps_4_0 /Fh compiled/clearmultiple11ps.h Clear11.hlsl

mercurial