summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_cc.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-01-16 10:46:35 -0800
committerEric Anholt <eric@anholt.net>2008-01-16 10:49:56 -0800
commit93ec89e565cbdc9dab010d1a1d259f2348ac7459 (patch)
tree4e4c616657190debe3534854518314f35831fdd4 /src/mesa/drivers/dri/i965/brw_cc.c
parent0c275b6a41294793030d9e380dbcc705264a3768 (diff)
[965] Fix the type of alpha_ref in CC key, fixing ppracer rendering.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_cc.c')
-rw-r--r--src/mesa/drivers/dri/i965/brw_cc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_cc.c b/src/mesa/drivers/dri/i965/brw_cc.c
index 80aaebdb2f..55be8b9546 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;