Re: [Mesa-dev] [PATCH 4/4] glxinfo: Remove the ARB suffixes from core enums

2014-04-10 Thread Ian Romanick
On 04/09/2014 06:51 PM, Fredrik Höglund wrote: > The suffix is only removed from the printed names in case someone > wants to build glxinfo against an old implementation. Isn't that already impossible due to GL_MAX_VERTEX_OUTPUT_COMPONENTS? To be honest... I'd like to see all of the '#ifdef exten

[Mesa-dev] [PATCH 4/4] glxinfo: Remove the ARB suffixes from core enums

2014-04-09 Thread Fredrik Höglund
The suffix is only removed from the printed names in case someone wants to build glxinfo against an old implementation. --- src/xdemos/glxinfo.c | 34 +- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/xdemos/glxinfo.c b/src/xdemos/glxinfo.c inde