mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
i915g: Fix typos
Signed-off-by: Stéphane Marchesin <marcheu@chromium.org>
This commit is contained in:
parent
2ed24b2c31
commit
675019584c
1 changed files with 2 additions and 2 deletions
|
|
@ -73,7 +73,7 @@ i915_util_blitter_save_states(struct i915_context *i915)
|
|||
i915->num_fragment_sampler_views,
|
||||
i915->fragment_sampler_views);
|
||||
}
|
||||
#
|
||||
|
||||
static void
|
||||
i915_surface_copy_render(struct pipe_context *pipe,
|
||||
struct pipe_resource *dst, unsigned dst_level,
|
||||
|
|
@ -117,7 +117,7 @@ i915_surface_copy_render(struct pipe_context *pipe,
|
|||
fallback:
|
||||
util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz,
|
||||
src, src_level, src_box);
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
i915_clear_render_target_render(struct pipe_context *pipe,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue