From c33251d2f534c8bba37e8c7db4d812b4d3e3a39c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 12 May 2009 14:38:50 -0600 Subject: docs: OpenGL ES information --- docs/es.html | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 docs/es.html diff --git a/docs/es.html b/docs/es.html new file mode 100644 index 0000000000..148689a2fa --- /dev/null +++ b/docs/es.html @@ -0,0 +1,63 @@ + + +OpenGL ES Support + + + + + +

Introduction

+ +

+Mesa 7.6 includes implementations of OpenGL ES 1.1 and OpenGL ES 2.0. +

+ +

+Basically, the OpenGL ES 1.1 and 2.0 libraries are subset of Mesa. +Any driver (Gallium or legacy Mesa drivers) that works with Mesa should +work with the ES 1.1 and 2.0 libraries. +

+ +

+DISCLAIMER: The OpenGL ES code and support may be a little rough +at this point. +Contributions to the libraries are welcome. +

+ + +

OpenGL ES 1.1

+ +

+The OpenGL ES 1.1 header files are found in include/GLES/ +

+ +

+The OpenGL ES 1.1 (common profile) library name is +libGLESv1_CM.so.1.1.0 +

+ + +

OpenGL ES 2.0

+ +

+The OpenGL ES 2.0 header files are found in include/GLES2/ +

+ +

+The OpenGL ES 2.0 library name is libGLESv2.so.2.0.0 +

+ + +

EGL

+ +

+The EGL header files are found in include/EGL/ +

+ +

+The EGL library name is libEGL.so.1.0 +

+ + + + -- cgit v1.2.3