Lines Matching +full:linux +full:- +full:headers +full:-
1 # EGL-Registry
3 The EGL-Registry repository contains the EGL API and Extension Registry,
16 * index.php - toplevel index page for the web view. This relies on PHP
19 * registry.tcl - extension number registry. Documents the names and index
21 * api/egl.xml - extension enumerant and API registry. Defines the EGL API,
22 including extensions, and is used to generate headers. Documents the EGL
24 * api/EGL/ and api/KHR/ - header files used by an EGL implementation.
25 EGL/eglext.h and EGL/egl.h are generated from egl.xml. The other headers
27 * extensions/ - EGL extension specifications, grouped into vendor-specific
29 * sdk/ - EGL reference pages and reference cards. There are separate sets
31 * specs/ - EGL specification documents.
57 EGL-Registry repository to request help.
58 * Verify that the EGL headers regenerate properly after applying your XML
64 # Verify headers build and are legal C
74 Sometimes extension text files contain inappropriate UTF-8 characters. They
75 should be restricted to the ASCII subset of UTF-8 at present. They can be
76 removed using the iconv Linux command-line tool via
78 iconv -c -f utf-8 -t ascii filename.txt
82 We may transition to an asciidoc-based extension specification format at
88 This section is not complete (see https://github.com/KhronosGroup/EGL-Registry/issues/92).
90 To validate the XML and build the headers you will need at least GNU make,
97 All of these components are available prepackaged for major Linux