summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nv10_exa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nv10_exa.c b/src/nv10_exa.c
index 6b75a9e..78bc739 100644
--- a/src/nv10_exa.c
+++ b/src/nv10_exa.c
@@ -132,7 +132,7 @@ needs_src_alpha(int op)
static inline Bool
needs_src(int op)
{
- return nv10_pict_op[op].src != DF(ZERO);
+ return nv10_pict_op[op].src != SF(ZERO);
}
static inline Bool