From: Eric Anholt Date: Wed, 16 Jan 2008 18:46:35 +0000 (-0800) Subject: [965] Fix the type of alpha_ref in CC key, fixing ppracer rendering. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=93ec89e565cbdc9dab010d1a1d259f2348ac7459;p=mesa.git [965] Fix the type of alpha_ref in CC key, fixing ppracer rendering. --- diff --git a/src/mesa/drivers/dri/i965/brw_cc.c b/src/mesa/drivers/dri/i965/brw_cc.c index 80aaebdb2f4..55be8b95469 100644 --- a/src/mesa/drivers/dri/i965/brw_cc.c +++ b/src/mesa/drivers/dri/i965/brw_cc.c @@ -72,7 +72,7 @@ struct brw_cc_unit_key { GLenum blend_dst_rgb, blend_dst_a; GLenum alpha_func; - GLubyte alpha_ref; + GLclampf alpha_ref; GLboolean dither;