1<?xml version="1.0" encoding="UTF-8" standalone="no"?> 2<!DOCTYPE html> 3<html xmlns="http://www.w3.org/1999/xhtml"> 4 <head> 5 <title>EGL Reference Pages</title> 6 <link rel="stylesheet" href="khronos-man.css"/> 7 </head> 8 <body> 9 <div class="refentry" id="start"> 10 <div class="titlepage"/> 11 <div class="refnamediv"> 12 <h1>EGL Reference Pages</h1> 13 <p/> 14 </div> 15 <div class="refsect1" id="description"> 16 <p> 17 <img src="EGL_300.png" alt="" 18 hspace="40" vspace="40" border="0" align="right" 19 xmlns="http://www.w3.org/1999/xhtml" /> 20 </p> 21 <p> EGL™ is an interface between Khronos rendering 22 APIs such as OpenGL ES or OpenVG and the underlying 23 native platform window system. It handles graphics 24 context management, surface/buffer binding, and 25 rendering synchronization and enables high-performance, 26 accelerated, mixed-mode 2D and 3D rendering using other 27 Khronos APIs. </p> 28 <p> The reference pages describe EGL 1.4, but can be used 29 with earlier versions since each page notes when 30 features are available only starting with specific older 31 versions (1.2, 1.3, and 1.4). </p> 32 <p> A more detailed overview of EGL functionality and 33 technical concepts can be found in the <a 34 target="pagedisplay" href="eglIntro.html">eglIntro</a> 35 page. </p> 36 </div> 37 <div class="refsect1" id="description"> 38 <h2>Browser Compatibility</h2> 39 <p> The man pages are now generated in HTML5 format. Some 40 pages contain imbedded MathML and rely on 41 <a href="http://www.mathjax.org/">MathJax</a> to render 42 mathematical equations on browsers which do not natively 43 support MathML. This should work much better on Chrome, 44 Safari, and other browsers which don't support MathML. 45 </p> 46 <p> However, HTML5 isn't well supported on IE 8 or earlier 47 versions. We recommend you use a more recent browser for 48 viewing the man pages. </p> 49 </div> 50 <div class="refsect1" id="description"> 51 <h2>Downloading Man Page Sources</h2> 52 <p> The Docbook XML source for the man pages is available for 53 anonymous checkout in Khronos' Subversion server, and you 54 can build a man page distribution of your own using open 55 source tools. See the OpenGL.org technical Wiki pages 56 describing the <a 57 href="http://www.opengl.org/wiki/Getting_started/XML_Toolchain_and_Man_Pages"> 58 XML Toolchain and Man Pages</a> for more information. </p> 59 </div> 60 <div class="refsect1" id="description"> 61 <h2>Feedback</h2> 62 <p> If you find errors in the reference pages, please inform us 63 using <a href="https://www.khronos.org/bugzilla/">Khronos 64 Bugzilla</a>. File a bug against Product ``EGL'', Component 65 ``Man Pages''. Before filing bugs, you must first create a 66 Bugzilla account and log in. </p> 67 </div> 68 <div class="refsect3"> 69 <img src="KhronosLogo.jpg"/> 70 <p> 71 Copyright © 2003-2014 The Khronos Group Inc. 72 Permission is hereby granted, free of charge, to any person obtaining a 73 copy of this software and/or associated documentation files (the 74 "Materials"), to deal in the Materials without restriction, including 75 without limitation the rights to use, copy, modify, merge, publish, 76 distribute, sublicense, and/or sell copies of the Materials, and to 77 permit persons to whom the Materials are furnished to do so, subject to 78 the condition that this copyright notice and permission notice shall be included 79 in all copies or substantial portions of the Materials. 80 </p> 81 </div> 82 </div> 83 </body> 84</html> 85