[Mesa-dev] [PATCH 6/8] Support of RENDER_TYPE property [6/6] Verification of the RENDER_TYPE value.

2013-07-15 Thread Tomasz Lis
The change is to correctly handle the value of renderType in GLX context. In case of the value being incorrect, context creation fails. --- src/glx/dri2_glx.c | 11 +++ src/glx/dri_glx.c |6 ++ src/glx/drisw_glx.c| 12 src/glx/g

Re: [Mesa-dev] [PATCH 6/8] Support of RENDER_TYPE property [6/6] Verification of the RENDER_TYPE value.

2013-07-15 Thread Ian Romanick
On 07/15/2013 07:28 AM, Tomasz Lis wrote: The change is to correctly handle the value of renderType in GLX context. In case of the value being incorrect, context creation fails. --- src/glx/dri2_glx.c | 11 +++ src/glx/dri_glx.c |6 ++ src/glx/drisw_

Re: [Mesa-dev] [PATCH 6/8] Support of RENDER_TYPE property [6/6] Verification of the RENDER_TYPE value.

2013-07-16 Thread Tomasz Lis
Thank you. I will rename the function to validate_renderType_against_config and make it return bool. I will fix the brace. 2013/7/15 Ian Romanick > On 07/15/2013 07:28 AM, Tomasz Lis wrote: > >> The change is to correctly handle the value of renderType in GLX context. >> In case of the value b