Re: [PATCH 1/2] wined3d: Make (wined3d_)surface_depth_blt_fbo handle locations other than SFLAG_INTEXTURE.

2013-02-17 Thread Matteo Bruni
2013/2/17 Henri Verbeet : > On 17 February 2013 18:10, Matteo Bruni wrote: >> @@ -6168,18 +6172,10 @@ HRESULT surface_load_location(struct wined3d_surface >> *surface, DWORD location, c >> >> if (surface->resource.usage & WINED3DUSAGE_DEPTHSTENCIL) >> { >> -if (location == SFLAG

Re: [PATCH 1/2] wined3d: Make (wined3d_)surface_depth_blt_fbo handle locations other than SFLAG_INTEXTURE.

2013-02-17 Thread Henri Verbeet
On 17 February 2013 18:10, Matteo Bruni wrote: > @@ -6168,18 +6172,10 @@ HRESULT surface_load_location(struct wined3d_surface > *surface, DWORD location, c > > if (surface->resource.usage & WINED3DUSAGE_DEPTHSTENCIL) > { > -if (location == SFLAG_INTEXTURE) > -{ > -

Re: Wine release 1.5.24

2013-02-17 Thread GOUJON Alexandre
On 02/15/2013 09:38 PM, Gennady Telegin wrote: Hi, I want to unsubscribe from this list, how to do it? Best, Gennady Telegin It's wine-announce so go to http://www.winehq.org/mailman/listinfo/wine-announce and read instructions at the bottom of the page

Re: Implement pinned memory for ATI where buffer regions are slow

2013-02-17 Thread Henri Verbeet
On 17 February 2013 15:40, Stefan Dösinger wrote: > Am 17.02.2013 um 14:25 schrieb Stanislaw Halik : >> Security impact is nil - Win32 can reference the extension regardless. >> Well-written code won't expose the issue. Patch is a bit messed up WRT lack >> of binding back to 0 in some places, bu

Re: [PATCH] Support a protection scheme which reset the GS selector - v2

2013-02-17 Thread Alexandre Julliard
Alessandro Pignotti writes: >> On 2013-02-07 17:00, Alessandro Pignotti wrote: >> >+opcode=(unsigned char*)context->Eip; >> >+if (*opcode==0x65 && /* GS segment instruction prefix */ >> >+context->SegGs!=ntdll_get_thread_data()->gs) >> >> Segment-override prefix may be preceded b

Re: [PATCH] ntdll: Support a protection scheme which reset the GS selector - v3

2013-02-17 Thread Ken Thomases
On Feb 17, 2013, at 4:18 AM, Alessandro Pignotti wrote: > Third attempt > > > > Hi everyone, > > I've found two different games: > > -) Of orcs and men > -) The testament of sherlock holmes > > which are using a protection scheme which reset the GS segment selector, > possibl

Re: [PATCH] Support a protection scheme which reset the GS selector - v2

2013-02-17 Thread Alessandro Pignotti
> On 2013-02-07 17:00, Alessandro Pignotti wrote: > >+opcode=(unsigned char*)context->Eip; > >+if (*opcode==0x65 && /* GS segment instruction prefix */ > >+context->SegGs!=ntdll_get_thread_data()->gs) > > Segment-override prefix may be preceded by repeat or operand-size > override

Re: Fix catalyst brain damage to speed up Falcon BMS 2x

2013-02-17 Thread Stanislaw Halik
Updated patch following review. diff --git a/dlls/wined3d/directx.c b/dlls/wined3d/directx.c index acdcc57..9b37458 100644 --- a/dlls/wined3d/directx.c +++ b/dlls/wined3d/directx.c @@ -854,6 +854,11 @@ static void quirk_broken_rgba16(struct wined3d_gl_info *gl_info) gl_info->quirks |= WINED

Re: Fix catalyst brain damage to speed up Falcon BMS 2x

2013-02-17 Thread Stanislaw Halik
On 2013-02-16 11:47, Stanislaw Halik wrote: Going to ask Ben Supnik from Laminar Research (X-Plane developer) and BCC him, since he has apparently run into the same issue. There's much info of fglrx woes (not really Linux specific, either) on http://developer.x-plane.com/ Sorry for double-post

Re: Fix catalyst brain damage to speed up Falcon BMS 2x

2013-02-17 Thread Stanislaw Halik
On 2013-02-16 09:04, Stefan Dösinger wrote: What you really want to do is figure out why GL_ARB_map_buffer_range is slow on fglrx, and make sure that the problem is really fglrx specific. I fixed a number of dynamic buffer performance problems in the past months, but there are still problems if w

Re: Wine release 1.5.24

2013-02-17 Thread Gennady Telegin
Hi, I want to unsubscribe from this list, how to do it? Best, Gennady Telegin On Sat, Feb 16, 2013 at 12:30 AM, Alexandre Julliard wrote: > The Wine development release 1.5.24 is now available. > > What's new in this release (see below for details): > - Keyboard and mouse wheel support i

Re: Implement pinned memory for ATI where buffer regions are slow

2013-02-17 Thread Stefan Dösinger
Am 17.02.2013 um 14:25 schrieb Stanislaw Halik : > Security impact is nil - Win32 can reference the extension regardless. > Well-written code won't expose the issue. Patch is a bit messed up WRT lack > of binding back to 0 in some places, but that'll be amended. I basically agree with this - the

Re: Implement pinned memory for ATI where buffer regions are slow

2013-02-17 Thread Stanislaw Halik
On 2013-02-17 12:20, Henri Verbeet wrote: On 17 February 2013 07:17, Stanislaw Halik wrote: This one should be better. Sorry about indentation. Much, much FPS, and supposedly no loss of functionality. I didn't really review this, but I think any extension that allows "... including program or

Re: Implement pinned memory for ATI where buffer regions are slow

2013-02-17 Thread Henri Verbeet
On 17 February 2013 07:17, Stanislaw Halik wrote: > This one should be better. Sorry about indentation. Much, much FPS, and > supposedly no loss of functionality. > I didn't really review this, but I think any extension that allows "... including program or even system termination." from regular u

Re: Failing tests in the Japanese and Hebrew languages

2013-02-17 Thread Yaron Shahrabani
Looks like both encoding and RTL checks. I think the translation is non-UTF-8 (At least it was like that when I was working with .rc files). Nowadays I believe that the PO should be UTF-8 so it shouldn't matter. Kind regards, Yaron Shahrabani On Sun, Feb 17, 2013 at 11:52 AM, Francois Gouget

Failing tests in the Japanese and Hebrew languages

2013-02-17 Thread Francois Gouget
I have noticed some test failures that only happen when I set the locale and display language to Japanese and/or Hebrew in Windows 7. Let me know if I should create bugs for these. * comctl32:listview (Hebrew and Japanese) listview.c:3822: Test failed: Expected 96, got 112 listview.c:4751: