gallium/u_blitter: remove useless parameter from blitter_default_dst_texture
Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
@@ -482,7 +482,7 @@ static void r300_resource_copy_region(struct pipe_context *pipe,
|
||||
* on hardware. E.g. depth-stencil surfaces are copied as RGBA
|
||||
* colorbuffers. */
|
||||
|
||||
util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz, src_box);
|
||||
util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz);
|
||||
util_blitter_default_src_texture(&src_templ, src, src_level);
|
||||
|
||||
layout = util_format_description(dst_templ.format)->layout;
|
||||
|
Reference in New Issue
Block a user