- 10 Apr, 2006 16 commits
-
-
Eric Pouech authored
-
Ivan Gyurdiev authored
-
Ivan Gyurdiev authored
-
Ivan Gyurdiev authored
Map: D3DFMT_L16 -> GL_LUMINANCE16_EXT D3DFMT_A16B16G16R16 -> GL_RGBA16_EXT as Raphael suggested. Also increase the returned Bpp for unknown and unhandled formats from 4 to 8 bytes - this part fixes segfault in the F.E.A.R demo. It now shows some flashy graphics before it dies again :)
-
Dmitry Timoshkov authored
-
Dmitry Timoshkov authored
-
Alexander N. Sørnes authored
-
Huw Davies authored
-
Hans Leidekker authored
-
Robert Reif authored
Fix 2 bugs in the error paths of the ds3d.c test (coverity).
-
Jeff Latimer authored
-
Detlef Riekenberg authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
- Fix ref counting. - Use This->window instead of QI in NSContainer_Release.
-
- 08 Apr, 2006 23 commits
-
-
Antonio Codazzi authored
-
Antonio Codazzi authored
-
Antonio Codazzi authored
-
Antonio Codazzi authored
-
Antonio Codazzi authored
-
Antonio Codazzi authored
-
Antonio Codazzi authored
-
Antonio Codazzi authored
-
Detlef Riekenberg authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Huw Davies authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Rein Klazes authored
-
Marcus Meissner authored
-
Robert Reif authored
-
Robert Reif authored
-
Troy Rollo authored
Fix DVD_ReadStructure to reflect what Windows actually does, not what Microsoft (incorrectly) documents it to do and not what the DDK headers (incorrectly) suggest it does.
-
Detlef Riekenberg authored
-
Robert Reif authored
-
Robert Reif authored
Programs that are written specifically for 2000 and xp don't bother to set the primary buffer format because it's a noop. However wine is patterned after win9x and DirectX 7 or earlier which has a real primary buffer and expects the program to change the primary buffer format if necessary.
-
- 07 Apr, 2006 1 commit
-
-
Alexandre Julliard authored
ExitWindows kills all current processes and that creates a race with newly started processes. Instead, simply exit and let the new process create a new explorer.
-