diff options
author | Corbin Simpson <MostAwesomeDude@gmail.com> | 2009-02-12 20:35:17 -0800 |
---|---|---|
committer | Corbin Simpson <MostAwesomeDude@gmail.com> | 2009-02-12 20:35:17 -0800 |
commit | 1d2c31df41d2a52b306fd65bbb6c800e993a2798 (patch) | |
tree | a7845c305822988dd5cc7e0800118b991f339892 /src/gallium/drivers/r300/r300_surface.c | |
parent | 92661bcbad13c8750f63e3a30b6c616d2f1094d3 (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.c | 2 |
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 */ |