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

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

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 luminanceps /T ps_2_0 /Fh compiled/luminanceps.h Blit.ps
michael@0 6 //
michael@0 7 //
michael@0 8 // Parameters:
michael@0 9 //
michael@0 10 // float4 mode;
michael@0 11 // sampler2D tex;
michael@0 12 //
michael@0 13 //
michael@0 14 // Registers:
michael@0 15 //
michael@0 16 // Name Reg Size
michael@0 17 // ------------ ----- ----
michael@0 18 // mode c0 1
michael@0 19 // tex s0 1
michael@0 20 //
michael@0 21
michael@0 22 ps_2_0
michael@0 23 dcl t0.xy
michael@0 24 dcl_2d s0
michael@0 25 texld r0, t0, s0
michael@0 26 mad r1.w, r0.w, c0.x, c0.y
michael@0 27 mov r1.xyz, r0.x
michael@0 28 mov oC0, r1
michael@0 29
michael@0 30 // approximately 4 instruction slots used (1 texture, 3 arithmetic)
michael@0 31 #endif
michael@0 32
michael@0 33 const BYTE g_ps20_luminanceps[] =
michael@0 34 {
michael@0 35 0, 2, 255, 255, 254, 255,
michael@0 36 43, 0, 67, 84, 65, 66,
michael@0 37 28, 0, 0, 0, 119, 0,
michael@0 38 0, 0, 0, 2, 255, 255,
michael@0 39 2, 0, 0, 0, 28, 0,
michael@0 40 0, 0, 0, 1, 0, 0,
michael@0 41 112, 0, 0, 0, 68, 0,
michael@0 42 0, 0, 2, 0, 0, 0,
michael@0 43 1, 0, 0, 0, 76, 0,
michael@0 44 0, 0, 0, 0, 0, 0,
michael@0 45 92, 0, 0, 0, 3, 0,
michael@0 46 0, 0, 1, 0, 0, 0,
michael@0 47 96, 0, 0, 0, 0, 0,
michael@0 48 0, 0, 109, 111, 100, 101,
michael@0 49 0, 171, 171, 171, 1, 0,
michael@0 50 3, 0, 1, 0, 4, 0,
michael@0 51 1, 0, 0, 0, 0, 0,
michael@0 52 0, 0, 116, 101, 120, 0,
michael@0 53 4, 0, 12, 0, 1, 0,
michael@0 54 1, 0, 1, 0, 0, 0,
michael@0 55 0, 0, 0, 0, 112, 115,
michael@0 56 95, 50, 95, 48, 0, 77,
michael@0 57 105, 99, 114, 111, 115, 111,
michael@0 58 102, 116, 32, 40, 82, 41,
michael@0 59 32, 72, 76, 83, 76, 32,
michael@0 60 83, 104, 97, 100, 101, 114,
michael@0 61 32, 67, 111, 109, 112, 105,
michael@0 62 108, 101, 114, 32, 57, 46,
michael@0 63 50, 57, 46, 57, 53, 50,
michael@0 64 46, 51, 49, 49, 49, 0,
michael@0 65 31, 0, 0, 2, 0, 0,
michael@0 66 0, 128, 0, 0, 3, 176,
michael@0 67 31, 0, 0, 2, 0, 0,
michael@0 68 0, 144, 0, 8, 15, 160,
michael@0 69 66, 0, 0, 3, 0, 0,
michael@0 70 15, 128, 0, 0, 228, 176,
michael@0 71 0, 8, 228, 160, 4, 0,
michael@0 72 0, 4, 1, 0, 8, 128,
michael@0 73 0, 0, 255, 128, 0, 0,
michael@0 74 0, 160, 0, 0, 85, 160,
michael@0 75 1, 0, 0, 2, 1, 0,
michael@0 76 7, 128, 0, 0, 0, 128,
michael@0 77 1, 0, 0, 2, 0, 8,
michael@0 78 15, 128, 1, 0, 228, 128,
michael@0 79 255, 255, 0, 0
michael@0 80 };

mercurial