diff options
Diffstat (limited to 'src/i915_render.c')
-rw-r--r-- | src/i915_render.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i915_render.c b/src/i915_render.c index c4aa9a447..819b96360 100644 --- a/src/i915_render.c +++ b/src/i915_render.c @@ -504,7 +504,7 @@ static void i915_emit_composite_setup(ScrnInfoPtr scrn) tex_count += ! is_solid_src; tex_count += mask && ! is_solid_mask; - t = 16; + t = 15; if (tex_count) t += 6 * tex_count + 4; if (is_solid_src) |