summaryrefslogtreecommitdiff
path: root/registry/gl.py
AgeCommit message (Expand)AuthorFilesLines
2021-07-07gl: bump the registry and fixup the python scriptsDave Airlie1-1/+1
2020-06-06Switch from cElementTree to ElementTree.Vinson Lee1-2/+2
2020-02-13drop python2 supportDylan Baker1-17/+5
2018-11-08python: add explicit utf-8 encodingEric Engestrom1-0/+1
2018-08-04Update gl.xml from opengl registry and fix gl.pyMarek Olšák1-11/+0
2016-06-18gl.xml: update and accomodate addition of glsc2Ilia Mirkin1-1/+1
2016-02-08framework,unittests: use __future__ unicode_literalsDylan Baker1-2/+4
2016-02-08python: use future print, division, and absolute_importDylan Baker1-2/+1
2015-03-14registry/gl.py: Fix PEP 8 issues.Vinson Lee1-67/+103
2015-02-23registry generation: Finish hybridizingDylan Baker1-5/+12
2015-02-23registry/gl.py: add hash methods for classes that need to be hashedDylan Baker1-0/+10
2015-02-23registry/gl.py: Don't try to compare None and not-NoneDylan Baker1-3/+3
2015-02-23registry/gl.py: drop 2.6 supportDylan Baker1-24/+12
2015-01-28gen_dispatch.py: remove use of cmp.Dylan Baker1-0/+62
2015-01-28regsitry/gl.py: Make Error class inherit from ExceptionDylan Baker1-1/+1
2015-01-28registry/gl.py: remove unused variableDylan Baker1-1/+0
2015-01-28registry/gl.py: Strip superfluous parens from the assert keywordDylan Baker1-27/+27
2015-01-28registry/gl.py: Replace __cmp__ methods with rich comparison methodsDylan Baker1-46/+70
2015-01-28registry/gl.py: fix no-attribute errorDylan Baker1-1/+1
2015-01-28registry/gl.py: remove unused importDylan Baker1-1/+0
2014-11-11registry: Update gl.xmlLaura Ekstrand1-29/+14
2014-06-27registry/gl: Oops. Disable debug logging by defaultChad Versace1-1/+1
2014-06-23dispatch: Generate piglit-dispatch from Khronos XMLChad Versace1-0/+1132