summaryrefslogtreecommitdiff
path: root/scripts/gen_egl.py
AgeCommit message (Collapse)AuthorFilesLines
2019-06-13Python3 compatibility: silence gen_all.py and gen_egl.pyBoris Zanin1-0/+7
Return back Python 2 behavior, suppressing messages generated by gen_all.py and gen_egl.py. These warnings seems make few sense and most likely were blocked in Python2 for that reason. Though they need to be analyzed, as some of them really reveal inconsistencies in gl.xml and egl.xml files. Components: Framework VK-GL-CTS issue: 1665 VK-GL-CTS issue: 1820 Change-Id: I9858c374a251e84f85b3290158399e04a6d6ab76
2015-01-21Add copyright banner to scripts.Jarkko Pöyry1-0/+20
Change-Id: I76ada41d0783c658aa3208475650f7d8fb8e6fd4
2014-12-04Generate EGL framework .inl files from Khronos XML registryPyry Haulos1-0/+9
This change adds support for producing auto-generated parts of the EGL framework from official Khronos XML API description. The change comes with some refactoring of opengl generator scripts as common code is moved to scripts/khr_util. Bug: 18273960 Change-Id: I4da9a1a5fae02854e3de3facfc93b325e3087502