- 29 Apr, 2010 17 commits
-
-
Jacek Caban authored
-
Piotr Caban authored
-
Aric Stewart authored
-
Jörg Höhle authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Hans Leidekker authored
Fixes a crash that occurs when the extension foreign key points to nowhere. Reported by Vincent Pelletier.
-
Hans Leidekker authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
If an application switches between render targets of a different size, but with the same depth/stencil surface it'll typically clear the depth/stencil surface before drawing. However, in case of the smaller render target that wouldn't be a full clear, so we'd have to do a depth copy if we also switched between onscreen and offscreen rendering. Keeping track of which part of the depth/stencil surface is current for onscreen/offscreen allows us to avoid most of these kinds of copies. The current scheme requires the current/dirty rectangle to have an origin at (0,0). This could be extended to an arbitrary rectangle, but the bookkeeping becomes somewhat more complex in that case, and it's not clear that there would be much of a benefit at this point.
-
Maarten Lankhorst authored
As spotted by Christoph Hohmann.
-
Alexandre Julliard authored
winex11: Make the cursor window global instead of per-thread, and send it a message when the cursor changes.
-
- 28 Apr, 2010 23 commits
-
-
Matteo Bruni authored
-
Matteo Bruni authored
-
Matteo Bruni authored
-
Hans Leidekker authored
File costing can't be done correctly on upgrades unless we know which files are going to be overwritten.
-
Hans Leidekker authored
Fixes a regression caused by 0d770c96.
-
Hans Leidekker authored
This is to avoid ERROR_INSTALL_ALREADY_RUNNING errors on Windows.
-
Hans Leidekker authored
-
Hans Leidekker authored
So we can distinguish a zero-sized file from a file that doesn't exist.
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
Aric Stewart authored
-
Ilya Shpigor authored
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
Huw Davies authored
wineps.drv: MM_ISOTROPIC and MM_ANISOTROPIC should also have inverted y-transforms (even if the page -> device mapping results in a negative y-scale).
-
Andrew Nguyen authored
-
Andrew Nguyen authored
kernel32: Merge the insertion and non-insertion codepaths in the format_message helper together to share common functionality.
-
Andrew Nguyen authored
kernel32: Process CRLF escape sequences in normal insert sequence processing path in FormatMessageA/W.
-
Andrew Nguyen authored
-
Andrew Nguyen authored
-
Andrew Nguyen authored
-