- 08 Feb, 2006 10 commits
-
-
Alexandre Julliard authored
init_process_done is called.
-
Alexandre Julliard authored
-
Michael Stefaniuc authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
implemented in Windows as well.
-
Jacek Caban authored
-
Dmitry Timoshkov authored
scalable.
-
Dmitry Timoshkov authored
-
Huw Davies authored
-
- 07 Feb, 2006 30 commits
-
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Dmitry Timoshkov authored
-
Dmitry Timoshkov authored
-
Dmitry Timoshkov authored
-
Fatih Aşıcı authored
-
Alexandre Julliard authored
the .so file.
-
Mike McCormack authored
-
Sergei Butakov authored
-
Roderick Colenbrander authored
-
Roderick Colenbrander authored
Right now the ActiveRender code in D3D8 requests a GLX_DEPTH_SIZE of 32 in case the direct3d color format also has a depth of 32. As verified on various linux drivers (Ati fglrx, Ati (dri) and Nvidia) the color depth needs to be 24. This patch sets the depth to 24 and it fixes bugs in 3dmark2001 and other programs.
-
Mike McCormack authored
-
Mike McCormack authored
ReadDirectoryChangesW remembers whether it's recording changes or not. Don't initialize overlapped->InternalHigh. The hEvent is cleared when ReadDirectoryChanges is called.
-
Alexandre Julliard authored
-
Robert Shearman authored
The current method of handling typelib-marshaled interfaces that derive from IDispatch is to query for an IDispatch pointer from the proxy, but this causes a circular reference count. Fix the reference counting by loading using the IRpcProxyBuffer of IDispatch without an outer unknown, so that the lifetime is controlled by the typelib-marshaled interface's proxy. The IDispatch proxy now shares the same channel as the typelib-marshaled interface, so fix up the stub side to handle this.
-
Robert Shearman authored
-
Robert Shearman authored
Make the VT_DISPATCH and VT_UNKNOWN cases of serialize_param match the TKIND_INTERFACE case below by releasing their respective interfaces as necessary.
-
Robert Shearman authored
CoCreateInstance.
-
Robert Shearman authored
-
Robert Shearman authored
and by removing a redundant expression case.
-
Robert Shearman authored
StdProxy_Construct as it will just crash anyway.
-
James Hawkins authored
-
James Hawkins authored
-
Alexandre Julliard authored
(based on a patch by James Hawkins).
-
Alexandre Julliard authored
-
Robert Shearman authored
-
Robert Shearman authored
-