[Mesa-dev] [PATCH 4/8] Support of RENDER_TYPE property [4/6] Handling in glXCreateContext and init_fbconfig_for_chooser.

2013-07-15 Thread Tomasz Lis
This patch sets the correct values of renderType and drawableType in glXCreateContext and init_fbconfig_for_chooser routines. --- src/glx/glxcmds.c | 32 +++- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/src/glx/glxcmds.c b/src/glx/glxcmds.c index 5

Re: [Mesa-dev] [PATCH 4/8] Support of RENDER_TYPE property [4/6] Handling in glXCreateContext and init_fbconfig_for_chooser.

2013-07-15 Thread Ian Romanick
On 07/15/2013 07:28 AM, Tomasz Lis wrote: This patch sets the correct values of renderType and drawableType in glXCreateContext and init_fbconfig_for_chooser routines. --- src/glx/glxcmds.c | 32 +++- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git

Re: [Mesa-dev] [PATCH 4/8] Support of RENDER_TYPE property [4/6] Handling in glXCreateContext and init_fbconfig_for_chooser.

2013-07-16 Thread Tomasz Lis
Thank you for your comments. GCC Warnings: There are no warnings in "glxcmds.c" during build. I think GCC only warns when multiple logic/bitwise operators are used in a row. Setting context renderType from config renderType: Invalid value of renderType in configs may be caused by DRI drivers wh