summaryrefslogtreecommitdiffstatshomepage
path: root/bgfx
diff options
context:
space:
mode:
author ImJezze <jezze@gmx.net>2016-06-06 19:40:10 +0200
committer ImJezze <jezze@gmx.net>2016-06-06 19:40:36 +0200
commit758aaa496aa546a372fd3f21612395a2dd65826e (patch)
tree55ebc7870667b32e3a53059e2f23a4833fcaded3 /bgfx
parent6e35713b486905bd5b744e17e34592e52fc68ac3 (diff)
Fixed scanlines if the screen output is less than twice the size of the host source
Diffstat (limited to 'bgfx')
-rw-r--r--bgfx/shaders/dx11/chains/hlsl/fs_post.binbin3394 -> 3550 bytes
-rw-r--r--bgfx/shaders/dx9/chains/hlsl/fs_post.binbin3015 -> 3135 bytes
-rw-r--r--bgfx/shaders/gles/chains/hlsl/fs_post.binbin4609 -> 5017 bytes
-rw-r--r--bgfx/shaders/glsl/chains/hlsl/fs_post.binbin4384 -> 4769 bytes
-rw-r--r--bgfx/shaders/metal/chains/hlsl/fs_post.binbin5115 -> 5468 bytes
5 files changed, 0 insertions, 0 deletions
diff --git a/bgfx/shaders/dx11/chains/hlsl/fs_post.bin b/bgfx/shaders/dx11/chains/hlsl/fs_post.bin
index 740cea66bf5..3aa4cd21700 100644
--- a/bgfx/shaders/dx11/chains/hlsl/fs_post.bin
+++ b/bgfx/shaders/dx11/chains/hlsl/fs_post.bin
Binary files differ
diff --git a/bgfx/shaders/dx9/chains/hlsl/fs_post.bin b/bgfx/shaders/dx9/chains/hlsl/fs_post.bin
index cc98415c59f..4cbc9b2fb7b 100644
--- a/bgfx/shaders/dx9/chains/hlsl/fs_post.bin
+++ b/bgfx/shaders/dx9/chains/hlsl/fs_post.bin
Binary files differ
diff --git a/bgfx/shaders/gles/chains/hlsl/fs_post.bin b/bgfx/shaders/gles/chains/hlsl/fs_post.bin
index 3969bd47936..185b92fa882 100644
--- a/bgfx/shaders/gles/chains/hlsl/fs_post.bin
+++ b/bgfx/shaders/gles/chains/hlsl/fs_post.bin
Binary files differ
diff --git a/bgfx/shaders/glsl/chains/hlsl/fs_post.bin b/bgfx/shaders/glsl/chains/hlsl/fs_post.bin
index 60cc2675a22..eda1c602e9f 100644
--- a/bgfx/shaders/glsl/chains/hlsl/fs_post.bin
+++ b/bgfx/shaders/glsl/chains/hlsl/fs_post.bin
Binary files differ
diff --git a/bgfx/shaders/metal/chains/hlsl/fs_post.bin b/bgfx/shaders/metal/chains/hlsl/fs_post.bin
index 2be5d0aaa6e..e261b0e6431 100644
--- a/bgfx/shaders/metal/chains/hlsl/fs_post.bin
+++ b/bgfx/shaders/metal/chains/hlsl/fs_post.bin
Binary files differ