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 ----------- 1 file changed, 11 deletions(-) (limited to 'docs/egl.html') diff --git a/docs/egl.html b/docs/egl.html index a92f9d1b1d..fb15086679 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.

    -- cgit v1.2.3