summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/config.h
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2011-09-17 16:31:03 -0600
committerBrian Paul <[email protected]>2011-09-20 20:17:42 -0600
commit4d53fb525db56d0695eaa5b91bd8f0cefbc25866 (patch)
treec2bb688ad1a6d0523436e4724f073f67a696c12c /src/mesa/main/config.h
parentef275f907c94be776bb5eed14ae97bfb6b537173 (diff)
mesa: move last bits of GLchan stuff into swrast
This removes the last remnants of the GLchan datatype and associated macros out of core Mesa and into swrast.
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r--src/mesa/main/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h
index 61b0c1681d4..7b7740ebe4f 100644
--- a/src/mesa/main/config.h
+++ b/src/mesa/main/config.h
@@ -332,7 +332,7 @@
/**
- * Bits per color channel: 8, 16 or 32
+ * For swrast, bits per color channel: 8, 16 or 32
*/
#ifndef CHAN_BITS
#define CHAN_BITS 8