summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_surface.c
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-02-12 20:35:17 -0800
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-02-12 20:35:17 -0800
commit1d2c31df41d2a52b306fd65bbb6c800e993a2798 (patch)
treea7845c305822988dd5cc7e0800118b991f339892 /src/gallium/drivers/r300/r300_surface.c
parent92661bcbad13c8750f63e3a30b6c616d2f1094d3 (diff)
r300-gallium: Fix build errors.
Diffstat (limited to 'src/gallium/drivers/r300/r300_surface.c')
-rw-r--r--src/gallium/drivers/r300/r300_surface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_surface.c b/src/gallium/drivers/r300/r300_surface.c
index 2c6af363f2..7a4114554b 100644
--- a/src/gallium/drivers/r300/r300_surface.c
+++ b/src/gallium/drivers/r300/r300_surface.c
@@ -234,7 +234,7 @@ static void r300_surface_fill(struct pipe_context* pipe,
} else {
r300_emit_fragment_shader(r300, &r300_passthrough_fragment_shader);
}
-
+
BEGIN_CS(2 + (caps->has_tcl ? 23 : 2));
/* XXX these magic numbers should be explained when
* this becomes a cached state object */