[965] Fix the type of alpha_ref in CC key, fixing ppracer rendering.

This commit is contained in:
Eric Anholt
2008-01-16 10:46:35 -08:00
parent 0c275b6a41
commit 93ec89e565
+1 -1
View 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;