summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStéphane Marchesin <marcheu@chromium.org>2014-11-22 00:10:00 -0800
committerStéphane Marchesin <marcheu@chromium.org>2014-11-22 00:13:40 -0800
commit675019584c9dea1aca690225f1d83bda7e910eb8 (patch)
treee0ff37b56bb3e463bcb2bded2fa2f31f039caad2
parent2ed24b2c317a38627bee8704064c7c362811eda0 (diff)
downloadexternal_mesa3d-675019584c9dea1aca690225f1d83bda7e910eb8.zip
external_mesa3d-675019584c9dea1aca690225f1d83bda7e910eb8.tar.gz
external_mesa3d-675019584c9dea1aca690225f1d83bda7e910eb8.tar.bz2
i915g: Fix typos
Signed-off-by: Stéphane Marchesin <marcheu@chromium.org>
-rw-r--r--src/gallium/drivers/i915/i915_surface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/i915/i915_surface.c b/src/gallium/drivers/i915/i915_surface.c
index 61c5441..7317e3a 100644
--- a/src/gallium/drivers/i915/i915_surface.c
+++ b/src/gallium/drivers/i915/i915_surface.c
@@ -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,