gfx/angle/src/libGLESv2/renderer/shaders/compiled/standardvs.h

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.

michael@0 1 #if 0
michael@0 2 //
michael@0 3 // Generated by Microsoft (R) HLSL Shader Compiler 9.29.952.3111
michael@0 4 //
michael@0 5 // fxc /E standardvs /T vs_2_0 /Fh compiled/standardvs.h Blit.vs
michael@0 6 //
michael@0 7 //
michael@0 8 // Parameters:
michael@0 9 //
michael@0 10 // float4 halfPixelSize;
michael@0 11 //
michael@0 12 //
michael@0 13 // Registers:
michael@0 14 //
michael@0 15 // Name Reg Size
michael@0 16 // ------------- ----- ----
michael@0 17 // halfPixelSize c0 1
michael@0 18 //
michael@0 19
michael@0 20 vs_2_0
michael@0 21 def c1, 0.5, -0.5, 1, 0
michael@0 22 dcl_position v0
michael@0 23 add oPos, v0, c0
michael@0 24 mad oT0, v0, c1.xyzz, c1.xxww
michael@0 25
michael@0 26 // approximately 2 instruction slots used
michael@0 27 #endif
michael@0 28
michael@0 29 const BYTE g_vs20_standardvs[] =
michael@0 30 {
michael@0 31 0, 2, 254, 255, 254, 255,
michael@0 32 35, 0, 67, 84, 65, 66,
michael@0 33 28, 0, 0, 0, 87, 0,
michael@0 34 0, 0, 0, 2, 254, 255,
michael@0 35 1, 0, 0, 0, 28, 0,
michael@0 36 0, 0, 0, 1, 0, 0,
michael@0 37 80, 0, 0, 0, 48, 0,
michael@0 38 0, 0, 2, 0, 0, 0,
michael@0 39 1, 0, 0, 0, 64, 0,
michael@0 40 0, 0, 0, 0, 0, 0,
michael@0 41 104, 97, 108, 102, 80, 105,
michael@0 42 120, 101, 108, 83, 105, 122,
michael@0 43 101, 0, 171, 171, 1, 0,
michael@0 44 3, 0, 1, 0, 4, 0,
michael@0 45 1, 0, 0, 0, 0, 0,
michael@0 46 0, 0, 118, 115, 95, 50,
michael@0 47 95, 48, 0, 77, 105, 99,
michael@0 48 114, 111, 115, 111, 102, 116,
michael@0 49 32, 40, 82, 41, 32, 72,
michael@0 50 76, 83, 76, 32, 83, 104,
michael@0 51 97, 100, 101, 114, 32, 67,
michael@0 52 111, 109, 112, 105, 108, 101,
michael@0 53 114, 32, 57, 46, 50, 57,
michael@0 54 46, 57, 53, 50, 46, 51,
michael@0 55 49, 49, 49, 0, 81, 0,
michael@0 56 0, 5, 1, 0, 15, 160,
michael@0 57 0, 0, 0, 63, 0, 0,
michael@0 58 0, 191, 0, 0, 128, 63,
michael@0 59 0, 0, 0, 0, 31, 0,
michael@0 60 0, 2, 0, 0, 0, 128,
michael@0 61 0, 0, 15, 144, 2, 0,
michael@0 62 0, 3, 0, 0, 15, 192,
michael@0 63 0, 0, 228, 144, 0, 0,
michael@0 64 228, 160, 4, 0, 0, 4,
michael@0 65 0, 0, 15, 224, 0, 0,
michael@0 66 228, 144, 1, 0, 164, 160,
michael@0 67 1, 0, 240, 160, 255, 255,
michael@0 68 0, 0
michael@0 69 };

mercurial