From 12583174c53b23be6db1fb1cfa3dd1e8dbbd3c15 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Fri, 7 Jan 2011 17:24:16 +0800 Subject: mesa: Remove GLES overlay. With core mesa doing runtime API checks, GLES overlay is no longer needed. Make --enable-gles-overlay equivalent to --enable-gles[12]. There may still be places where compile-time checks are done. They could be fixed case by case. --- docs/opengles.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'docs/opengles.html') diff --git a/docs/opengles.html b/docs/opengles.html index 63cc1146a2..742182e76a 100644 --- a/docs/opengles.html +++ b/docs/opengles.html @@ -17,7 +17,7 @@ target="_parent"> http://www.khronos.org/opengles/.

Build the Libraries

    -
  1. Run configure with --enable-gles-overlay and enable the Gallium driver for your hardware.
  2. +
  3. Run configure with --enable-gles1 --enable-gles2 and enable the Gallium driver for your hardware.
  4. Build and install Mesa as usual.
@@ -53,8 +53,6 @@ your build. For example,

Library NameUsed ByEnabledOpenGLOpenGL ES 1.xOpenGL ES 2.x 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