gallium: updated PIPE_CAP_x comments

This commit is contained in:
Brian Paul
2009-06-09 11:10:09 -06:00
parent ee98ae5a29
commit aebc08b5cc
+2 -3
View 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