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?
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
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
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
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
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
I'm getting an "Unable to connect" message from Firefox and "Connection closed
by remote server" from Opera.
--
Rosanne DiMesio
-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.
>
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
-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
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
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<-
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
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
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).
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
16 matches
Mail list logo