]> git.cworth.org Git - glaze/commit
Add egl definitions and related buildsupport. master
authorMark Janes <mark.a.janes@intel.com>
Fri, 12 Sep 2014 23:16:39 +0000 (16:16 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 18 Dec 2014 15:05:14 +0000 (07:05 -0800)
commit9104a7f2aef5046145b6a480aaf0a5d8d5491d62
treea7acb2acf361454e5f27f193b5ce1957848ebeaf
parent3430c08632759d3d7e4eabdca09e9c8f42e3d2ba
Add egl definitions and related buildsupport.

For each supported API, glaze-gl.c requires a definition file which
formats interposable function names in a series of macro invocations.

 * Add egl.xml, downloaded from http://www.opengl.org/registry/ as
   specified in the specs README.

 * Append support for egl.def code generation to the specs makefile.

 * Add egl.def as a prerequisite for libGL.so.1
Makefile
specs/Makefile
specs/egl.def [new file with mode: 0644]
specs/egl.xml [new file with mode: 0644]