diff options
author | Luc Verhaegen <libv@skynet.be> | 2010-04-02 12:59:34 +0200 |
---|---|---|
committer | Luc Verhaegen <libv@skynet.be> | 2010-04-02 12:59:34 +0200 |
commit | a198fe4074e8257c8c3e3a460c15ed108d8d07a8 (patch) | |
tree | cff7871908635eb82b860497c869c1f58143a22d /r600 | |
parent | fd026ff56899498375b748a36cc2eaed1158484e (diff) |
Diffstat (limited to 'r600')
-rw-r--r-- | r600/r700_state.c | 2 |
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: |