[cogl/wip/cogl-1.14: 34/177] pipeline: remove unused _MASK defines
- From: Robert Bragg <rbragg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl/wip/cogl-1.14: 34/177] pipeline: remove unused _MASK defines
- Date: Mon, 21 Jan 2013 15:47:48 +0000 (UTC)
commit 50c05a46caceea14daa8ca7f3697640cf1a17a29
Author: Robert Bragg <robert linux intel com>
Date: Fri Sep 21 17:01:45 2012 +0100
pipeline: remove unused _MASK defines
The COGL_PIPELINE_FRAGEND_XYZ_MASK and COGL_PIPELINE_VERTEND_XYZ_MASK
defines aren't used any more so this patch simply removes them.
Reviewed-by: Neil Roberts <neil linux intel com>
(cherry picked from commit 119b0d771a4be2550ce1ca1e789db5b22776b066)
cogl/cogl-pipeline-private.h | 22 ----------------------
1 files changed, 0 insertions(+), 22 deletions(-)
---
diff --git a/cogl/cogl-pipeline-private.h b/cogl/cogl-pipeline-private.h
index e88fce5..068eef8 100644
--- a/cogl/cogl-pipeline-private.h
+++ b/cogl/cogl-pipeline-private.h
@@ -75,19 +75,6 @@
#endif /* HAVE_COGL_GL */
-#ifdef COGL_PIPELINE_FRAGEND_ARBFP
-#define COGL_PIPELINE_FRAGEND_ARBFP_MASK \
- (1 << COGL_PIPELINE_FRAGEND_ARBFP)
-#endif
-#ifdef COGL_PIPELINE_FRAGEND_FIXED
-#define COGL_PIPELINE_FRAGEND_FIXED_MASK \
- (1 << COGL_PIPELINE_FRAGEND_FIXED)
-#endif
-#ifdef COGL_PIPELINE_FRAGEND_GLSL
-#define COGL_PIPELINE_FRAGEND_GLSL_MASK \
- (1 << COGL_PIPELINE_FRAGEND_GLSL)
-#endif
-
#define COGL_PIPELINE_FRAGEND_DEFAULT 0
#define COGL_PIPELINE_FRAGEND_UNDEFINED 3
@@ -122,15 +109,6 @@
#endif /* HAVE_COGL_GL */
-#ifdef COGL_PIPELINE_VERTEND_FIXED
-#define COGL_PIPELINE_VERTEND_FIXED_MASK \
- (1 << COGL_PIPELINE_VERTEND_FIXED)
-#endif
-#ifdef COGL_PIPELINE_VERTEND_GLSL
-#define COGL_PIPELINE_VERTEND_GLSL_MASK \
- (1 << COGL_PIPELINE_VERTEND_GLSL)
-#endif
-
#define COGL_PIPELINE_VERTEND_DEFAULT 0
#define COGL_PIPELINE_VERTEND_UNDEFINED 3
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]