From 8e698931d730242cdb88fd7281903a10c6576d09 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Sat, 15 Jan 2011 23:52:18 +0800 Subject: android: Make egl_android load DRI drivers. --- src/egl/drivers/android/droid.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/egl/drivers/android/droid.h') diff --git a/src/egl/drivers/android/droid.h b/src/egl/drivers/android/droid.h index 24d7eb472b..0a0e6147f2 100644 --- a/src/egl/drivers/android/droid.h +++ b/src/egl/drivers/android/droid.h @@ -59,6 +59,8 @@ struct droid_egl_display { int fd; + void *dri_handle; + __DRIscreen *dri_screen; const __DRIconfig **dri_configs; __DRIcoreExtension *core; -- cgit v1.2.3