winsys/radeon: fix typos in the driver interface
authorMarek Olšák <maraeo@gmail.com>
Sun, 24 Jul 2011 21:59:44 +0000 (23:59 +0200)
committerMarek Olšák <maraeo@gmail.com>
Mon, 25 Jul 2011 21:10:40 +0000 (23:10 +0200)
src/gallium/winsys/radeon/drm/radeon_winsys.h

index 2a0f025ebc4af0b6fa3fcd09a03aa299a45e8615..f8a4d3abd43091954deca096aafe34152792175e 100644 (file)
@@ -297,7 +297,7 @@ struct radeon_winsys {
      */
     void (*cs_set_flush)(struct radeon_winsys_cs *cs,
                          void (*flush)(void *ctx, unsigned flags),
-                         void *user);
+                         void *ctx);
 
     /**
      * Return TRUE if a buffer is referenced by a command stream.
@@ -312,7 +312,8 @@ struct radeon_winsys {
      * Request access to a feature for a command stream.
      *
      * \param cs        A command stream.
-     * \param fid       A winsys buffer.
+     * \param fid       Feature ID, one of RADEON_FID_*
+     * \param enable   Whether to enable or disable the feature.
      */
     boolean (*cs_request_feature)(struct radeon_winsys_cs *cs,
                                   enum radeon_feature_id fid,