diff options
author | Alan Hourihane <[email protected]> | 2003-12-05 00:32:15 +0000 |
---|---|---|
committer | Alan Hourihane <[email protected]> | 2003-12-05 00:32:15 +0000 |
commit | eed5ac284cb4edca5400d55040e83fdf2f329f84 (patch) | |
tree | addcbdefa6d8fae9635ee830d9d4cd97d096c110 /src/mesa/drivers/dri/mga/mgatris.c | |
parent | 1f2d9ae69fa6d368b1df3f316e7bb7186ca8f746 (diff) |
bring over latest mga DRI driver from DRI trunk
Diffstat (limited to 'src/mesa/drivers/dri/mga/mgatris.c')
-rw-r--r-- | src/mesa/drivers/dri/mga/mgatris.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/mga/mgatris.c b/src/mesa/drivers/dri/mga/mgatris.c index 1c193066ff3..651c93ccd42 100644 --- a/src/mesa/drivers/dri/mga/mgatris.c +++ b/src/mesa/drivers/dri/mga/mgatris.c @@ -830,7 +830,7 @@ static const char * const fallbackStrings[] = { "Texture mode", "glDrawBuffer(GL_FRONT_AND_BACK)", "read buffer", - "LogicOp != GL_COPY", + "glBlendFunc(GL_SRC_ALPHA_SATURATE, GL_ZERO)", "glRenderMode(selection or feedback)", "No hardware stencil", "glDepthFunc( GL_NEVER )", |