[Mesa-dev] [PATCH] wglSetPixelFormat should ignore the ppfd parameter

Jose Fonseca jfonseca at vmware.com
Wed Nov 2 12:53:49 PDT 2011



----- Original Message -----
> The patch should be correctly formatted, but I attached it anyway to
> be sure for this time.

Actually, it failed when I tried the apply the full mail:

$ git am -3 ~/tmp/patch.txt
Applying: wglSetPixelFormat should ignore the ppfd parameter
Using index info to reconstruct a base tree...
error: patch failed: src/gallium/state_trackers/wgl/stw_wgl.c:172
error: src/gallium/state_trackers/wgl/stw_wgl.c: patch does not apply
error: patch failed: src/mesa/drivers/windows/gdi/wgl.c:335
error: src/mesa/drivers/windows/gdi/wgl.c: patch does not apply
Did you hand edit your patch?
It does not apply to blobs recorded in its index.
Cannot fall back to three-way merge.
Patch failed at 0001 wglSetPixelFormat should ignore the ppfd parameter
When you have resolved this problem run "git am --resolved".
If you would prefer to skip this patch, instead run "git am --skip".
To restore the original branch and stop patching run "git am --abort".

but it was happy with the attachement:

$ git am --abort
$ git reset --hard HEAD
$ git am -3 ~/downloads/0002-wglSetPixelFormat-should-ignore-the-ppfd-parameter.patch
Applying: wglSetPixelFormat should ignore the ppfd parameter.
$

It could be my fault..

Anyway, it's pushed now. Thanks.

Jose


More information about the mesa-dev mailing list