Stefan Dösinger
a66fb40d83
wined3d: Move shader generation into the shader backend.
...
Generating the shader ID and parts of the shader prolog and epilog was
done by the common vertexshader.c / pixelshader.c, which is ugly.
This patch doesn't get rid of all the uglyness, somewhen we'll still
have to sort out the relationship of [arb|glsl]_generate_shader and
[arb|glsl]_generate_declarations.
2008-03-25 19:35:58 +01:00
Stefan Dösinger
84258723f9
wined3d: Make the state table a property of the shader backend.
2008-03-25 19:35:32 +01:00
Alexandre Julliard
1e9acad3a0
comdlg32: Fixed a number of buffer overflows in the file dialog.
2008-03-25 17:34:32 +01:00
Huw Davies
31666b311d
mscms: Fix compilation without lcms.
2008-03-25 16:16:00 +01:00
Alexandre Julliard
255e7b4274
regedit: Display a larger icon in the About box.
2008-03-25 16:14:35 +01:00
Herve Chanal
c440322647
regedit: A nicer icon.
2008-03-25 16:14:23 +01:00
Marcus Meissner
5fd2e6e7b1
msxml3: Fixed include of SAX.h.
2008-03-25 16:14:11 +01:00
Roderick Colenbrander
eaa1ff0d2c
wined3d: Always report D16 as Windows drivers report it on all cards (likely using emulation).
2008-03-25 16:14:03 +01:00
Justin Chevrier
3d707dc8ec
wine.inf: Create fake dll entry for dosx.exe.
2008-03-25 15:21:27 +01:00
Alexandre Julliard
6e5bc73b8d
mscoree: Implement a number of interop helpers.
2008-03-25 15:21:18 +01:00
Kolbjørn Fredheim
a40185f12f
ddraw: Don't clear the return value anymore, we fill the fields anyway, also a test for the behaviour.
2008-03-25 12:50:33 +01:00
Hans Leidekker
3e30e29847
mscms: Rewrite handle management to be thread-safe. Allocate handles dynamically.
2008-03-25 12:48:22 +01:00
Alexandre Julliard
46489aeda2
winex11: Don't attempt to dock into the system tray in desktop mode.
2008-03-25 12:13:28 +01:00
James Hawkins
823640fc2f
fusion: Implement CreateAssemblyCache.
2008-03-25 11:58:05 +01:00
James Hawkins
082b46887a
fusion: Add a stub implementation of IAssemblyEnum.
2008-03-25 11:58:01 +01:00
James Hawkins
8a19faf261
fusion: Add a stub implementation of IAssemblyCache.
2008-03-25 11:57:57 +01:00
Alexander Dorofeyev
f2e03d6c3f
wined3d: Don't store primary surface palette in device palettes.
2008-03-25 11:53:55 +01:00
Alexander Dorofeyev
9b913b3b79
wined3d: Don't use device palettes in RealizePalette.
2008-03-25 11:53:47 +01:00
Alexander Dorofeyev
13ce219235
wined3d: Don't use device palettes in GetDC.
2008-03-25 11:53:39 +01:00
Alexander Dorofeyev
85fd313046
wined3d: Don't use device palettes in read_from_framebuffer.
2008-03-25 11:53:24 +01:00
Alexander Dorofeyev
7a012df64d
ddraw/tests: Add test for ddraw 8-bit mode.
...
Adds rudimentary test for 8 bit mode ddraw (palettized primary surface). Tests
things like GetDC and its palette handling and SetPalette affected by patches
that follow.
2008-03-25 11:53:06 +01:00
Alexander Dorofeyev
16da594354
wined3d: Fix comment.
2008-03-25 11:53:01 +01:00
Alistair Leslie-Hughes
264be58812
msxml3: Added support for SAXXMLReader.
2008-03-25 11:45:55 +01:00
Alistair Leslie-Hughes
20f8d63964
msxml3: Added typelib ids for SAX interfaces.
2008-03-25 11:45:51 +01:00
Dmitry Timoshkov
cb3ff54789
winex11.drv: Don't add owned windows to the taskbar.
2008-03-25 11:45:11 +01:00
Christian Costa
c8837b8205
ddraw: DDRAW_dump_flags_nolf must not add LF.
2008-03-25 11:45:05 +01:00
Andrew Talbot
687af6b2bc
winealsa.drv: Assign to structs instead of using memcpy.
2008-03-25 11:45:01 +01:00
James Hawkins
ddfefc036f
msi: Fix a typo.
2008-03-25 11:44:57 +01:00
Michael Stefaniuc
51c9d050cf
gdiplus: Remove break after return (Smatch).
2008-03-25 11:44:54 +01:00
Jacek Caban
d23309c040
mshtml: Added script engine loading test.
2008-03-25 11:44:30 +01:00
Jacek Caban
1b5bce0d4c
mshtml: Added script engine loading implementation.
2008-03-25 11:44:26 +01:00
Jacek Caban
63ebe0191e
jscript: Added tests.
2008-03-25 11:44:06 +01:00
Jacek Caban
8d4aa7decf
jscript: Added DllCanUnloadNow implementation.
2008-03-25 11:33:52 +01:00
Hans Leidekker
26b38dc503
wininet: Avoid a crash with traces on.
2008-03-25 11:33:41 +01:00
Hans Leidekker
af4c428a9a
wininet: Correct spec file entry for InternetCanonicalizeUrl{A, W}.
2008-03-25 11:33:36 +01:00
Hans Leidekker
3a57711bb8
wininet: Don't strip Accept-Encoding headers from version 1.1 requests.
2008-03-25 11:33:32 +01:00
Reece Dunn
404a51b455
shlwapi: Added SHCreateStreamOnFileEx tests.
2008-03-25 11:20:51 +01:00
Reece Dunn
fe829db189
shlwapi: Added SHCreateStreamOnFileW tests.
2008-03-25 11:20:38 +01:00
Reece Dunn
d2e1e5bfaf
shlwapi: Added SHCreateStreamOnFileA tests.
2008-03-25 11:20:22 +01:00
Tony Wasserka
be0799fce2
d3dx9: Start implementation of d3dx9_37.
2008-03-24 21:09:25 +01:00
Alexandre Julliard
39fea9329c
setupapi/tests: Use FIELD_OFFSET instead of offsetof.
2008-03-24 21:06:15 +01:00
Aurimas Fischer
0f2cb23c7d
fonts: Added/updated all (9x2) Lithuanian glyphs.
2008-03-24 21:05:36 +01:00
Reece Dunn
47b97025e7
ntdsapi: Fix building the tests with MSVC headers.
2008-03-24 21:05:21 +01:00
Reece Dunn
4fbdab7a8f
ole32: Added a missing include needed for CLSID_ShellDesktop using MSVC headers.
2008-03-24 21:05:17 +01:00
Reece Dunn
1b31c6e616
quartz: Fixed building with MSVC headers.
2008-03-24 21:05:13 +01:00
Reece Dunn
45d248f1e0
tools: Target the version defines to Vista in msvcmaker.
2008-03-24 21:05:07 +01:00
Reece Dunn
ae32a7fe04
comdlg32: Fix building the tests with MSVC headers.
2008-03-24 21:05:03 +01:00
Alistair Leslie-Hughes
b8040eb256
msxml3: Add SAX interfaces.
2008-03-24 21:04:56 +01:00
Alistair Leslie-Hughes
4bbeb2c6f4
msxml3: Add support for SAX Documents.
2008-03-24 21:04:50 +01:00
Kai Blin
65686b583b
netapi32: Revert "janitorial: Use poll() instead of select()."
...
As Juan Lang pointed out, fd is a SOCKET here and the netapi32 call to
select calls ws2_32.WS_select(), which uses poll internally already.
2008-03-24 20:42:09 +01:00