From 23ccab39cd6b89efd8be238c3061e7ddb3697a55 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Sun, 13 Mar 2011 11:54:29 +0100 Subject: r300g: clamp after blending for fixed-point formats only --- src/gallium/drivers/r300/r300_context.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gallium/drivers/r300/r300_context.h') diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h index 1624708710..e395f41290 100644 --- a/src/gallium/drivers/r300/r300_context.h +++ b/src/gallium/drivers/r300/r300_context.h @@ -67,7 +67,8 @@ struct r300_aa_state { struct r300_blend_state { struct pipe_blend_state state; - uint32_t cb[8]; + uint32_t cb_clamp[8]; + uint32_t cb_noclamp[8]; uint32_t cb_no_readwrite[8]; }; -- cgit v1.2.3