summaryrefslogtreecommitdiff
path: root/i965_drv_video/shaders/post_processing/Core_Kernels/PA_AVS_IEF_8x4.asm
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2011-09-19 10:02:39 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2011-09-19 10:02:39 +0800
commit6f2ee2b95a69c6b9c86a95dad91b12a5d9586610 (patch)
treeeaec3b1d12226a9aa5644b7880bd04660c54636d /i965_drv_video/shaders/post_processing/Core_Kernels/PA_AVS_IEF_8x4.asm
parent06891b177626604019f779d4151a04c2ad2f1d5a (diff)
downloadlibva-6f2ee2b95a69c6b9c86a95dad91b12a5d9586610.tar.gz
va: remove i965 driver from libva repository
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
Diffstat (limited to 'i965_drv_video/shaders/post_processing/Core_Kernels/PA_AVS_IEF_8x4.asm')
-rw-r--r--i965_drv_video/shaders/post_processing/Core_Kernels/PA_AVS_IEF_8x4.asm25
1 files changed, 0 insertions, 25 deletions
diff --git a/i965_drv_video/shaders/post_processing/Core_Kernels/PA_AVS_IEF_8x4.asm b/i965_drv_video/shaders/post_processing/Core_Kernels/PA_AVS_IEF_8x4.asm
deleted file mode 100644
index 55c201b..0000000
--- a/i965_drv_video/shaders/post_processing/Core_Kernels/PA_AVS_IEF_8x4.asm
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * All Video Processing kernels
- * Copyright © <2010>, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Eclipse Public License (EPL), version 1.0. The full text of the EPL is at
- * http://www.opensource.org/licenses/eclipse-1.0.php.
- *
- */
-
-//---------- PA_AVS_IEF_8x4.asm ----------
-
-#include "AVS_IEF.inc"
-
-//------------------------------------------------------------------------------
-// 2 sampler reads for 8x8 YUV packed
-//------------------------------------------------------------------------------
-#include "PA_AVS_IEF_Sample.asm"
-
-//------------------------------------------------------------------------------
-// Unpacking sampler data to 4:2:0 internal planar
-//------------------------------------------------------------------------------
-#include "PA_AVS_IEF_Unpack_8x4.asm"
-
-//------------------------------------------------------------------------------