提交 2c74eeb4 编写于 作者: J jchen

8024461: [macosx] Java crashed on mac10.9 for swing and 2d function manual test

Reviewed-by: prr, vadim, serb
上级 29bb46f3
......@@ -661,7 +661,12 @@ OGLBlitLoops_Blit(JNIEnv *env,
(sy2-sy1) != (jint)(dy2-dy1) ||
oglc->extraAlpha != 1.0f;
break;
#ifdef MACOSX
case OGLC_VENDOR_ATI:
// see 8024461
viaTexture = JNI_TRUE;
break;
#endif
default:
// just use the glDrawPixels() codepath
viaTexture = JNI_FALSE;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册