diff options
author | Roland Scheidegger <sroland@vmware.com> | 2010-04-09 17:51:23 +0200 |
---|---|---|
committer | Roland Scheidegger <sroland@vmware.com> | 2010-04-09 17:51:23 +0200 |
commit | 251a5cdd18ba31c690ef61f133dfc65cd4a45cf8 (patch) | |
tree | dfb97481ad0b94ff4e768c8cd5ff645ecab2aafc | |
parent | 8f3f9d5e1e9c0de98a3dfb19e81250d2c32ee4e9 (diff) |
gallium: more comments fixup
-rw-r--r-- | src/gallium/include/pipe/p_screen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_screen.h b/src/gallium/include/pipe/p_screen.h index 2f43a361fc..dd7c35e12c 100644 --- a/src/gallium/include/pipe/p_screen.h +++ b/src/gallium/include/pipe/p_screen.h @@ -93,7 +93,7 @@ struct pipe_screen { /** * Check if the given pipe_format is supported as a texture or * drawing surface. - * \param tex_usage bitmask of PIPE_TEXTURE_USAGE_* + * \param tex_usage bitmask of PIPE_BIND_* * \param geom_flags bitmask of PIPE_TEXTURE_GEOM_* */ boolean (*is_format_supported)( struct pipe_screen *, |