icd: Rename icd-bil.h to icd-spv.h
authorCody Northrop <cody@lunarg.com>
Tue, 17 Mar 2015 20:54:35 +0000 (14:54 -0600)
committerCody Northrop <cody@lunarg.com>
Wed, 18 Mar 2015 14:43:10 +0000 (08:43 -0600)
demos/cube.c
demos/tri.c
icd/common/icd-bil.h [deleted file]
icd/common/icd-spv.h [new file with mode: 0644]

index 1da70b3142b228923e2b0918efd8b3ace1ccd942..0fa41230b0bc700488fc383a0890eb69660c9854 100644 (file)
@@ -10,7 +10,7 @@
 #include <xglDbg.h>
 #include <xglWsiX11Ext.h>
 
-#include "icd-bil.h"
+#include "icd-spv.h"
 
 #include "linmath.h"
 #if defined(__linux__)
index 151d2cd663a2b09b1c939e56656d4ff718152fea..780e41b3dbfe821fd50670118f41be1a29cadadd 100644 (file)
@@ -21,7 +21,7 @@
 #include <xglWsiX11Ext.h>
 #endif
 
-#include "icd-bil.h"
+#include "icd-spv.h"
 
 #define DEMO_BUFFER_COUNT 2
 #define DEMO_TEXTURE_COUNT 1
diff --git a/icd/common/icd-bil.h b/icd/common/icd-bil.h
deleted file mode 100644 (file)
index 7ef0611..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-/*
- * XGL
- *
- * Copyright (C) 2014 LunarG, Inc.
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included
- * in all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
- * DEALINGS IN THE SOFTWARE.
- *
- * Authors:
- *   Courtney Goeltzenleuchter <courtney@lunarg.com>
- *   Chia-I Wu <olv@lunarg.com>
- */
-
-#ifndef ICD_BIL_H
-#define ICD_BIL_H
-
-#include <stdint.h>
-
-#define ICD_BIL_MAGIC   0x07230203
-#define ICD_BIL_VERSION 99
-
-struct icd_bil_header {
-    uint32_t magic;
-    uint32_t version;
-    uint32_t gen_magic;  // Generator's magic number
-};
-
-#endif /* ICD_BIL_H */
diff --git a/icd/common/icd-spv.h b/icd/common/icd-spv.h
new file mode 100644 (file)
index 0000000..7ef0611
--- /dev/null
@@ -0,0 +1,43 @@
+/*
+ * XGL
+ *
+ * Copyright (C) 2014 LunarG, Inc.
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a
+ * copy of this software and associated documentation files (the "Software"),
+ * to deal in the Software without restriction, including without limitation
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ * and/or sell copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included
+ * in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+ * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ * DEALINGS IN THE SOFTWARE.
+ *
+ * Authors:
+ *   Courtney Goeltzenleuchter <courtney@lunarg.com>
+ *   Chia-I Wu <olv@lunarg.com>
+ */
+
+#ifndef ICD_BIL_H
+#define ICD_BIL_H
+
+#include <stdint.h>
+
+#define ICD_BIL_MAGIC   0x07230203
+#define ICD_BIL_VERSION 99
+
+struct icd_bil_header {
+    uint32_t magic;
+    uint32_t version;
+    uint32_t gen_magic;  // Generator's magic number
+};
+
+#endif /* ICD_BIL_H */