projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c275b6
)
[965] Fix the type of alpha_ref in CC key, fixing ppracer rendering.
author
Eric Anholt
<eric@anholt.net>
Wed, 16 Jan 2008 18:46:35 +0000
(10:46 -0800)
committer
Eric Anholt
<eric@anholt.net>
Wed, 16 Jan 2008 18:49:56 +0000
(10:49 -0800)
src/mesa/drivers/dri/i965/brw_cc.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_cc.c
b/src/mesa/drivers/dri/i965/brw_cc.c
index 80aaebdb2f45cc89b1272477ac794e9e80abd994..55be8b9546962e490f30b0df67266e1bf079254f 100644
(file)
--- 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;
- GL
ubyte
alpha_ref;
+ GL
clampf
alpha_ref;
GLboolean dither;