diff --git a/Source/platform/graphics/gpu/DrawingBuffer.cpp b/Source/platform/graphics/gpu/DrawingBuffer.cpp index 1d5491dec1b..cde2ebc3791 100644 --- a/Source/platform/graphics/gpu/DrawingBuffer.cpp +++ b/Source/platform/graphics/gpu/DrawingBuffer.cpp @@ -102,6 +102,9 @@ PassRefPtr DrawingBuffer::create(PassOwnPtr extensionsUtil->ensureExtensionEnabled("GL_OES_rgb8_rgba8"); } bool packedDepthStencilSupported = extensionsUtil->supportsExtension("GL_OES_packed_depth_stencil"); +#if defined(OS_TIZEN) && CPU(X86) + multisampleSupported = false; +#endif if (packedDepthStencilSupported) extensionsUtil->ensureExtensionEnabled("GL_OES_packed_depth_stencil");