Bug #2082

2011-07-07 Thread Charles Welton
the fix, I have yet to find the culprit dll(s) for this. Unfortunately I don't have the experience with wine's code and would like suggestions as to where to begin. -- Charles Welton

Re: [PATCH 1/2] d3dx9/line: Implement Begin and End methods. (try 2)

2011-07-05 Thread Charles Welton
Is there a reason why this patch and it's brother weren't merged in yet? This has been sitting for a few days and no comments about it yet. On 06/29/2011 07:08 PM, Charles Welton wrote: > Since the last patch spent some time without comments and wasn't > commited, I&#x

Re: [PATCH 3/3] d3dx9/tests: Implemented Draw and DrawTransform tests for ID3DXLine.

2011-06-29 Thread Charles Welton
not very good at pattern recognition, so I might be > wrong, but could you please double-check? > Full results can be found at > http://testbot.winehq.org/JobDetails.pl?Key=12105 > > Your paranoid android. > > > === WINEBUILD (build) === > Patch failed to apply -- Charles Welton

Re: [PATCH 2/2] d3dx9/line: Implemented tests for ID3DXLine's Begin and End methods.

2011-06-18 Thread Charles Welton
all I'm not very good at pattern recognition, so I might be > wrong, but could you please double-check? > Full results can be found at > http://testbot.winehq.org/JobDetails.pl?Key=11808 > > Your paranoid android. > > > === WINEBUILD (build) === > Make failed -- Charles Welton

Re: d3dx9: Implement GetImageInfoFromResource(A/W) for bitmaps.

2011-06-12 Thread Charles Welton
n't include the header, which seems necessary for D3DXGetImageInfoFromFileInMemory to properly recognize the file. > > On Sun, Jun 12, 2011 at 10:32 PM, Charles Welton wrote: >> >> The code works except it doesn't try to detect the bitmap format. >> >> Kindl