Henri Verbeet
41de62f71d
wined3d: Don't use the same GUID for IWineD3D and IWineD3DDevice.
2008-11-20 14:25:04 +01:00
Henri Verbeet
8899f3412b
wined3d: wined3d_gl.h should be internal to wined3d.
2008-11-20 14:24:56 +01:00
Alistair Leslie-Hughes
4defc2b50a
ntoskrnl.exe: Implement MmGetSystemRoutineAddress.
2008-11-20 12:20:50 +01:00
Andrew Talbot
bf92d68330
usp10: Sign-compare warnings fix.
2008-11-20 12:18:29 +01:00
Stefan Dösinger
5c79a9f437
wined3d: Rename the fragment ffp desc structures.
...
This reflects the fact that they describe the fragment pipeline.
The vertex pipeline will use its own structures.
2008-11-20 12:17:45 +01:00
Stefan Dösinger
cd011661e6
d3d9: Test psize_min vs psize_max vs psize behavior.
...
Add a test that checks what happens if D3DRS_POINTSIZE, D3DRS_POINTSIZE_MIN
and POINTSIZE_MAX have conflicting values. D3DRS_POINTSIZE_MAX trumps
D3DRS_POINTSIZE_MIN, and both MIN and MAX clamp the D3DRS_POINTSIZE value if it is
outside of their range.
2008-11-20 12:17:18 +01:00
Stefan Dösinger
234e995bdc
wined3d: Make sure the arbfp pipeline replacement constants are loaded.
...
The code here skipped constant loading when a pixel shader was in use,
and only reloaded them on ffp use if the shader implementation used
ARB too. This way a e.g. texfactor change could get lost if GLSL
shaders are used, and the texfactor changed while a pixel shader was
in use.
2008-11-20 12:16:57 +01:00
A C Hurst
ad335b7e7f
ntdll: wine_nt_to_unix_file_name() parse string to int instead of cast char, where string may be passed.
2008-11-20 12:16:42 +01:00
Aric Stewart
6c551744ef
imm32: Implement ImmInstallIME(W/A).
2008-11-20 12:16:31 +01:00
Paul Vriens
bc3484bc20
user32/tests: Don't crash on Win95.
2008-11-20 12:01:27 +01:00
Juan Lang
4f14b030a6
crypt32: Fix failing tests on Win9x/NT4.
2008-11-20 12:01:04 +01:00
Juan Lang
76d2537094
crypt32: Implement CryptFormatObject for szOID_NETSCAPE_CERT_TYPE.
2008-11-20 12:00:57 +01:00
Juan Lang
5eb2a83189
crypt32: Implement CryptFormatObject for szOID_KEY_USAGE.
2008-11-20 12:00:50 +01:00
Juan Lang
a5a0748747
include: Add a few missing definitions for Netscape cert extensions.
2008-11-20 12:00:41 +01:00
Juan Lang
1eeb889252
include: Fix typos.
2008-11-20 12:00:37 +01:00
Alexandre Julliard
80e163eba9
user32/tests: Fix a few more failures in the window test.
2008-11-20 11:57:32 +01:00
Alexandre Julliard
88154cf166
make_makefiles: Add a target to build only the test directories.
2008-11-19 15:31:44 +01:00
Florian Köberle
c6adf31841
user32/tests: Test size and minmax of WS_THICKFRAME child.
2008-11-19 15:02:37 +01:00
Florian Köberle
b422c4b874
user32/tests: Capture tests should not require no active window.
2008-11-19 14:57:50 +01:00
Henri Verbeet
495fcc72a6
wined3d: Avoid using a stack buffer in a few places in shader_hw_map2gl().
2008-11-19 14:22:49 +01:00
Henri Verbeet
9b118cc345
wined3d: Give mov & mova their own handler.
2008-11-19 14:22:41 +01:00
Henri Verbeet
bd427f58a0
wined3d: Make it more obvious the pshader path in shader_hw_map2gl() doesn't handle opcodes without parameters.
2008-11-19 14:22:34 +01:00
Henri Verbeet
29f2fefc2b
wined3d: Fix the cube map coordinates in surface_blt_to_drawable().
...
I don't see how this can ever have worked properly.
2008-11-19 14:22:29 +01:00
Juan Lang
9f8ae26c13
netapi32: Fix dead stores.
2008-11-19 14:22:11 +01:00
Alexandre Julliard
6e336fe344
winetest: Report an error when a test program completely fails to run.
2008-11-19 13:24:43 +01:00
Alexandre Julliard
a580c6c240
winetest: Allow to specify a subset of tests to run on the command line.
2008-11-19 12:51:28 +01:00
Alexandre Julliard
db8783e724
winetest: Capture the Win32 stderr into the log file too.
2008-11-19 12:19:22 +01:00
Dmitry Timoshkov
5dfcadd7a3
user32: Do not change focus if the window is no longer active.
2008-11-19 12:16:28 +01:00
Ricardo Filipe
16920c1da7
rpcrt4: Fixed dead increments (llvm/clang).
2008-11-19 12:15:37 +01:00
Ricardo Filipe
68d76db6d4
ntdll: Fixed dead store (llvm/clang).
2008-11-19 12:15:19 +01:00
Ricardo Filipe
50c2cafea9
oleaut32: Fixed dead increment (llvm/clang).
2008-11-19 12:14:58 +01:00
Francois Gouget
681d375136
msxml3: Fix compilation on systems that don't have xsltInit().
...
Reduce the scope of xsltInit().
Remove an include that was needed only for xsltInit().
2008-11-19 12:09:24 +01:00
Detlef Riekenberg
a815677d93
shdocvw/tests: Make the webbrowser test dpi aware, make it pass in wine.
2008-11-19 12:09:17 +01:00
Francois Gouget
0a66633ce3
kernel32: Simplify and optimize create_(system,env)_registry_keys().
2008-11-19 12:08:22 +01:00
Francois Gouget
24eb38bdd4
kernel32: Fix create_scsi_entry() so it puts properly '\0'-terminated strings in the registry.
2008-11-19 12:08:19 +01:00
Francois Gouget
500be1e8db
ntdll/tests: Test how NT(Set, Query)ValueKey() handle non-terminated strings.
2008-11-19 12:08:13 +01:00
Francois Gouget
d7d95ca27c
ntdll/tests: Fix typos in test_NtQueryValueKey().
2008-11-19 12:08:04 +01:00
Alexandre Julliard
f3e70ee00e
ntdll: Get rid of the Wine-specific MEM_SYSTEM flag.
2008-11-18 20:14:46 +01:00
Alexandre Julliard
f4eaa15aec
kernel32: Moved allocation of the DOS memory area to ntdll.
2008-11-18 20:11:49 +01:00
Damjan Jovanovic
1603a51d4e
user32: Handle NULL rectangles in WM_NCCALCSIZE.
2008-11-18 15:52:00 +01:00
Juan Lang
0aca97a247
cryptdlg: Register/unregister the OID functions exported by cryptdlg.
2008-11-18 15:48:49 +01:00
Daniel Zimmermann
89cf227601
widl: Fix check for interface type in get_size_procformatstring.
2008-11-18 14:05:22 +01:00
Alexandre Julliard
0d6415df16
kernel32/tests: Allow up to 2 seconds of difference in timestamps.
2008-11-18 13:52:25 +01:00
Paul Vriens
812c5e1bf1
winetest: Give the 'Running' progress bar the same size as the others.
2008-11-18 13:08:07 +01:00
Ricardo Filipe
eb45cae5db
mlang: Fixed dead stores (llvm/clang).
2008-11-18 13:06:39 +01:00
Ricardo Filipe
c3db26d4bc
iphlpapi: Fixed dead store (llvm/clang).
2008-11-18 13:06:27 +01:00
Ricardo Filipe
ca3d0d67a8
gdi32: Fix dead store (llvm/clang).
2008-11-18 13:05:56 +01:00
Ricardo Filipe
b5fcabb52c
dbghelp: Fixed dead store (llvm/clang).
2008-11-18 13:05:21 +01:00
Ricardo Filipe
1a12aace57
cabinet: Fix dead stores (llvm/clang).
2008-11-18 13:04:59 +01:00
Francois Gouget
3d384f172c
msxml3: Dynamically load libxslt.so and only call xsltInit() if present.
2008-11-18 13:04:05 +01:00