[965] Fix the type of alpha_ref in CC key, fixing ppracer rendering.
authorEric Anholt <eric@anholt.net>
Wed, 16 Jan 2008 18:46:35 +0000 (10:46 -0800)
committerEric Anholt <eric@anholt.net>
Wed, 16 Jan 2008 18:49:56 +0000 (10:49 -0800)
src/mesa/drivers/dri/i965/brw_cc.c

index 80aaebd..55be8b9 100644 (file)
@@ -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;