summaryrefslogtreecommitdiff
path: root/r600
diff options
context:
space:
mode:
authorLuc Verhaegen <libv@skynet.be>2010-04-02 12:59:34 +0200
committerLuc Verhaegen <libv@skynet.be>2010-04-02 12:59:34 +0200
commita198fe4074e8257c8c3e3a460c15ed108d8d07a8 (patch)
treecff7871908635eb82b860497c869c1f58143a22d /r600
parentfd026ff56899498375b748a36cc2eaed1158484e (diff)
Import radeon, r200, r300 and r600 dri drivers from mesa 7.8.0.HEAD7.8.17.8.07.8master
Diffstat (limited to 'r600')
-rw-r--r--r600/r700_state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/r600/r700_state.c b/r600/r700_state.c
index 6f156b5..12eaebb 100644
--- a/r600/r700_state.c
+++ b/r600/r700_state.c
@@ -614,7 +614,7 @@ static GLuint translate_logicop(GLenum logicop)
case GL_XOR:
return 0x66;
case GL_EQUIV:
- return 0xaa;
+ return 0x99;
case GL_AND_REVERSE:
return 0x44;
case GL_AND_INVERTED: