summaryrefslogtreecommitdiff
path: root/i965_drv_video/shaders/post_processing/Common/Init_All_Regs.asm
diff options
context:
space:
mode:
Diffstat (limited to 'i965_drv_video/shaders/post_processing/Common/Init_All_Regs.asm')
-rw-r--r--i965_drv_video/shaders/post_processing/Common/Init_All_Regs.asm18
1 files changed, 0 insertions, 18 deletions
diff --git a/i965_drv_video/shaders/post_processing/Common/Init_All_Regs.asm b/i965_drv_video/shaders/post_processing/Common/Init_All_Regs.asm
deleted file mode 100644
index cb0fd41..0000000
--- a/i965_drv_video/shaders/post_processing/Common/Init_All_Regs.asm
+++ /dev/null
@@ -1,18 +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.
- *
- */
-
-#ifdef GT // to remove error messages of un-initialized GRF
- .declare udGRF_space Base=r0.0 ElementSize=4 SrcRegion=REGION(8,1) Type=ud
-
- $for (7; <80; 1) {
- mov (8) udGRF_space(%1)<1> 0:ud
- }
-#else
-#endif \ No newline at end of file