summaryrefslogtreecommitdiff
path: root/i965_drv_video/shaders/post_processing/Common/PL5x8_PL8x8.asm
diff options
context:
space:
mode:
Diffstat (limited to 'i965_drv_video/shaders/post_processing/Common/PL5x8_PL8x8.asm')
-rw-r--r--i965_drv_video/shaders/post_processing/Common/PL5x8_PL8x8.asm21
1 files changed, 0 insertions, 21 deletions
diff --git a/i965_drv_video/shaders/post_processing/Common/PL5x8_PL8x8.asm b/i965_drv_video/shaders/post_processing/Common/PL5x8_PL8x8.asm
deleted file mode 100644
index 068b2ba..0000000
--- a/i965_drv_video/shaders/post_processing/Common/PL5x8_PL8x8.asm
+++ /dev/null
@@ -1,21 +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.
- *
- */
-
-// Module name: PL5x8_PL8x8.asm
-
-#include "Expansion.inc"
-
-//------------------------------ Horizontal Upconversion -----------------------------
- $for (0; <nUV_NUM_OF_ROWS; 1) {
- avg.sat (8) uwDEST_U(0, %1*8) uwDEST_U(0, %1*8)<1;2,0> uwDEST_U(0, %1*8)<1;2,1>
- avg.sat (8) uwDEST_V(0, %1*8) uwDEST_V(0, %1*8)<1;2,0> uwDEST_V(0, %1*8)<1;2,1>
- }
-
-// End of PL5x8_PL8x8