aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_chan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/swrast/s_chan.h')
-rw-r--r--src/mesa/swrast/s_chan.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mesa/swrast/s_chan.h b/src/mesa/swrast/s_chan.h
index 94ac8b65be1..1db7fae4dff 100644
--- a/src/mesa/swrast/s_chan.h
+++ b/src/mesa/swrast/s_chan.h
@@ -36,6 +36,14 @@
/**
+ * Default bits per color channel: 8, 16 or 32
+ */
+#ifndef CHAN_BITS
+#define CHAN_BITS 8
+#endif
+
+
+/**
* Color channel data type.
*/
#if CHAN_BITS == 8