From: Brian Paul Date: Tue, 9 Jun 2009 17:10:09 +0000 (-0600) Subject: gallium: updated PIPE_CAP_x comments X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aebc08b5ccc6ac2a7c6673e93c63b097c7734e6d;p=mesa.git gallium: updated PIPE_CAP_x comments --- diff --git a/src/gallium/include/pipe/p_defines.h b/src/gallium/include/pipe/p_defines.h index 47c24f30862..9924046cb2f 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