- 30 Mar, 2009 31 commits
-
-
Francois Gouget authored
We do so by querying the EsounD latency and estimating dwPlayedTotal based on the elapsed time since the last write. This benefits the accuracy of the completion notifications and of wodGetPosition().
-
Francois Gouget authored
We don't know how much free space we have in the EsounD buffer, so just write until it is full. Sleep for a fraction of the time it will take for the buffer to drain so we can refill it in time.
-
Francois Gouget authored
This simplifies our code and avoids data copying. Also, now wodGetVolume() returns the real EsounD volume, even if it has been modified by an external mixer (e.g. esdctl).
-
Francois Gouget authored
Put the windows application name in it to make it user friendly as it is displayed by EsounD mixers.
-
Francois Gouget authored
It is used to send/receive stream data, not to send RPCs to the sound server as esd_fd would imply. This is a no-op.
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Christian Costa authored
-
Stefan Dösinger authored
Windows advertises it on all these formats(Nvidia Geforce 7400), and Trackmania Nations needs it on D3DFMT_Q8W8V8U8 to accept ps_3_0 support.
-
Stefan Dösinger authored
shader_select takes care of compiling the shader since we have the shader duplication infrastructure. However, there's still a motivation to skip the shader_select call if the vertex shader is dirty.
-
Stefan Dösinger authored
-
Stefan Dösinger authored
init_materials() doesn't exist, and I don't know what the TODO means with primitive type (the diffuse stuff is already handled properly).
-
Eric Pouech authored
-
Eric Pouech authored
-
Paul Vriens authored
-
Rob Shearman authored
rpcrt4: Free the memory allocated for the protseq and endpoint strings allocated in RpcServerUseProtseq* functions. Make a copy of the protseq string in alloc_serverprotoseq to simplify memory management in higher-level functions.
-
Rob Shearman authored
However, on some buggy platforms it returns RPC_S_INVALID_ENDPOINT_FORMAT. Don't follow this behaviour our implementation of the API.
-
Rob Shearman authored
-
Rob Shearman authored
-
Aurimas Fischer authored
-
Aurimas Fischer authored
-
Aurimas Fischer authored
-
Aurimas Fischer authored
-
Aurimas Fischer authored
-
Austin English authored
-
Austin English authored
-
Detlef Riekenberg authored
We have the version already in the header of the winetest results.
-
Detlef Riekenberg authored
We have the version already in the header of the winetest results.
-
Aric Stewart authored
Checked by the IE8 install.
-
- 27 Mar, 2009 9 commits
-
-
Alexandre Julliard authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Hans Leidekker authored
Fix for office 2007 proofing tools installer.
-
Paul Vriens authored
-
Stefano Guidoni authored
mpeg3_streamsize must estimate the number of samples of an mp3 chunk. The result must be block aligned (PCM) or frame aligned (MP3).
-
Rein Klazes authored
-
Henri Verbeet authored
Some fields should be redundant now, eg. gl_vtx_type and glType. I'll leave that for a different patch to fix though.
-
Henri Verbeet authored
Wined3d doesn't need it since it already has the element count.
-