summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_screen.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-03-21 10:50:26 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-03-21 11:06:52 -0600
commit419248b5287e98494d4460ed418e572a8e556ac6 (patch)
tree8bf6aba0f2afa5351dae747d441e2a165a88bbc4 /src/gallium/include/pipe/p_screen.h
parenta472e3558e96dc4efcfee5db0e0cd21d9318dd30 (diff)
gallium: document is_format_supported()'s type param
Diffstat (limited to 'src/gallium/include/pipe/p_screen.h')
-rw-r--r--src/gallium/include/pipe/p_screen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_screen.h b/src/gallium/include/pipe/p_screen.h
index 6be9a82b68..35bd46d691 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 );