Re: [Mesa-dev] [PATCH] mesa: fix make check for ARB_texture_gather

2013-10-03 Thread Kenneth Graunke
On 10/02/2013 06:11 PM, Chris Forbes wrote: > Clean up inconsistency in enum decoration: > - Use the undecorated enums where possible. > - MAX_PROGRAM_TEXTURE_GATHER_COMPONENTS_ARB remains decorated, since it > has no undecorated equivalent in GL4. > > Signed-off-by: Chris Forbes Bugzilla: htt

[Mesa-dev] [PATCH] mesa: fix make check for ARB_texture_gather

2013-10-02 Thread Chris Forbes
Clean up inconsistency in enum decoration: - Use the undecorated enums where possible. - MAX_PROGRAM_TEXTURE_GATHER_COMPONENTS_ARB remains decorated, since it has no undecorated equivalent in GL4. Signed-off-by: Chris Forbes --- src/mapi/glapi/gen/ARB_texture_gather.xml | 6 -- src/mapi/gl