OSDN Git Service

gpu: add settings for mesa
authorChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 4 Aug 2011 02:42:06 +0000 (10:42 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Wed, 30 Nov 2011 11:37:28 +0000 (19:37 +0800)
Change-Id: I8ceaa114c7a18ec4e227509b14ecfe19a834e4bb

gpu/egl_mesa.cfg [new file with mode: 0644]
gpu/gpu_mesa.mk [new file with mode: 0644]

diff --git a/gpu/egl_mesa.cfg b/gpu/egl_mesa.cfg
new file mode 100644 (file)
index 0000000..4e9cb17
--- /dev/null
@@ -0,0 +1,2 @@
+0 0 android
+0 1 mesa
diff --git a/gpu/gpu_mesa.mk b/gpu/gpu_mesa.mk
new file mode 100644 (file)
index 0000000..76fa4b4
--- /dev/null
@@ -0,0 +1,18 @@
+#
+# Copyright (C) 2011 The Android-x86 Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+
+PRODUCT_PACKAGES := \
+    libGLES_mesa    \
+    gralloc.$(TARGET_PRODUCT)
+
+# DRI drivers
+PRODUCT_PACKAGES += \
+    i915_dri        \
+    i965_dri        \