- 19 Jun, 2008 40 commits
-
-
James Hawkins authored
-
James Hawkins authored
-
Alex Villacís Lasso authored
-
Alex Villacís Lasso authored
-
Alex Villacís Lasso authored
-
Alex Villacís Lasso authored
-
Alex Villacís Lasso authored
Remove workaround put in place by a previous patch, due to buggy flag reporting. Tests to verify fixed behavior.
-
Alex Villacís Lasso authored
-
Alex Villacís Lasso authored
-
Alex Villacís Lasso authored
-
Vladimir Pankratov authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Paul Vriens authored
Results on test.winehq.org show failures for at least Vista as new DISPID's are known there.
-
Rob Shearman authored
out_ptr is a stack variable. *out_ptr is heap allocated and is what was meant to be freed.
-
Rob Shearman authored
Reduce the size of the IsClient field, as is done in the latest SDKs to fix NdrClientInitializeNew tests on XP SP3 and Win2003+.
-
H. Verbeet authored
SM3.0 requires 10 4 component float varyings for passing stuff between vertex and pixel shaders. GF7 and earlier report 8 generic varyings + gl_Color and gl_SecondaryColor in GLSL. This patch allows us to use gl_Color and gl_SecondaryColor to get 2 extra varyings, which some games, like C&C3 with highest gfx settings, require.
-
H. Verbeet authored
-
Colin Finck authored
-
Colin Finck authored
wininet: Always pass a variable as lpNumberOfBytesWritten on a WriteFile call if lpOverlapped is set to NULL.
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Philip Nilsson authored
-
Rob Shearman authored
Move the special handling of the PKT_BIND_ACK packet from RPCRT4_ReceiveWithAuth to RpcAssoc_BindConnection, where it belongs.
-
Rob Shearman authored
rpcrt4: Add new function RPCRT4_ReceiveWithAuth to receive a fragment and return the authentication data received, if any.
-
Rob Shearman authored
-
Maarten Lankhorst authored
I originally implemented it on the filter but that is wrong, I will have to fix that at a later date. It's because of fnCaptureGraphBuilder2_FindInterface being a stub.
-
Maarten Lankhorst authored
After seeking there might be some initial garbage, this makes it ignore it.
-
Maarten Lankhorst authored
-
Maarten Lankhorst authored
-
Maarten Lankhorst authored
-
Maarten Lankhorst authored
-