VirtGL: Fix warnings about GlxClientDrawable
authorFrédéric Dalleau <frederic.dalleau@linux.intel.com>
Tue, 3 Sep 2013 08:31:13 +0000 (10:31 +0200)
committerjinhyung.jo <jinhyung.jo@samsung.com>
Wed, 11 Sep 2013 09:14:37 +0000 (18:14 +0900)
commit8182a59865ceedce2055f379dd85b0b5928d646d
treee575aac1b8c0b8fe33a82338b7010730eb0dd889
parentb38524bdd4c6d553f0b1696b9d665293b7104a60
VirtGL: Fix warnings about GlxClientDrawable

GlxClientDrawable is defined as void *, but only 32 bits values are used.
Thus some weird warnings.

Change-Id: Ic936f42ccd29533fb31591d4594b91e3e5ac06a2
tizen/src/hw/opengl_exec.c