Mesa (gallium-resources): gallium: more comments fixup

Roland Scheidegger sroland at kemper.freedesktop.org
Fri Apr 9 15:52:09 UTC 2010


Module: Mesa
Branch: gallium-resources
Commit: 251a5cdd18ba31c690ef61f133dfc65cd4a45cf8
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=251a5cdd18ba31c690ef61f133dfc65cd4a45cf8

Author: Roland Scheidegger <sroland at vmware.com>
Date:   Fri Apr  9 17:51:23 2010 +0200

gallium: more comments fixup

---

 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 2f43a36..dd7c35e 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 *,




More information about the mesa-commit mailing list