Re: [Mesa-dev] [PATCH] gallium: implement WGL_ARB_create_context

2011-10-28 Thread morgan armand
On Thu, Oct 27, 2011 at 9:04 PM, Jose Fonseca wrote: > Margan, > > The code in the diff has wrapped-around and can't be applied automatically. > > Please re-send the patch as an attachment. > > Jose > > - Original Message - >> Here is the modified patch. I just checked if it works but does

Re: [Mesa-dev] [PATCH] gallium: implement WGL_ARB_create_context

2011-10-27 Thread Jose Fonseca
Margan, The code in the diff has wrapped-around and can't be applied automatically. Please re-send the patch as an attachment. Jose - Original Message - > Here is the modified patch. I just checked if it works but doesn't > have a good test case for it. But I will write one for sure! >

Re: [Mesa-dev] [PATCH] gallium: implement WGL_ARB_create_context

2011-10-25 Thread morgan armand
Here is the modified patch. I just checked if it works but doesn't have a good test case for it. But I will write one for sure! --- src/gallium/state_trackers/wgl/SConscript |1 + src/gallium/state_trackers/wgl/stw_context.c | 47 +++- src/gallium/state_trackers/wgl/stw_c

Re: [Mesa-dev] [PATCH] gallium: implement WGL_ARB_create_context

2011-10-24 Thread Jose Fonseca
Looks good to me. Just a few minor requests: - The APIENTRY keyword in stw_create_context_attribs() is unnecessary given it is an internal API. - Please move the stw_create_context_attribs() immediately after DrvCreateLayerContext so that the code doesn't move around so much, and the diff is cl

Re: [Mesa-dev] [PATCH] gallium: implement WGL_ARB_create_context

2011-10-19 Thread morgan devel
Sorry about the missing file. Here is the patch taking into account your remarks. --- src/gallium/state_trackers/wgl/SConscript |1 + src/gallium/state_trackers/wgl/stw_context.c | 130 src/gallium/state_trackers/wgl/stw_context.h |3 + src/galli

Re: [Mesa-dev] [PATCH] gallium: implement WGL_ARB_create_context

2011-10-19 Thread Jose Fonseca
- Original Message - > --- > src/gallium/state_trackers/wgl/SConscript |1 + > src/gallium/state_trackers/wgl/stw_context.c | 39 > ++-- > .../state_trackers/wgl/stw_getprocaddress.c|3 ++ > src/gallium/state_trackers/wgl/stw_icd.h

[Mesa-dev] [PATCH] gallium: implement WGL_ARB_create_context

2011-10-19 Thread morgan devel
--- src/gallium/state_trackers/wgl/SConscript |1 + src/gallium/state_trackers/wgl/stw_context.c | 39 ++-- .../state_trackers/wgl/stw_getprocaddress.c|3 ++ src/gallium/state_trackers/wgl/stw_icd.h |8 4 files changed, 48 inserti