From: Brian Paul Date: Fri, 21 Mar 2008 16:50:26 +0000 (-0600) Subject: gallium: document is_format_supported()'s type param X-Git-Tag: 062012170305~17580^2~390^2~2158 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=419248b5287e98494d4460ed418e572a8e556ac6;p=profile%2Fivi%2Fmesa.git gallium: document is_format_supported()'s type param --- diff --git a/src/gallium/include/pipe/p_screen.h b/src/gallium/include/pipe/p_screen.h index 6be9a82..35bd46d 100644 --- a/src/gallium/include/pipe/p_screen.h +++ b/src/gallium/include/pipe/p_screen.h @@ -69,6 +69,7 @@ struct pipe_screen { float (*get_paramf)( struct pipe_screen *, int param ); + /**< type is one of PIPE_TEXTURE, PIPE_SURFACE */ boolean (*is_format_supported)( struct pipe_screen *, enum pipe_format format, uint type );