YaGL: introduce client-specific callback for glIsEnabled()
authorIgor Mitsyanko <i.mitsyanko@samsung.com>
Tue, 15 Jan 2013 13:39:14 +0000 (17:39 +0400)
committerStanislav Vorobiov <s.vorobiov@samsung.com>
Mon, 15 Apr 2013 11:24:19 +0000 (15:24 +0400)
commit29f52df76a8a79c3e145c8bbb9e04a1a3a57da2f
treef6ccb2869796554b9e5e12c94ae482d4c9505008
parente01a811aa0adbcdcc3dffd5687dc06b0a796c561
YaGL: introduce client-specific callback for glIsEnabled()

We need this to handle GL_POINT_SIZE_ARRAY_OES parameter when processing
GLES1 client context.

Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
hw/yagl_apis/gles/yagl_gles_context.h
hw/yagl_apis/gles/yagl_host_gles_calls.c
hw/yagl_apis/gles1/yagl_gles1_context.c
hw/yagl_apis/gles2/yagl_gles2_context.c