aboutsummaryrefslogtreecommitdiff
path: root/system/shaders/yuv2rgb_basic_rect_YUY2.arb
diff options
context:
space:
mode:
authorbobo1on1 <bobo1on1@svn>2010-07-22 19:58:50 +0000
committerbobo1on1 <bobo1on1@svn>2010-07-22 19:58:50 +0000
commit4ff0540902b5318ac48de3e91aa511f0a9d6c0f5 (patch)
treebdcef22d59446d5dfbf4a74b794d591176703b1b /system/shaders/yuv2rgb_basic_rect_YUY2.arb
parentdb804735026cd7ce51866d230f73ce50ec08124c (diff)
added: copyright notice to shader files
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32075 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'system/shaders/yuv2rgb_basic_rect_YUY2.arb')
-rw-r--r--system/shaders/yuv2rgb_basic_rect_YUY2.arb22
1 files changed, 22 insertions, 0 deletions
diff --git a/system/shaders/yuv2rgb_basic_rect_YUY2.arb b/system/shaders/yuv2rgb_basic_rect_YUY2.arb
index c2ca3e7964..2063c26633 100644
--- a/system/shaders/yuv2rgb_basic_rect_YUY2.arb
+++ b/system/shaders/yuv2rgb_basic_rect_YUY2.arb
@@ -1,4 +1,26 @@
!!ARBfp1.0
+
+#
+# Copyright (C) 2010 Team XBMC
+# http://www.xbmc.org
+#
+# This Program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This Program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with XBMC; see the file COPYING. If not, write to
+# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+# http://www.gnu.org/copyleft/gpl.html
+#
+#
+
PARAM yuvmat[4] = { program.local[0..3] };
TEMP f;
TEMP pos;