summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-06-09 11:10:09 -0600
committerBrian Paul <brianp@vmware.com>2009-06-10 08:12:19 -0600
commitaebc08b5ccc6ac2a7c6673e93c63b097c7734e6d (patch)
treef7516159ac5a465389f898ca84ced9aede3f2684 /src
parentee98ae5a29ca870149c4a0d2a8f25f55e0fd333a (diff)
gallium: updated PIPE_CAP_x comments
Diffstat (limited to 'src')
-rw-r--r--src/gallium/include/pipe/p_defines.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gallium/include/pipe/p_defines.h b/src/gallium/include/pipe/p_defines.h
index 47c24f3086..9924046cb2 100644
--- a/src/gallium/include/pipe/p_defines.h
+++ b/src/gallium/include/pipe/p_defines.h
@@ -273,9 +273,8 @@ enum pipe_transfer_usage {
/**
- * Implementation capabilities/limits
- * Passed to pipe->get_param()
- * XXX this will need some fine tuning...
+ * Implementation capabilities/limits which are queried through
+ * pipe_screen::get_param() and pipe_screen::get_paramf().
*/
#define PIPE_CAP_MAX_TEXTURE_IMAGE_UNITS 1
#define PIPE_CAP_NPOT_TEXTURES 2