- 16 Mar, 2010 40 commits
-
-
Paul Vriens authored
-
Paul Vriens authored
-
Stefan Dösinger authored
Windows returns 32 byte aligned pointers when locking vertex and index buffers, and some applications(Half Life 2, Alpha Prime, possibly others) rely on this. Check the alignment and fall back to double buffered buffers with HeapAlloced and aligned pointers if the alignment doesn't fit.
-
Stefan Dösinger authored
-
Stefan Dösinger authored
This is needed to take advantage of asynchronous uploads with double buffered buffers
-
Stefan Dösinger authored
Shaiya locks a non-dynamic buffer with the DISCARD flag and expects the contents to be retained. The SDK says DISCARD requires dynamic resources, and Windows 7 returns an error in this situation, crashing Shaiya. This patch sticks to the Windows XP behavior and allows the lock, but ignores the DISCARD flag to retain the buffer contents.
-
Stefan Dösinger authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
dbghelp: Added full support for DW_FORM_data8 attributes, as well as primary support for DW_FORM_block* attributes.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Ričardas Barkauskas authored
-
Ričardas Barkauskas authored
-
Justin Chevrier authored
-
Justin Chevrier authored
-
Michael Stefaniuc authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
This code was trying to block negative values of memid (incorrectly). I have run more tests and found that it's possible to set some negative values (e.g. on TKIND_INTERFACE: -1, -4..-8, -500..?). Unless we know what values are allowed it's probably better to not check memid.
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Henri Verbeet authored
wined3d: Implement SetDestWindowOverride() by simply making the context current on a different window.
-
Henri Verbeet authored
The swapchain's current window might be changed by SetDestWindowOverride().
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Rob Shearman authored
-