Re: [Mesa-dev] [PATCH 7/8] Float fbconfigs frontend patch [1/2] Float configs extension strings.

2013-07-16 Thread Tomasz Lis
Thank you. I will change all the VER to 0,0. I will turn this patch into last one in the series. Regarding indirect rendering - I didn't tested it. Please let me know if I should change any of the Y/N switches. 2013/7/15 Ian Romanick > On 07/15/2013 07:28 AM, Tomasz Lis wrote: > >> From: To

Re: [Mesa-dev] [PATCH 7/8] Float fbconfigs frontend patch [1/2] Float configs extension strings.

2013-07-15 Thread Ian Romanick
On 07/15/2013 07:28 AM, Tomasz Lis wrote: From: Tomasz Lis The patch defines fbconfig_float in tables of extensions and enables reporting the extension availability. Since this patch enables the functionality, it should come after the patch that implements the functionality. Signed-off-by

[Mesa-dev] [PATCH 7/8] Float fbconfigs frontend patch [1/2] Float configs extension strings.

2013-07-15 Thread Tomasz Lis
From: Tomasz Lis The patch defines fbconfig_float in tables of extensions and enables reporting the extension availability. Signed-off-by: Tomasz Lis --- src/glx/glxextensions.c |4 src/glx/glxextensions.h |6 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/sr