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
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!
>
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
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
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
- 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
---
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