OSDN Git Service

st/egl: fix bulid errors on Android 4.2
authorChia-I Wu <olvaffe@gmail.com>
Thu, 2 May 2013 08:13:28 +0000 (16:13 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Fri, 3 May 2013 05:04:00 +0000 (13:04 +0800)
commit8b2a967e3250e2cb01d9651f2ccad25c0409a4eb
treefd08464aef8a63915ac88118735458707fbc142b
parent7346ab3b4344d648b2fd7fffe3b89b0b8923a26c
st/egl: fix bulid errors on Android 4.2

The differences from the previous releases that affect st/egl are

 - logging macros are prefixed with an 'A'
 - dequeueBuffer() and enqueueBuffer() require an additoinal argument for
   fence fd, acquired from libsync

Additionally, include gralloc_drm.h with extern "C".
src/gallium/state_trackers/egl/android/native_android.cpp