gallium: fix some function comments in p_context.h
authorDmitry Cherkassov <dcherkassov@gmail.com>
Wed, 14 Nov 2012 19:33:18 +0000 (23:33 +0400)
committerBrian Paul <brianp@vmware.com>
Thu, 15 Nov 2012 14:54:38 +0000 (07:54 -0700)
Signed-off-by: Dmitry Cherkassov <dcherkassov@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/gallium/include/pipe/p_context.h

index 88e12b2f318641e86a5c14c008be73f5e5d4f47b..c5dcae565011fe699d687d69ba59f65db1bf8a8f 100644 (file)
@@ -237,7 +237,7 @@ struct pipe_context {
     * graphics pipeline.  Any resources that were previously bound to
     * the specified range will be unbound after this call.
     *
-    * \param first      first resource to bind.
+    * \param start      first resource to bind.
     * \param count      number of consecutive resources to bind.
     * \param resources  array of pointers to the resources to bind, it
     *                   should contain at least \a count elements
@@ -366,7 +366,6 @@ struct pipe_context {
    /**
     * Get a surface which is a "view" into a resource, used by
     * render target / depth stencil stages.
-    * \param usage  bitmaks of PIPE_BIND_* flags
     */
    struct pipe_surface *(*create_surface)(struct pipe_context *ctx,
                                           struct pipe_resource *resource,
@@ -454,7 +453,7 @@ struct pipe_context {
     * compute program.  Any resources that were previously bound to
     * the specified range will be unbound after this call.
     *
-    * \param first      first resource to bind.
+    * \param start      first resource to bind.
     * \param count      number of consecutive resources to bind.
     * \param resources  array of pointers to the resources to bind, it
     *                   should contain at least \a count elements