All:
I am writing a conformance test for the richedit function
EM_FINDWORDBREAK. I realize that WindowsNT 4.0 is our base
configuration and most of the values process the same. However, a
couple of values process differently for Windows NT 4.0/Windows2000,
WindowsXP/Windows2003 and Windows
Nope.
On Wednesday 27 April 2011 01:19:51 Stefan Dösinger wrote:
> On Tuesday 26 April 2011 19:35:06 Adam Martinson wrote:
> > -FIXME("Unrecognized D3DZBUFFERTYPE value %#x.\n",
> > +WARN("treating unrecognized D3DZBUFFERTYPE value %#x as
>
> WINED3DZB_TRUE.\n",
>
> >
On Tuesday 26 April 2011 19:35:06 Adam Martinson wrote:
> -FIXME("Unrecognized D3DZBUFFERTYPE value %#x.\n",
> +WARN("treating unrecognized D3DZBUFFERTYPE value %#x as
WINED3DZB_TRUE.\n",
> stateblock->state.render_states[WINED3DRS_ZENABLE]);
> +
I think timestamp queries are supposed to return GPU-side timestamps.
Otherwise I don't see the point in adding a complex d3d query around
QueryPerformanceFrequency.
There's GL_ARB_timer_query which looks like it does what you need.
signature.asc
Description: This is a digitally signed message
On 26 April 2011 19:35, Adam Martinson wrote:
> +#include "d3d10.h"
I don't think so.
This is mostly the same as the previous version.
On Tue, Apr 26, 2011 at 4:15 PM, Michael Mc Donnell wrote:
>
> > Completely unimplemented:
> > - ConvertPointRepsToAdjacency
> > - ConvertAdjacencyToPointReps
> > - UpdateSemantics
>
> Ok so I can still work on ConvertPointRepsToAdjacency and
> ConvertAdjacencyToPointReps?
>
> Yes. I had no plans
On Tue, Apr 26, 2011 at 6:34 AM, Dylan Smith wrote:
> On Sun, Mar 20, 2011 at 1:09 PM, Michael Mc Donnell
> wrote:
>> I would like implement some of the missing mesh functions in Wine's
>> D3DX9 for Google Summer of Code 2011. I would like to implement the
>> following functions:
>> - CloneMesh
On 04/26/2011 11:26 AM, Andrew Eikum wrote:
dump_fmt
+TRACE("cbSize: %u\n", fmt->cbSize);
Old Wine code contains several comments about never ever reading cbSize
in the WAVE_FORMAT_PCM case because it's a potential read past the structure
and may cause a segmentation fault. Is it not a
Thanks for your comments, Jörg.
On 04/26/2011 06:00 AM, joerg-cyril.hoe...@t-systems.com wrote:
+fmt->Format.nSamplesPerSec = 41100;
+fmt->nSamplesPerSec != 41100&&
44100. IIRC, there was an error exactly like this somewhere in the old drivers.
Silly typo. Thanks.
But wh
It would be nice if you used more descriptive variable names. For example:
+struct IDirectSoundCaptureBufferImpl
+{
+DWORD buf_size;
+DWORD pos;
What units are these sizes and positions in? Frames? Bytes? Time? What
position is being represented here, read, write, or something else?
Us
Dan Kegel writes:
> @@ -771,13 +771,16 @@ BOOL WCMD_delete (WCHAR *command, BOOL expectDir) {
>
> DIRECTORY_STACK *nextDir;
> WCHAR subParm[MAX_PATH];
> +static const WCHAR quoteW[] = { '"', 0 };
>
> /* Work out search paramet
Hi,
I did some testing with the shiny new sound code. I tested with and without
pulseaudio, with current dsound, native(win7) dsound and your precompiled
binary.
Pulseaudio + current code: Sound effects are sometimes garbled or partially
played, but are on time and not repeated
No Pulseaudio +
Good point. I'll create the dinput8 tests and move those there.
2011/4/26 Vitaliy Margolen :
> On 04/25/2011 05:14 PM, Austin English wrote:
>>
>> On Sun, Apr 24, 2011 at 18:12, Lucas Fialho Zawacki
>> wrote:
>>
>> Howdy Lucas,
>>
>>> + hr = CoCreateInstance(&CLSID_DirectInput8, 0, 1,&IID_IDir
On 04/25/2011 05:14 PM, Austin English wrote:
On Sun, Apr 24, 2011 at 18:12, Lucas Fialho Zawacki wrote:
Howdy Lucas,
+hr = CoCreateInstance(&CLSID_DirectInput8, 0, 1,&IID_IDirectInput8A,
(LPVOID*)&pDI);
+if (hr == DIERR_OLDDIRECTINPUTVERSION ||
+hr == DIERR_BETADIRECTINPUTVE
2011/4/26 Matteo Bruni :
> 2011/4/26 Nicolas Le Cam :
>> msdn tells us to use 0 to disable colorkey [1]. Let me know if you
>> think it isn't the correct things to do.
>>
>> [1] http://msdn.microsoft.com/en-us/library/bb172902%28v=vs.85%29.aspx
>>
>> --
>> Nicolas Le Cam
>>
>
> Argh, this was alrea
2011/4/26 Nicolas Le Cam :
> msdn tells us to use 0 to disable colorkey [1]. Let me know if you
> think it isn't the correct things to do.
>
> [1] http://msdn.microsoft.com/en-us/library/bb172902%28v=vs.85%29.aspx
>
> --
> Nicolas Le Cam
>
Argh, this was already spotted by Gerald Pfeifer some time
Andrew,
+fmt->Format.nSamplesPerSec = 41100;
+fmt->nSamplesPerSec != 41100 &&
44100. IIRC, there was an error exactly like this somewhere in the old drivers.
But why does your IsFormatSupported only accept 48kHz, 44.1, 22.050, etc.?
Do the native drivers behave like this? Is
Hi all,
with http://repo.or.cz/w/wine/multimedia.git and
http://repo.or.cz/w/openal-soft.git you should be able to get the
benefits of openal-soft's mixer while continuing to use whatever driver
you want for mmdevapi. As a result directsound will only support
openal-soft, but multi channel is
20 matches
Mail list logo