Remove mapping fields from struct pipe_surface.
[mesa.git] / src / mesa / pipe / p_context.h
index 1afb38a868379598b89af0af78d72f57d76179e1..1a1f4f4e786d7b55598911632e4ddbdedaf74c78 100644 (file)
@@ -194,9 +194,9 @@ struct pipe_context {
                     const void *p, int src_stride);
    /* XXX temporary here, move these to softpipe */
    void (*get_tile_rgba)(struct pipe_context *pipe, struct pipe_surface *ps,
-                         uint x, uint y, uint w, uint h, float *p);
+                        uint x, uint y, uint w, uint h, float *p);
    void (*put_tile_rgba)(struct pipe_context *pipe, struct pipe_surface *ps,
-                         uint x, uint y, uint w, uint h, const float *p);
+                        uint x, uint y, uint w, uint h, const float *p);
 
 
    /*