Chia-I Wu wrote:
> This patch series aims to improve resource management of EGL.  There are
> two things it wants to improve
> 
> * Do not assume that eglGetDisplay is the first function called and
>   various management code is initialized
> * Free per-thread info and display when thread or process exits

[...]

Your patches look OK.

However, I always have trouble applying your patches with git-am:

$ git-am 0001-egl-Add-eglmutex.h.patch
Applying egl: Add eglmutex.h.
.dotest/patch:15: trailing whitespace.
        eglmutex.h \
fatal: git-apply: bad git-diff - expected /dev/null on line 22
Patch failed at 0001.
When you have resolved this problem run "git-am --resolved".
If you would prefer to skip this patch, instead run "git-am --skip".


If I use 'patch -p1 < 0001-egl-Add-eglmutex.h.patch' it works but 
still complains about whitespace:

$ patch -p1 --dry-run < 0001-egl-Add-eglmutex.h.patch
(Stripping trailing CRs from patch.)
patching file src/egl/main/Makefile
(Stripping trailing CRs from patch.)
patching file src/egl/main/eglmutex.h


Do you (or anyone else) have any idea what's causing this?

-Brian

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to