- 28 Nov, 2007 20 commits
-
-
Stefan Dösinger authored
-
Stefan Dösinger authored
OpenGL drivers do not support some low precision internal formats like GL_RGB5 for fbo color targets. Direct3D application depend on them, so provide a fallback format for render targets if the requested format itself is not supported.
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
The surface_blt_to_drawable function changes the filtering settings of the texture object, but without informing the container about this change. This patch makes sure that the basetexture knows about this and reapplies the changed states to the settings chosen by the app.
-
Rob Shearman authored
advapi32: Make the credential registry key stay around if a persist value longer than session is specified.
-
Rob Shearman authored
advapi32: Use the open_for_write parameter to open_cred_mgr_key and fix get_cred_mgr_encryption_key to not need KEY_WRITE access to the key passed in.
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Rob Shearman authored
-
Lionel Debroux authored
-
Stefan Leichter authored
-
Anatoly Lyutin authored
-
Rob Shearman authored
Fix memory leaks caused by the variable and interface custom data not being freed properly.
-
Rob Shearman authored
Since the code is inside the loop for function data, it should be freeing the function's custom data, not the interface's.
-
- 27 Nov, 2007 20 commits
-
-
Alexandre Julliard authored
-
Rob Shearman authored
It isn't tracked per connection, unlike NTLM authentication, and so the server will return a 401 error and try to get us to authenticate again. However, this doesn't work as the authentication information is assumed by the code to be valid for the whole connection.
-
Rob Shearman authored
It is different to the other base types as it has a different size on the wire to in memory, so it can't just be set to the buffer when unmarshalling.
-
Rob Shearman authored
-
David Adam authored
-
Stefan Dösinger authored
This fixes a regression introduced with the MAD patch.
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Lauris Kaplinski authored
wined3d: Fixed potential reference of freed backBuffer array in IWineD3DDeviceImpl_SetFrontBackBuffers.
-
Andrew Talbot authored
-
Andrew Talbot authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Rob Shearman authored
advapi32: Add support for using the Mac Keychain services as a backend for the credential functions instead of the registry.
-
Rob Shearman authored
Add stubs for these so that the tests link.
-
Rob Shearman authored
ole32: Clean up properly in ClientRpcChannelBuffer_SendReceive in the case where PostMessageW fails.
-
Rob Shearman authored
ole32: Store the dispatch parameters in the message state structure to allow them to be initialised earlier in the sequence of IRpcChannelBuffer calls.
-
Rob Shearman authored
-