Fix EGLConfigSelection for IVI on Genx. 56/4056/1
authorKondapally Kalyan <kalyan.kondapally@intel.com>
Tue, 18 Jun 2013 15:59:51 +0000 (18:59 +0300)
committerKondapally Kalyan <kalyan.kondapally@intel.com>
Tue, 18 Jun 2013 15:59:51 +0000 (18:59 +0300)
commit581b61e38c0436b141db3d1c4fe77cb6b6f254c0
tree0347ece0ed476544ea08d7adeeaca058363290d7
parent236a55b24c66c0d1185b59f4face00df9b40d025
Fix EGLConfigSelection for IVI on Genx.

Currently, In some cases we request for depth
with no stencil support or vice versa. This causes a conflict
during config selection with mesa. On current hardware we don't
support configurations without alpha support. These patch fixes
these issues when vendor is Mesa. These changes don't effect other
profiles. Added Tizen specific pre-processor macro till the changes
end up in upstream webkit.

Change-Id: I10fe3e92de45cb195f6b9e44f096f16c2fe83d78
Source/WebCore/platform/graphics/surfaces/egl/EGLConfigSelector.cpp