gallium: standardize on stride instead of pitch in the interface
[mesa.git] / src / gallium / include / pipe / p_screen.h
index 3bedc7529472bb0daa149f9161e117c6812308b5..492667c93ac1fff2179af2ef9642ffd07c1cb389 100644 (file)
@@ -103,7 +103,7 @@ struct pipe_screen {
     */
    struct pipe_texture * (*texture_blanket)(struct pipe_screen *,
                                             const struct pipe_texture *templat,
-                                            const unsigned *pitch,
+                                            const unsigned *stride,
                                             struct pipe_buffer *buffer);
 
    void (*texture_release)(struct pipe_screen *,