From 2cabfd9636a55f6adee04f4199ba83a39598d51c Mon Sep 17 00:00:00 2001 From: Laura Ekstrand Date: Tue, 3 Mar 2015 14:03:33 -0800 Subject: main: Refactor _mesa_[update|get]_clamp_fragment_color. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Fredrik Höglund Signed-off-by: Fredrik Höglund --- src/mesa/main/framebuffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/main/framebuffer.c') diff --git a/src/mesa/main/framebuffer.c b/src/mesa/main/framebuffer.c index 36a953988eb..5c409db2572 100644 --- a/src/mesa/main/framebuffer.c +++ b/src/mesa/main/framebuffer.c @@ -692,7 +692,7 @@ _mesa_update_framebuffer(struct gl_context *ctx, update_framebuffer(ctx, readFb); _mesa_update_clamp_vertex_color(ctx, drawFb); - _mesa_update_clamp_fragment_color(ctx); + _mesa_update_clamp_fragment_color(ctx, drawFb); } -- cgit v1.2.3