- 12 Jan, 2009 25 commits
-
-
Andrew Talbot authored
-
Andrew Talbot authored
-
David Adam authored
-
Rob Shearman authored
The memory is uninitialised and so further unmarshalling shouldn't try to reuse any memory. fMustAlloc is always set to TRUE when allocating memory so that it is clear that the unmarshalling is safe and to avoid future problems with change or the code being copied.
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
Avoids a warning of a memory leak in Valgrind.
-
Rob Shearman authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
There is no need to cast the pointers passed to the penultimate argument of the CryptDecodeObjectEx and CryptEncodeObjectEx functions as those expect void pointers.
-
Anders Jonsson authored
-
Stefan Dösinger authored
This prevents fallout from the GL_EXT_fog_coord emulation. glEnable and glDisable calls other than those that change GL_FOG are not hooked. The glEnableWINE and glDisableWINE functions can be used to add other hooks too if ever needed.
-
Stefan Dösinger authored
-
Stefan Dösinger authored
The fog doesn't depend on pixel shaders any longer(but still vice versa), so we don't need this state any more.
-
Stefan Dösinger authored
-
Stefan Dösinger authored
This is the "replacement" for the fog coord optimization removed in the previous patch.
-
Stefan Dösinger authored
-
Jacek Caban authored
-
Jacek Caban authored
Current implementation uses only peek buffer if there is any data, which causes reads one byte per call in common InternetQueryDataAvailable/InternetReadFile scenario.
-
- 10 Jan, 2009 15 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Rich Ercolani authored
-
Rico Schüller authored
-
Allan Tong authored
-
Vincent Povirk authored
-
Ge van Geldorp authored
-
Ge van Geldorp authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-