- 28 Oct, 2009 26 commits
-
-
Rico Schüller authored
-
Rico Schüller authored
-
Rico Schüller authored
-
Rico Schüller authored
-
Rico Schüller authored
-
Henri Verbeet authored
-
Henri Verbeet authored
The background on this is that some applications use OpenGL and DirectDraw/Direct3D on the same thread, typically using OpenGL for rendering and DirectDraw to get the amount of available video memory. This means that we might replace the application's current GL context with one with a completely different state, but also that our current GL context might not be what we think it is.
-
Henri Verbeet authored
-
Henri Verbeet authored
The idea here is that we can restore the thread's current GL context on context_release() if it doesn't correspond to the current wined3d context on context_acquire().
-
Henri Verbeet authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Dan Kegel authored
-
Jacek Caban authored
-
Vincent Povirk authored
Use a binary search to find the parent of a storage object being deleted. We currently use IEnumSTATSTGImpl to do a linear search, which is unnecessary.
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Juan Lang authored
-
Vincent Povirk authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
ntdll: The meaning of the flag is inverted between RtlWow64EnableFsRedirection and RtlWow64EnableFsRedirectionEx.
-
- 27 Oct, 2009 14 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Nate Gallaher authored
-
Nate Gallaher authored
This fixes the bug where multiple columns of the same name, but different tables are members of a join. Any attempt to refer to these columns will resolve to the first available column with that name, irregardless of any tablename modifier.
-
Matteo Bruni authored
-
Huw Davies authored
-
Huw Davies authored
-
Huw Davies authored
-
Huw Davies authored
-
Huw Davies authored
-
Huw Davies authored
-
Huw Davies authored
-
Paul Vriens authored
-
Paul Vriens authored
-