Re: [Mesa-dev] [PATCH V3] glapi: add KHR_no_error support to dispatch table generation

2017-05-03 Thread Nicolai Hähnle
On 03.05.2017 06:25, Timothy Arceri wrote: This will allows us to create no error versions of functions noted by a _no_error suffix. We also need to set a no_error attribute equal to "true" in the xml. V3: stop the no_error attribute being overwritten when functions alias another. V2: tidy u

[Mesa-dev] [PATCH V3] glapi: add KHR_no_error support to dispatch table generation

2017-05-02 Thread Timothy Arceri
This will allows us to create no error versions of functions noted by a _no_error suffix. We also need to set a no_error attribute equal to "true" in the xml. V3: stop the no_error attribute being overwritten when functions alias another. V2: tidy up suggested by Nicolai. --- src/mapi/glapi/g