r600g: Why all this fiddling with tgsi_helper_copy?
[mesa.git] / src / gallium / drivers / trace / tr_texture.h
index 6513995d505213a8ae879cedb44874f5790f4e2b..3352c96e59ab021293e427ca2cf3108a1342ecdb 100644 (file)
@@ -125,11 +125,11 @@ trace_resource_destroy(struct trace_screen *tr_scr,
                       struct trace_resource *tr_tex);
 
 struct pipe_surface *
-trace_surface_create(struct trace_resource *tr_tex,
+trace_surf_create(struct trace_resource *tr_tex,
                      struct pipe_surface *surface);
 
 void
-trace_surface_destroy(struct trace_surface *tr_surf);
+trace_surf_destroy(struct trace_surface *tr_surf);
 
 struct pipe_transfer *
 trace_transfer_create(struct trace_context *tr_ctx,