From: Brian Paul Date: Fri, 21 Mar 2008 16:50:26 +0000 (-0600) Subject: gallium: document is_format_supported()'s type param X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=419248b5287e98494d4460ed418e572a8e556ac6;p=mesa.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 6be9a82b68d..35bd46d691a 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 );