102f4aeb0Sopenharmony_ci<?xml version="1.0" encoding="UTF-8" standalone="no"?>
202f4aeb0Sopenharmony_ci<!DOCTYPE html>
302f4aeb0Sopenharmony_ci<html xmlns="http://www.w3.org/1999/xhtml">
402f4aeb0Sopenharmony_ci    <head>
502f4aeb0Sopenharmony_ci        <title>EGL Reference Pages</title>
602f4aeb0Sopenharmony_ci        <link rel="stylesheet" href="khronos-man.css"/>
702f4aeb0Sopenharmony_ci    </head>
802f4aeb0Sopenharmony_ci    <body>
902f4aeb0Sopenharmony_ci        <div class="refentry" id="start">
1002f4aeb0Sopenharmony_ci            <div class="titlepage"/>
1102f4aeb0Sopenharmony_ci            <div class="refnamediv">
1202f4aeb0Sopenharmony_ci                <h1>EGL Reference Pages</h1>
1302f4aeb0Sopenharmony_ci                <p/>
1402f4aeb0Sopenharmony_ci            </div>
1502f4aeb0Sopenharmony_ci            <div class="refsect1" id="description">
1602f4aeb0Sopenharmony_ci                <p>
1702f4aeb0Sopenharmony_ci                    <img src="EGL_300.png" alt=""
1802f4aeb0Sopenharmony_ci                        hspace="40" vspace="40" border="0" align="right"
1902f4aeb0Sopenharmony_ci                        xmlns="http://www.w3.org/1999/xhtml" />
2002f4aeb0Sopenharmony_ci                </p>
2102f4aeb0Sopenharmony_ci                <p> EGL&trade; is an interface between Khronos rendering
2202f4aeb0Sopenharmony_ci                    APIs such as OpenGL ES or OpenVG and the underlying
2302f4aeb0Sopenharmony_ci                    native platform window system. It handles graphics
2402f4aeb0Sopenharmony_ci                    context management, surface/buffer binding, and
2502f4aeb0Sopenharmony_ci                    rendering synchronization and enables high-performance,
2602f4aeb0Sopenharmony_ci                    accelerated, mixed-mode 2D and 3D rendering using other
2702f4aeb0Sopenharmony_ci                    Khronos APIs. </p>
2802f4aeb0Sopenharmony_ci                <p> The reference pages describe EGL 1.5, but can be used
2902f4aeb0Sopenharmony_ci                    with earlier versions since each page notes when
3002f4aeb0Sopenharmony_ci                    features are available only starting with specific older
3102f4aeb0Sopenharmony_ci                    versions (1.2, 1.3, and 1.4). </p>
3202f4aeb0Sopenharmony_ci                <p> A more detailed overview of EGL functionality and
3302f4aeb0Sopenharmony_ci                    technical concepts can be found in the <a
3402f4aeb0Sopenharmony_ci                    target="pagedisplay" href="eglIntro.html">eglIntro</a>
3502f4aeb0Sopenharmony_ci                    page. </p>
3602f4aeb0Sopenharmony_ci            </div>
3702f4aeb0Sopenharmony_ci            <div class="refsect1" id="description">
3802f4aeb0Sopenharmony_ci                <h2>Browser Compatibility</h2>
3902f4aeb0Sopenharmony_ci                <p> The reference pages are now generated in HTML5 format.
4002f4aeb0Sopenharmony_ci                    Some pages contain imbedded MathML and rely on <a
4102f4aeb0Sopenharmony_ci                    href="http://www.mathjax.org/">MathJax</a> to render
4202f4aeb0Sopenharmony_ci                    mathematical equations on browsers which do not natively
4302f4aeb0Sopenharmony_ci                    support MathML. This should work much better on Chrome,
4402f4aeb0Sopenharmony_ci                    Safari, and other browsers which don't support MathML.
4502f4aeb0Sopenharmony_ci                    </p>
4602f4aeb0Sopenharmony_ci                <p> However, HTML5 isn't well supported on IE 8 or earlier
4702f4aeb0Sopenharmony_ci                    versions. We recommend you use a more recent browser for
4802f4aeb0Sopenharmony_ci                    viewing the reference pages. </p>
4902f4aeb0Sopenharmony_ci            </div>
5002f4aeb0Sopenharmony_ci            <div class="refsect1" id="description">
5102f4aeb0Sopenharmony_ci                <h2>Downloading Reference Page Sources</h2>
5202f4aeb0Sopenharmony_ci                <p> The Docbook source for the reference pages is available
5302f4aeb0Sopenharmony_ci                    in the <a
5402f4aeb0Sopenharmony_ci                    href="https://github.com/KhronosGroup/EGL-Registry/">
5502f4aeb0Sopenharmony_ci                    KhronosGroup/EGL-Registry</a> GitHub repository. You can
5602f4aeb0Sopenharmony_ci                    build a ref page distribution of your own using open
5702f4aeb0Sopenharmony_ci                    source tools. See the <a
5802f4aeb0Sopenharmony_ci                    href="https://github.com/KhronosGroup/OpenGL-Refpages/blob/master/README.adoc">
5902f4aeb0Sopenharmony_ci                    OpenGL refpage README</a> for more information on needed
6002f4aeb0Sopenharmony_ci                    tools. </p>
6102f4aeb0Sopenharmony_ci            </div>
6202f4aeb0Sopenharmony_ci            <div class="refsect1" id="description">
6302f4aeb0Sopenharmony_ci                <h2>Feedback</h2>
6402f4aeb0Sopenharmony_ci                <p> If you find errors in or problems with the reference
6502f4aeb0Sopenharmony_ci                    pages, please file a GitHub issue in the <a
6602f4aeb0Sopenharmony_ci                    href="https://github.com/KhronosGroup/EGL-Registry/">
6702f4aeb0Sopenharmony_ci                    KhronosGroup/EGL-Registry</a> GitHub repository. If you
6802f4aeb0Sopenharmony_ci                    have a fix available, please propose a pull request in
6902f4aeb0Sopenharmony_ci                    the same repository. </p>
7002f4aeb0Sopenharmony_ci            </div>
7102f4aeb0Sopenharmony_ci            <div class="refsect3">
7202f4aeb0Sopenharmony_ci                <img src="KhronosLogo.jpg"/>
7302f4aeb0Sopenharmony_ci                <p>
7402f4aeb0Sopenharmony_ci                    Copyright &#169; 2003-2018 The Khronos Group Inc.
7502f4aeb0Sopenharmony_ci                    Permission is hereby granted, free of charge, to any person obtaining a
7602f4aeb0Sopenharmony_ci                    copy of this software and/or associated documentation files (the
7702f4aeb0Sopenharmony_ci                    "Materials"), to deal in the Materials without restriction, including
7802f4aeb0Sopenharmony_ci                    without limitation the rights to use, copy, modify, merge, publish,
7902f4aeb0Sopenharmony_ci                    distribute, sublicense, and/or sell copies of the Materials, and to
8002f4aeb0Sopenharmony_ci                    permit persons to whom the Materials are furnished to do so, subject to
8102f4aeb0Sopenharmony_ci                    the condition that this copyright notice and permission notice shall be included
8202f4aeb0Sopenharmony_ci                    in all copies or substantial portions of the Materials.
8302f4aeb0Sopenharmony_ci                </p>
8402f4aeb0Sopenharmony_ci            </div>
8502f4aeb0Sopenharmony_ci        </div>
8602f4aeb0Sopenharmony_ci    </body>
8702f4aeb0Sopenharmony_ci</html>
88