From fe3d8bcb017490078ab9100109d0efa8ab539f24 Mon Sep 17 00:00:00 2001 From: Cody Northrop Date: Tue, 17 Mar 2015 14:54:35 -0600 Subject: icd: Rename icd-bil.h to icd-spv.h --- demos/cube.c | 2 +- demos/tri.c | 2 +- icd/common/icd-bil.h | 43 ------------------------------------------- icd/common/icd-spv.h | 43 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 45 insertions(+), 45 deletions(-) delete mode 100644 icd/common/icd-bil.h create mode 100644 icd/common/icd-spv.h diff --git a/demos/cube.c b/demos/cube.c index 1da70b31..0fa41230 100644 --- a/demos/cube.c +++ b/demos/cube.c @@ -10,7 +10,7 @@ #include #include -#include "icd-bil.h" +#include "icd-spv.h" #include "linmath.h" #if defined(__linux__) diff --git a/demos/tri.c b/demos/tri.c index 151d2cd6..780e41b3 100644 --- a/demos/tri.c +++ b/demos/tri.c @@ -21,7 +21,7 @@ #include #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 index 7ef06118..00000000 --- a/icd/common/icd-bil.h +++ /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 - * Chia-I Wu - */ - -#ifndef ICD_BIL_H -#define ICD_BIL_H - -#include - -#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 index 00000000..7ef06118 --- /dev/null +++ b/icd/common/icd-spv.h @@ -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 + * Chia-I Wu + */ + +#ifndef ICD_BIL_H +#define ICD_BIL_H + +#include + +#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 */ -- cgit v1.2.3