From 87cc2da16ef2c32813eee9c9c8af3c919f4739d9 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Wed, 12 May 2010 14:17:17 +0800 Subject: mesa/es: Merge back to core mesa. With the omit list gone, there are not too many differences in building core mesa and ES overlay. Remove the mesa/es and build both of them in src/mesa/Makefile. --- docs/opengles.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/opengles.html b/docs/opengles.html index 9984a79b1b..63cc1146a2 100644 --- a/docs/opengles.html +++ b/docs/opengles.html @@ -51,10 +51,10 @@ your build. For example,

- - - - + + + +
Library NameUsed ByEnabledOpenGLOpenGL ES 1.xOpenGL ES 2.x
src/mesa/libmesa.aClassic DRI driversyy--enable-gles1--enable-gles2
src/mesa/libmesagallium.aGallium EGL and DRI driversyy--enable-gles1--enable-gles2
src/mesa/es/libes1gallium.aGallium EGL drivers--enable-gles-overlaynyn
src/mesa/es/libes2gallium.aGallium EGL drivers--enable-gles-overlaynny
libmesa.aClassic DRI driversyy--enable-gles1--enable-gles2
libmesagallium.aGallium EGL and DRI driversyy--enable-gles1--enable-gles2
libes1gallium.aGallium EGL drivers--enable-gles-overlaynyn
libes2gallium.aGallium EGL drivers--enable-gles-overlaynny

Dispatch Table

-- cgit v1.2.3