YaGL: modify native configs enumerator in OS X
authorJinhyung Jo <jinhyung.jo@samsung.com>
Wed, 20 Jan 2016 08:03:46 +0000 (17:03 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Wed, 27 Jan 2016 06:29:35 +0000 (15:29 +0900)
commitc34e0f671d0df5822511cbf2336bb22c6d204fb0
tree15077f2a39cd3c3ccf7de6bae503909eb338520d
parent4e84249de5d824e6fe4ecd1f2f91d0d8170193d5
YaGL: modify native configs enumerator in OS X

Some apps want to get the config without multisampling.
Currently, YaGL module provides only one config with multisampling attribute.
So the apps fail because they can not find the matched config in OS X.
So add one more pixelformat without multisampling attribute & add related tasks.

Change-Id: Ibf41243110d9212b9a62e4006dfa6f9c4356291f
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
(cherry picked from commit 2c9de13bde79583b1f6dfe78fc16f3cfcec99973)
hw/yagl/yagl_drivers/egl_cgl/yagl_egl_cgl.c