Re: [PATCH 1/2] advapi32/tests: Add tests for hkcr handle mask

2013-08-23 Thread Nikolay Sivov
On 8/24/2013 07:11, George Stephanos wrote: +#define IS_HKCR(hk) ((UINT_PTR)hk > 0 && ((UINT_PTR)hk & 3) == 2) + Why is that important to check? In other words what depends on particular value pattern?

Re: [PATCH 4/6] wined3d: Enforce volume mapping restrictions

2013-08-23 Thread Alexandre Julliard
Stefan Dösinger writes: > --- > dlls/wined3d/volume.c | 7 +++ > 1 file changed, 7 insertions(+) It breaks the tests: ../../../tools/runtest -q -P wine -M d3dx9_36.dll -T ../../.. -p d3dx9_36_test.exe.so volume.c && touch volume.ok volume.c:187: Test succeeded inside todo block: D3DXLoadV

Re: Wiki is down

2013-08-23 Thread Dimi Paun
Wiki back up, sorry about that! On Fri, Aug 23, 2013 at 10:31 AM, Dimi Paun wrote: > Looking into it right now... > > > On Fri, Aug 23, 2013 at 10:18 AM, Michael Stefaniuc > wrote: > >> On 08/23/2013 03:39 PM, Rosanne DiMesio wrote: >> > I'm getting an "Unable to connect" message from Firefox

winmm: Increase mmdevapi buffer sizes.

2013-08-23 Thread Joerg-Cyril.Hoehle
Hi, Andrew Eikum argued: -/* buffer size = 10 * 10 (100 ns) = 0.1 seconds */ +/* buffer size = 100 * 10 (100 ns) = 1 second */ >The tiny buffer size caused audio capture glitches on OSX, where the OS >often returns audio in half-second chunks. That may be good enough for winmm, but that d

Re: Wiki is down

2013-08-23 Thread Dimi Paun
Looking into it right now... On Fri, Aug 23, 2013 at 10:18 AM, Michael Stefaniuc wrote: > On 08/23/2013 03:39 PM, Rosanne DiMesio wrote: > > I'm getting an "Unable to connect" message from Firefox and "Connection > closed by remote server" from Opera. > CC'ing Dimi as he might not read wine-deve

Re: Wiki is down

2013-08-23 Thread Michael Stefaniuc
On 08/23/2013 03:39 PM, Rosanne DiMesio wrote: > I'm getting an "Unable to connect" message from Firefox and "Connection > closed by remote server" from Opera. CC'ing Dimi as he might not read wine-devel so often. bye michael

Wiki is down

2013-08-23 Thread Rosanne DiMesio
I'm getting an "Unable to connect" message from Firefox and "Connection closed by remote server" from Opera. -- Rosanne DiMesio

Re: [PATCH 5/6] wined3d: Use PBOs for dynamic volumes

2013-08-23 Thread Stefan Dösinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 2013-08-23 14:01, schrieb Henri Verbeet: > On 23 August 2013 13:54, Stefan Dösinger > wrote: >> The rules for surfaces and volumes aren't applicable to buffers >> anyway. A default pool buffer without D3DUSAGE_DYNAMIC is >> mappable for example. >

Re: [PATCH 5/6] wined3d: Use PBOs for dynamic volumes

2013-08-23 Thread Henri Verbeet
On 23 August 2013 13:54, Stefan Dösinger wrote: > The rules for surfaces and volumes aren't applicable to buffers > anyway. A default pool buffer without D3DUSAGE_DYNAMIC is mappable for > example. > I don't think the differences are insurmountable, but the main point is still that I think this is

Re: [PATCH 5/6] wined3d: Use PBOs for dynamic volumes

2013-08-23 Thread Stefan Dösinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 2013-08-23 12:29, schrieb Henri Verbeet: > On 23 August 2013 12:04, Stefan Dösinger > wrote: >> >> Am 23.08.2013 um 11:34 schrieb Henri Verbeet >> : >>> Why does loading into a PBO require CPU access? >> The only reason why we want to store a volu

Re: [PATCH 5/6] wined3d: Use PBOs for dynamic volumes

2013-08-23 Thread Henri Verbeet
On 23 August 2013 12:04, Stefan Dösinger wrote: > > Am 23.08.2013 um 11:34 schrieb Henri Verbeet : >> Why does loading into a PBO require CPU access? > The only reason why we want to store a volume in a PBO is to map it, which > requires CPU access. If the volume doesn't allow CPU access I don't

Re: [PATCH 5/6] wined3d: Use PBOs for dynamic volumes

2013-08-23 Thread Stefan Dösinger
Am 23.08.2013 um 11:34 schrieb Henri Verbeet : > Why does loading into a PBO require CPU access? The only reason why we want to store a volume in a PBO is to map it, which requires CPU access. If the volume doesn't allow CPU access I don't see a reason to load it into a PBO. Well, there's RGB<-

Re: Permissions bug with Acrobat X Standard

2013-08-23 Thread Alexey Loukianov
Neil, thanks for reporting. Could you please re-report this bug to a place where reports should be posted - i.e. to Wine's Bugzilla which could be found at http://bugs.winehq.com/ ? Thanks in advance. ---  Best regards, Alexey Loukianov HPC support and maintenance engineer, RSC Technologies h

Re: [PATCH 5/6] wined3d: Use PBOs for dynamic volumes

2013-08-23 Thread Henri Verbeet
On 22 August 2013 23:22, Stefan Dösinger wrote: > @@ -145,6 +158,9 @@ static DWORD volume_access_from_location(DWORD location) > case WINED3D_LOCATION_TEXTURE_RGB: > return WINED3D_RESOURCE_ACCESS_GPU; > > +case WINED3D_LOCATION_BUFFER: > +return WINED3D_R

Re: comsvcs: Add dll comsvcs (try 3)

2013-08-23 Thread Nikolay Sivov
On 8/23/2013 13:18, Alistair Leslie-Hughes wrote: Hi, Fix build issue +#include "rpcproxy.h" I don't think you need this. +HINSTANCE COMSVCS_hInstance = NULL; This should be static (and without initializer after that).

Re: server: Store full sized completion information on the server side.

2013-08-23 Thread Alexandre Julliard
Dmitry Timoshkov writes: > @@ -152,7 +152,7 @@ struct completion *get_completion_obj( struct process > *process, obj_handle_t han > } > > void add_completion( struct completion *completion, apc_param_t ckey, > apc_param_t cvalue, > - unsigned int status, unsigned int inf