Rico Schüller
b55641f14a
d3d10: Parse local_variables.
2009-10-26 11:43:11 +01:00
Rico Schüller
7e1ad91ea4
d3d10: Improve parse_fx10_type().
2009-10-26 11:43:04 +01:00
Rico Schüller
22d8fc081a
d3d10: Add matrix column major parsing.
2009-10-26 11:42:58 +01:00
Rico Schüller
0da0fa7e4d
d3d10: Improve d3d10_variable_type().
2009-10-26 11:42:52 +01:00
Stefan Dösinger
0c72464abf
wined3d: Use the native constant limit for fitting private constants.
2009-10-26 11:42:36 +01:00
Stefan Dösinger
9ee6508132
wined3d: Remove dead code.
2009-10-26 11:42:29 +01:00
Stefan Dösinger
f15fc8f41c
wined3d: Take native constants into account when reporting ARB limits.
2009-10-26 11:42:20 +01:00
Stefan Dösinger
641d6681d4
wined3d: Use the ARB native constant limit in the GLSL-ARB constants quirk.
...
Geforce 8 and Geforce 9 cards support 256 env and 1024 native
constants. 1024 is the hardware limit we want to use if we overwrite
the GLSL reported value with the ARB value on Mac OS (because Mac OS
reports more constants than supported by HW on some cards).
2009-10-26 11:42:10 +01:00
Stefan Dösinger
f9c4d442a9
wined3d: Get rid of the general shader constant limit.
2009-10-26 11:41:51 +01:00
Stefan Dösinger
70d6304a21
wined3d: Use the shader backend reported constant limit outside the shader backend.
2009-10-26 11:41:43 +01:00
André Hentschel
3259c81e10
ntdll: Implement KeyNameInformation.
2009-10-26 11:40:29 +01:00
André Hentschel
5a9564d938
ntdll: Stub for RtlNumberGenericTableElements.
2009-10-26 11:37:13 +01:00
Alexander Nicolaysen Sørnes
fca16bc519
kernel32: Implement GetProductInfo on top of ntdll stub.
2009-10-26 11:37:04 +01:00
Alexander Nicolaysen Sørnes
ee0b76632a
ntdll: Add RtlGetProductInfo stub.
2009-10-26 11:37:00 +01:00
Alexander Nicolaysen Sørnes
1c4c2bbf33
include: Add defines for GetProductInfo.
2009-10-26 11:35:56 +01:00
Henri Verbeet
483d5d0a0d
wined3d: Print an ERR instead of crashing in context_check_fbo_status().
...
Some version of Mesa will claim the window system provided framebuffer is
incomplete when using indirect rendering, although the framebuffer objects
spec says this can never happen. Printing an ERR instead of crashing should
make it clearer that this isn't a wined3d problem.
2009-10-26 11:20:52 +01:00
Henri Verbeet
d03a105c1a
wined3d: Fix a typo.
2009-10-26 11:20:44 +01:00
Henri Verbeet
de82b55b20
wined3d: Refuse to parse shaders with an invalid version token.
2009-10-26 11:20:39 +01:00
Henri Verbeet
5fbe5ee027
wined3d: Add a separate structure for driver info.
2009-10-26 11:20:33 +01:00
Henri Verbeet
69bf130476
wined3d: Remove a redundant ActivateContext() call.
2009-10-26 11:20:26 +01:00
Vladimir Pankratov
49b24053ff
setupapi: Update Russian translation.
2009-10-26 11:20:22 +01:00
Hans Leidekker
253d2c17d6
winhttp: Implement HTTP_OPTION_PARENT_HANDLE for connection handles.
2009-10-26 11:20:18 +01:00
Hans Leidekker
4a8f4f2867
wininet: Avoid accessing uninitialized memory.
...
Found by valgrind.
2009-10-26 11:20:09 +01:00
Francois Gouget
621230fdc2
mmsystem.dll16: Make MMSYSTEM_MMTIME16to32() static.
2009-10-26 11:20:03 +01:00
Francois Gouget
959ced4e3c
mmsystem.dll16: Reorder the thread and time functions to avoid the need for forward declarations.
2009-10-26 11:19:58 +01:00
Francois Gouget
8ab66c7896
winapi_check: Add support for the new architectures in the spec files.
2009-10-26 11:19:50 +01:00
Jerome Leclanche
370873f974
msvcirt: Implement MSVCIRT_operator_sl_callback.
2009-10-26 11:19:45 +01:00
Jacek Caban
8a860e4c0f
mshtml: Fail to create HTMLDocument if Gecko is not available.
2009-10-26 11:19:38 +01:00
Kirill K. Smirnov
125c5645cb
gdiplus: Avoid deleting non-existent object.
2009-10-26 11:19:32 +01:00
Nikolay Sivov
eaa939e942
comctl32/tests: Release Imagelist handles when no needed anymore.
2009-10-26 11:19:25 +01:00
Nikolay Sivov
31ae6a902e
comctl32/toolbar: Don't leak button strings.
2009-10-26 11:19:19 +01:00
Jeremy White
b8d7088e88
oleaut32: Implement the ability to marshall VT_CARRAY's of user defined types.
2009-10-26 11:19:12 +01:00
Jeremy White
1e0b836712
oleaut32: StructArg tests cannot rely on an unpacked structure memcmp.
2009-10-26 11:17:41 +01:00
Vincent Povirk
ee6856d874
ole32: Don't use IEnumSTATSTG to search for elements of storages.
...
We use it to do a linear search of a binary tree, which is overkill.
Replace it with a simple binary search.
2009-10-26 11:17:35 +01:00
Vincent Povirk
dce1ec06c8
ole32: Rename previous/nextProperty to left/rightChild.
...
These fields are used to build a binary tree of elements in a storage. This
should make the usage clearer.
2009-10-26 11:17:23 +01:00
Vincent Povirk
224ddb50f3
ole32: Clarify the timestamp fields in StgProperty.
...
According to the MS spec, these are FILETIME structures containing creation
and modification times.
2009-10-26 11:17:13 +01:00
Eric Pouech
70d43eb047
msvfw32: Remove 16bit driver references (now that they no longer exist in winmm).
2009-10-26 11:17:06 +01:00
Juan Lang
89c009a063
crypt32: Fix a test failure on systems with no c: drive.
2009-10-26 11:17:00 +01:00
Juan Lang
cf9491a5a3
crypt32: Move tracing of key usage extension to common extension tracing location.
2009-10-26 11:16:54 +01:00
Alexandre Julliard
a94d2db851
Release 1.1.32.
2009-10-23 20:08:49 +02:00
Paul Vriens
eaec876917
user32/tests: Fix a typo.
2009-10-23 20:01:53 +02:00
Paul Vriens
05765a0b0c
user32/tests: Skip some tests on Win9x/WinMe.
2009-10-23 15:54:08 +02:00
Detlef Riekenberg
6f6ce4a325
user32: Bump version to XP values.
2009-10-23 15:54:08 +02:00
Detlef Riekenberg
836ca78fd5
localspl: Accept environment 'Windows IA64'.
2009-10-23 15:54:07 +02:00
Alexandre Julliard
1b27890af6
user32: Fix the return value of EnumThreadWindows.
2009-10-23 15:54:07 +02:00
Nikolay Sivov
a04c6db804
comctl32/tests: Explicitly initialize window handle.
2009-10-23 14:40:40 +02:00
Louis Lenders
3c92b6c5e4
kernel32: Add stub for GetVolumePathNamesForVolumeNameW.
2009-10-23 12:38:31 +02:00
Alexandre Julliard
9ea4e18be6
winex11: Do not give focus to a WS_EX_NOACTIVATE window.
2009-10-23 12:25:22 +02:00
Alexandre Julliard
67cbdfb575
user32: Don't print CreateWindow warning for HWND_MESSAGE windows.
2009-10-23 12:23:51 +02:00
Christian Costa
c94763b420
d3dxof: Only consider 4 lowest bits in DXFILELOADOPTIONS + tests.
2009-10-23 12:23:35 +02:00