summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Mirkin <imirkin@alum.mit.edu>2014-08-10 02:25:15 -0400
committerBen Skeggs <bskeggs@redhat.com>2014-08-11 08:12:50 +1000
commit29572e44c24613be9dec0c98ff2731e46ce6203b (patch)
treeeeb37687b35f97fff8c4e37d87906427653f2b56
parent35e17905e1c54558059f6b72b8594a3377f1a57c (diff)
exa/nv10: src ops should use the SF macro
Doesn't actually end up mattering. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
-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