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/egl.html | 11 -----------
docs/opengles.html | 4 +---
2 files changed, 1 insertion(+), 14 deletions(-)
(limited to 'docs')
diff --git a/docs/egl.html b/docs/egl.html
index a92f9d1..fb15086 100644
--- a/docs/egl.html
+++ b/docs/egl.html
@@ -88,17 +88,6 @@ internal library that supports multiple APIs.
---enable-gles-overlay
-
-This option enables OpenGL ES as separate internal libraries. This is an
-alternative approach to enable OpenGL ES.
-
-This is only supported by egl_gallium
. For systems using DRI
-drivers, --enable-gles1
and --enable-gles2
are
-suggested instead as all drivers will benefit.
-
-
-
--enable-openvg
OpenVG must be explicitly enabled by this option.
diff --git a/docs/opengles.html b/docs/opengles.html
index 63cc114..742182e 100644
--- a/docs/opengles.html
+++ b/docs/opengles.html
@@ -17,7 +17,7 @@ target="_parent"> http://www.khronos.org/opengles/.
Build the Libraries
-- Run
configure
with --enable-gles-overlay
and enable the Gallium driver for your hardware.
+- Run
configure
with --enable-gles1 --enable-gles2
and enable the Gallium driver for your hardware.
- Build and install Mesa as usual.
@@ -53,8 +53,6 @@ your build. For example,
Library Name | Used By | Enabled | OpenGL | OpenGL ES 1.x | OpenGL ES 2.x |
libmesa.a | Classic DRI drivers | y | y | --enable-gles1 | --enable-gles2 |
libmesagallium.a | Gallium EGL and DRI drivers | y | y | --enable-gles1 | --enable-gles2 |
- libes1gallium.a | Gallium EGL drivers | --enable-gles-overlay | n | y | n |
- libes2gallium.a | Gallium EGL drivers | --enable-gles-overlay | n | n | y |
Dispatch Table
--
cgit v1.1