summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2007-03-21 10:50:19 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2007-03-21 10:50:19 +0800
commit704cd61120443501530279937a144a5dd4b6399e (patch)
tree7d754acf94490d62752056288f76a483bbb354a3 /src/mesa/main/mtypes.h
parent4bafc547df4af0b560dcc6b72c0a6c37d7754abb (diff)
mesa: revert f9f79c8d770e696249bd98c68b563f887562c974
to fix #10232 Table6.1(in gl2.1) has been applied for glGetTexImage before calling into _mesa_pack_rgba_span_float.
Diffstat (limited to 'src/mesa/main/mtypes.h')
-rw-r--r--src/mesa/main/mtypes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 65246eb116..df77c6cbf9 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -2562,7 +2562,6 @@ struct matrix_stack
#define IMAGE_HISTOGRAM_BIT 0x200
#define IMAGE_MIN_MAX_BIT 0x400
#define IMAGE_CLAMP_BIT 0x800 /* extra */
-#define IMAGE_RED_TO_LUMINANCE 0x1000
/** Pixel Transfer ops up to convolution */