From cde2f8f94b2fe5dc3a673be47203dce89402d7df Mon Sep 17 00:00:00 2001 From: Chih-Wei Huang Date: Thu, 4 Aug 2011 10:42:06 +0800 Subject: [PATCH] gpu: add settings for mesa Change-Id: I8ceaa114c7a18ec4e227509b14ecfe19a834e4bb --- gpu/egl_mesa.cfg | 2 ++ gpu/gpu_mesa.mk | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 gpu/egl_mesa.cfg create mode 100644 gpu/gpu_mesa.mk diff --git a/gpu/egl_mesa.cfg b/gpu/egl_mesa.cfg new file mode 100644 index 0000000..4e9cb17 --- /dev/null +++ b/gpu/egl_mesa.cfg @@ -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 index 0000000..76fa4b4 --- /dev/null +++ b/gpu/gpu_mesa.mk @@ -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 \ -- 2.11.0