OSDN Git Service

gallium: updated PIPE_CAP_x comments
authorBrian Paul <brianp@vmware.com>
Tue, 9 Jun 2009 17:10:09 +0000 (11:10 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 10 Jun 2009 14:12:19 +0000 (08:12 -0600)
src/gallium/include/pipe/p_defines.h

index 47c24f3..9924046 100644 (file)
@@ -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