[Piglit] [PATCH 0/4] Generate code from gl.xml

Fabian Bieler fabianbieler at fastmail.fm
Sat Feb 22 14:59:40 PST 2014


On 2014-02-22 23:17, Eric Anholt wrote:
> Fabian Bieler <fabianbieler at fastmail.fm> writes:
>
>> Hello!
>>
>> This series makes piglit generate the dispatch and get-enum-name code from Khronos' gl.xml
>> rather than the old .spec and header files.
>> This will come in handy for writing tests for newer gles2 extensions.
>>
>> Due to their size some patches are zipped.
>>
>> Patch 1 only adds gl.xml
>>
>> Patch 2 adds the python code to generate the dispatch code from gl.xml.
>>
>> Patch 3 only removes the no longer needed gl .spec and header files.
>>
>> Patch 4 generates the get-enum-name helper functions from gl.xml.
>>
>> The series can also be found at
>> https://github.com/fabe3k/piglit/tree/gl-xml
>
> I have an outstanding patch series to remove all of piglit's dispatch
> code and replace it with libepoxy, that I'd love to get landed instead
> of continuing to have piglit-private code for this.
>
I see. In that case, please ignore this series.


More information about the Piglit mailing list