wine
15 years agowinedbg: Add a crash dialog for --auto mode.
Mikołaj Zalewski [Sun, 21 Dec 2008 21:28:32 +0000 (22:28 +0100)] 
winedbg: Add a crash dialog for --auto mode.

15 years agokernel32: Make sure the string is properly terminated in QueryFullProcessImageNameW.
Alexandre Julliard [Wed, 22 Apr 2009 14:54:16 +0000 (16:54 +0200)] 
kernel32: Make sure the string is properly terminated in QueryFullProcessImageNameW.

15 years agoinclude: Bring in6_addr into line with the MS definition.
Jeff Latimer [Wed, 22 Apr 2009 13:09:14 +0000 (23:09 +1000)] 
include: Bring in6_addr into line with the MS definition.

15 years agows2_32/tests: Avoid sizeof in traces.
Alexandre Julliard [Wed, 22 Apr 2009 13:25:50 +0000 (15:25 +0200)] 
ws2_32/tests: Avoid sizeof in traces.

15 years agojscript: Avoid size_t in printf width specifier.
Alexandre Julliard [Wed, 22 Apr 2009 13:25:35 +0000 (15:25 +0200)] 
jscript: Avoid size_t in printf width specifier.

15 years agoole32/tests: Add some tests to exercise the enumerator.
Huw Davies [Wed, 22 Apr 2009 10:45:36 +0000 (11:45 +0100)] 
ole32/tests: Add some tests to exercise the enumerator.

15 years agoole32/tests: win9x and winme don't enumerate duplicated cfFormats.
Huw Davies [Wed, 22 Apr 2009 09:47:28 +0000 (10:47 +0100)] 
ole32/tests: win9x and winme don't enumerate duplicated cfFormats.

15 years agoole32/tests: win64 sets the lsb of the final DWORD in the ole private data header.
Huw Davies [Wed, 22 Apr 2009 09:34:04 +0000 (10:34 +0100)] 
ole32/tests: win64 sets the lsb of the final DWORD in the ole private data header.

15 years agoole32/tests: win9x and winme don't have CF_UNICODETEXT.
Huw Davies [Wed, 22 Apr 2009 09:25:59 +0000 (10:25 +0100)] 
ole32/tests: win9x and winme don't have CF_UNICODETEXT.

15 years agoole32/tests: win9x, winme and nt4 ignore the target device.
Huw Davies [Tue, 21 Apr 2009 15:50:58 +0000 (16:50 +0100)] 
ole32/tests: win9x, winme and nt4 ignore the target device.

15 years agoole32/tests: OleGetClipboard doesn't return the same object under win9x, winme and...
Huw Davies [Tue, 21 Apr 2009 15:47:28 +0000 (16:47 +0100)] 
ole32/tests: OleGetClipboard doesn't return the same object under win9x, winme and nt4.

15 years agowinemaker: Parse include dirs from vcproj file.
André Hentschel [Tue, 21 Apr 2009 18:32:52 +0000 (20:32 +0200)] 
winemaker: Parse include dirs from vcproj file.

15 years agowinemaker: Fix wrong place for case-check.
André Hentschel [Tue, 21 Apr 2009 18:32:41 +0000 (20:32 +0200)] 
winemaker: Fix wrong place for case-check.

15 years agowinemaker: Fix whitespace handling for libs.
André Hentschel [Tue, 21 Apr 2009 18:32:34 +0000 (20:32 +0200)] 
winemaker: Fix whitespace handling for libs.

15 years agoconfigure: Remove checks for headers that are no longer used.
Alexandre Julliard [Wed, 22 Apr 2009 12:41:49 +0000 (14:41 +0200)] 
configure: Remove checks for headers that are no longer used.

15 years agocomctl32/listview: Partial fix for LVM_GETSUBITEMRECT for item == -1.
Nikolay Sivov [Wed, 22 Apr 2009 17:51:02 +0000 (13:51 -0400)] 
comctl32/listview: Partial fix for LVM_GETSUBITEMRECT for item == -1.

15 years agocomctl32/listview: Additional tests for LVM_GETSUBITEMRECT.
Nikolay Sivov [Wed, 22 Apr 2009 17:05:56 +0000 (13:05 -0400)] 
comctl32/listview: Additional tests for LVM_GETSUBITEMRECT.

15 years agowined3d: Handle the source modifier shift in the frontend rather than the backend.
Henri Verbeet [Wed, 22 Apr 2009 08:48:34 +0000 (10:48 +0200)] 
wined3d: Handle the source modifier shift in the frontend rather than the backend.

15 years agowined3d: Handle the swizzle shift in the frontend rather than the backend.
Henri Verbeet [Wed, 22 Apr 2009 08:48:34 +0000 (10:48 +0200)] 
wined3d: Handle the swizzle shift in the frontend rather than the backend.

15 years agowined3d: Get rid of the WINED3DVS_* swizzle constants.
Henri Verbeet [Wed, 22 Apr 2009 08:48:34 +0000 (10:48 +0200)] 
wined3d: Get rid of the WINED3DVS_* swizzle constants.

They're redundant.

15 years agowined3d: Get rid of the token field from struct wined3d_shader_src_param.
Henri Verbeet [Wed, 22 Apr 2009 08:48:33 +0000 (10:48 +0200)] 
wined3d: Get rid of the token field from struct wined3d_shader_src_param.

15 years agowined3d: Pass a struct wined3d_shader_src_param to shader_arb_get_swizzle().
Henri Verbeet [Wed, 22 Apr 2009 08:48:33 +0000 (10:48 +0200)] 
wined3d: Pass a struct wined3d_shader_src_param to shader_arb_get_swizzle().

15 years agouser32/tests: Don't use the long type.
Michael Stefaniuc [Wed, 22 Apr 2009 08:25:30 +0000 (10:25 +0200)] 
user32/tests: Don't use the long type.

15 years agoamstream/tests: Handle directdraw not being created (Coverity 920).
Marcus Meissner [Wed, 22 Apr 2009 08:22:05 +0000 (10:22 +0200)] 
amstream/tests: Handle directdraw not being created (Coverity 920).

15 years agomsvcrt/tests: Add some tests for strtok().
Rein Klazes [Wed, 22 Apr 2009 05:04:20 +0000 (07:04 +0200)] 
msvcrt/tests: Add some tests for strtok().

15 years agodsound: Fix test for some windows versions.
Jesse Allen [Wed, 22 Apr 2009 04:47:35 +0000 (21:47 -0700)] 
dsound: Fix test for some windows versions.

15 years agomsctf/tests: Add ITextStoreACP interface for testing.
Aric Stewart [Tue, 21 Apr 2009 16:03:12 +0000 (11:03 -0500)] 
msctf/tests: Add ITextStoreACP interface for testing.

15 years agomsctf/tests: Test ITfContext Push, Pop, GetTop and GetBase.
Aric Stewart [Tue, 21 Apr 2009 16:03:01 +0000 (11:03 -0500)] 
msctf/tests: Test ITfContext Push, Pop, GetTop and GetBase.

15 years agomsctf/tests: Test DocumentMgr creation and Focus.
Aric Stewart [Tue, 21 Apr 2009 16:02:49 +0000 (11:02 -0500)] 
msctf/tests: Test DocumentMgr creation and Focus.

15 years agomsctf/tests: Test activation and deactivation of a text service.
Aric Stewart [Tue, 21 Apr 2009 16:02:24 +0000 (11:02 -0500)] 
msctf/tests: Test activation and deactivation of a text service.

15 years agomsctf/tests: Setup test framework for ITfThreadMgrEventSink.
Aric Stewart [Tue, 21 Apr 2009 16:02:10 +0000 (11:02 -0500)] 
msctf/tests: Setup test framework for ITfThreadMgrEventSink.

15 years agomsctf: Helper functions for generating DWORD cookies.
Aric Stewart [Tue, 21 Apr 2009 15:47:48 +0000 (10:47 -0500)] 
msctf: Helper functions for generating DWORD cookies.

15 years agocomctl32: TOOLBAR_SetImageList should recalculate toolbar only if it is necessary.
Igor Tarasov [Wed, 22 Apr 2009 00:15:16 +0000 (05:15 +0500)] 
comctl32: TOOLBAR_SetImageList should recalculate toolbar only if it is necessary.

15 years agomciqtz32: Remove all remaining tabs.
Christian Costa [Tue, 21 Apr 2009 21:32:09 +0000 (23:32 +0200)] 
mciqtz32: Remove all remaining tabs.

15 years agod3dxof: Accept longer string size.
Christian Costa [Tue, 21 Apr 2009 21:31:14 +0000 (23:31 +0200)] 
d3dxof: Accept longer string size.

15 years agowinecfg: Fix the size of the application static text in Japanese.
Reece Dunn [Tue, 21 Apr 2009 20:10:24 +0000 (21:10 +0100)] 
winecfg: Fix the size of the application static text in Japanese.

15 years agowinecfg: Fix the size of the application static text in Spanish.
Reece Dunn [Tue, 21 Apr 2009 20:10:04 +0000 (21:10 +0100)] 
winecfg: Fix the size of the application static text in Spanish.

15 years agod3d9: Add tests for IDirect3D9Device_Reset.
David Adam [Tue, 21 Apr 2009 13:25:31 +0000 (15:25 +0200)] 
d3d9: Add tests for IDirect3D9Device_Reset.

15 years agod3d8: Add tests for IDirect3D8Device_Reset.
David Adam [Tue, 21 Apr 2009 13:22:29 +0000 (15:22 +0200)] 
d3d8: Add tests for IDirect3D8Device_Reset.

15 years agouser32/tests: Fix a few sysparams tests on various Windows versions.
Alexandre Julliard [Wed, 22 Apr 2009 10:55:38 +0000 (12:55 +0200)] 
user32/tests: Fix a few sysparams tests on various Windows versions.

15 years agosxs: Implement a stub CreateAssemblyCache to make Publish or Perish install.
Kai Blin [Sun, 19 Apr 2009 21:55:14 +0000 (23:55 +0200)] 
sxs: Implement a stub CreateAssemblyCache to make Publish or Perish install.

15 years agowinemenubuilder: Build freedesktop MIME type list for later use.
Damjan Jovanovic [Sat, 11 Apr 2009 08:10:59 +0000 (10:10 +0200)] 
winemenubuilder: Build freedesktop MIME type list for later use.

15 years agoddraw/tests: Add tests for refcount handling of light with viewport.
Christian Costa [Mon, 20 Apr 2009 19:19:46 +0000 (21:19 +0200)] 
ddraw/tests: Add tests for refcount handling of light with viewport.

15 years agoddraw: Handle refcount of lights when interacting with viewport.
Christian Costa [Mon, 20 Apr 2009 19:19:28 +0000 (21:19 +0200)] 
ddraw: Handle refcount of lights when interacting with viewport.

15 years agoddraw: Remove useless comments.
David Adam [Sat, 11 Apr 2009 11:46:47 +0000 (13:46 +0200)] 
ddraw: Remove useless comments.

15 years agocomctl32/listview: Fix warning from DPA_GetPtr.
Peter Schauer [Sun, 19 Apr 2009 11:14:55 +0000 (13:14 +0200)] 
comctl32/listview: Fix warning from DPA_GetPtr.

15 years agontdll: Implement NtQuery/SetInformationToken(TokenDefaultDacl).
Hans Leidekker [Tue, 21 Apr 2009 07:53:49 +0000 (09:53 +0200)] 
ntdll: Implement NtQuery/SetInformationToken(TokenDefaultDacl).

15 years agoserver: Add requests to set and retrieve default dacl.
Hans Leidekker [Tue, 21 Apr 2009 07:53:16 +0000 (09:53 +0200)] 
server: Add requests to set and retrieve default dacl.

15 years agoxmllite: Add stubbed dll for xmllite.
Christian Costa [Mon, 20 Apr 2009 19:22:15 +0000 (21:22 +0200)] 
xmllite: Add stubbed dll for xmllite.

15 years agocomctl32/listview: Header should be created when LVS_EX_HEADERDRAGDROP set.
Nikolay Sivov [Tue, 21 Apr 2009 09:29:22 +0000 (05:29 -0400)] 
comctl32/listview: Header should be created when LVS_EX_HEADERDRAGDROP set.

15 years agocomctl32/listview: Add a TRACE(..) to LISTVIEW_CreateHeader.
Nikolay Sivov [Tue, 21 Apr 2009 09:27:19 +0000 (05:27 -0400)] 
comctl32/listview: Add a TRACE(..) to LISTVIEW_CreateHeader.

15 years agocomctl32/listview: LVM_SETITEM is unsupported on LVS_OWNERDATA.
Nikolay Sivov [Tue, 21 Apr 2009 09:26:10 +0000 (05:26 -0400)] 
comctl32/listview: LVM_SETITEM is unsupported on LVS_OWNERDATA.

15 years agocomctl32: Fix expanding of invisible sub trees.
Florian Köberle [Tue, 21 Apr 2009 10:03:42 +0000 (12:03 +0200)] 
comctl32: Fix expanding of invisible sub trees.

15 years agocomctl32/tests: Test expanding of a invisible sub tree.
Florian Köberle [Tue, 21 Apr 2009 10:03:41 +0000 (12:03 +0200)] 
comctl32/tests: Test expanding of a invisible sub tree.

15 years agowininet/tests: Fix HttpSendRequestW test on IE5.
Nicolas Le Cam [Mon, 20 Apr 2009 19:56:59 +0000 (21:56 +0200)] 
wininet/tests: Fix HttpSendRequestW test on IE5.

15 years agowinedump: When generating preamble, use 4 spaces instead of tabs. Remove extra break.
Christian Costa [Mon, 20 Apr 2009 19:26:53 +0000 (21:26 +0200)] 
winedump: When generating preamble, use 4 spaces instead of tabs. Remove extra break.

15 years agocomctl32: Fix typo in TOOLBAR_SetButtonSize code.
Igor Tarasov [Sun, 19 Apr 2009 12:49:18 +0000 (17:49 +0500)] 
comctl32: Fix typo in TOOLBAR_SetButtonSize code.

15 years agowinetest: Add option -x to extract all test.
Detlef Riekenberg [Fri, 17 Apr 2009 20:02:26 +0000 (22:02 +0200)] 
winetest: Add option -x to extract all test.

15 years agowinetest: Add support for --version, --help and /?.
Detlef Riekenberg [Fri, 17 Apr 2009 14:21:00 +0000 (16:21 +0200)] 
winetest: Add support for --version, --help and /?.

15 years agowined3d: Pass a struct wined3d_shader_src_param to shader_glsl_get_swizzle().
Henri Verbeet [Tue, 21 Apr 2009 07:35:05 +0000 (09:35 +0200)] 
wined3d: Pass a struct wined3d_shader_src_param to shader_glsl_get_swizzle().

15 years agowined3d: Add a separate function for converting swizzles to strings.
Henri Verbeet [Tue, 21 Apr 2009 07:35:05 +0000 (09:35 +0200)] 
wined3d: Add a separate function for converting swizzles to strings.

15 years agowined3d: Store the source swizzle in struct wined3d_shader_src_param.
Henri Verbeet [Tue, 21 Apr 2009 07:35:05 +0000 (09:35 +0200)] 
wined3d: Store the source swizzle in struct wined3d_shader_src_param.

15 years agowined3d: Explicitly pass the source modifier to shader_glsl_gen_modifier().
Henri Verbeet [Tue, 21 Apr 2009 07:35:04 +0000 (09:35 +0200)] 
wined3d: Explicitly pass the source modifier to shader_glsl_gen_modifier().

15 years agowined3d: Pass a struct wined3d_shader_src_param to pshader_gen_input_modifier_line().
Henri Verbeet [Tue, 21 Apr 2009 07:35:04 +0000 (09:35 +0200)] 
wined3d: Pass a struct wined3d_shader_src_param to pshader_gen_input_modifier_line().

15 years agouser32/tests: Fix tests on win9x.
Huw Davies [Tue, 21 Apr 2009 09:38:52 +0000 (10:38 +0100)] 
user32/tests: Fix tests on win9x.

15 years agoole32: Add support for enumerating non-ole clipboard formats.
Huw Davies [Fri, 17 Apr 2009 14:20:12 +0000 (15:20 +0100)] 
ole32: Add support for enumerating non-ole clipboard formats.

15 years agoole32: Don't set cf_dataobject if we're clearing the clipboard.
Huw Davies [Fri, 17 Apr 2009 12:44:27 +0000 (13:44 +0100)] 
ole32: Don't set cf_dataobject if we're clearing the clipboard.

15 years agoole32: Check that the target devices match.
Huw Davies [Thu, 16 Apr 2009 15:49:35 +0000 (16:49 +0100)] 
ole32: Check that the target devices match.

15 years agoole32: Make get_priv_data return target device ptrs (rather than offsets) and add...
Huw Davies [Thu, 16 Apr 2009 14:27:24 +0000 (15:27 +0100)] 
ole32: Make get_priv_data return target device ptrs (rather than offsets) and add a couple of helper functions to simplify this process.

15 years agowinedbg: Remove some superfluous pointer casts.
Michael Stefaniuc [Tue, 21 Apr 2009 07:59:59 +0000 (09:59 +0200)] 
winedbg: Remove some superfluous pointer casts.

15 years agorpcrt4: Replace some usage of the long type.
Michael Stefaniuc [Tue, 21 Apr 2009 07:59:45 +0000 (09:59 +0200)] 
rpcrt4: Replace some usage of the long type.

15 years agodsound: Allow a special cbSize case in CreateSoundBuffer.
Jesse Allen [Tue, 21 Apr 2009 04:41:21 +0000 (21:41 -0700)] 
dsound: Allow a special cbSize case in CreateSoundBuffer.

15 years agowordpad: "Fix" the Turkish translation.
Michael Stefaniuc [Mon, 20 Apr 2009 22:35:27 +0000 (00:35 +0200)] 
wordpad: "Fix" the Turkish translation.

Remove the untranslated and incomplete STRINGTABLE.

15 years agocomdlg32: Fix the Slovak translation.
Michael Stefaniuc [Mon, 20 Apr 2009 22:35:13 +0000 (00:35 +0200)] 
comdlg32: Fix the Slovak translation.

15 years agoopengl: Add WGL_EXT_pixel_format_packed_float support.
Roderick Colenbrander [Mon, 20 Apr 2009 20:57:19 +0000 (22:57 +0200)] 
opengl: Add WGL_EXT_pixel_format_packed_float support.

15 years agomsi: Fix another double free.
Hans Leidekker [Mon, 20 Apr 2009 14:09:12 +0000 (16:09 +0200)] 
msi: Fix another double free.

parser_alloc() allocates memory and puts it on a list attached the to query object.
EXPR_sval() frees memory allocated via parser_alloc() on error but does not remove
the pointer from the list, which means that when the query destructor is called it
will be freed again.

15 years agomsi: Fix a double free.
Hans Leidekker [Mon, 20 Apr 2009 14:08:26 +0000 (16:08 +0200)] 
msi: Fix a double free.

TABLE_drop() calls TABLE_remove_column() which calls msi_update_table_columns()
which frees column info and possibly returns without reallocating. When that
happens it will be freed again when TABLE_drop() finally calls free_table().

15 years agokernel32: Added GetPrivateProfileSection and GetPrivateProfileString tests for empty...
Dmitry Kislyuk [Mon, 20 Apr 2009 07:01:55 +0000 (04:01 -0300)] 
kernel32: Added GetPrivateProfileSection and GetPrivateProfileString tests for empty section scenario.

15 years agoamstream/tests: Improve render file test. Move OpenFile specific test into a separate...
Christian Costa [Sun, 19 Apr 2009 20:35:41 +0000 (22:35 +0200)] 
amstream/tests: Improve render file test. Move OpenFile specific test into a separate test function.

15 years agows2_32: WSAAddressToStringW should return length of unicode address string should...
Jeff Latimer [Fri, 17 Apr 2009 04:30:53 +0000 (14:30 +1000)] 
ws2_32: WSAAddressToStringW should return length of unicode address string should and include the trailing null.

15 years agows2_32: WSAAddressToStringA should return length of ANSI address string and should...
Jeff Latimer [Fri, 17 Apr 2009 04:29:52 +0000 (14:29 +1000)] 
ws2_32: WSAAddressToStringA should return length of ANSI address string and should include the trailing null.

15 years agoshell32: Implement SHGetNewLinkInfo[AW].
Vincent Povirk [Fri, 17 Apr 2009 03:51:40 +0000 (22:51 -0500)] 
shell32: Implement SHGetNewLinkInfo[AW].

15 years agomsvcrt: Do not set the windows version to 0.5.
Rein Klazes [Thu, 16 Apr 2009 07:10:28 +0000 (09:10 +0200)] 
msvcrt: Do not set the windows version to 0.5.

15 years agomsi: Fix buffer length value returned by MSI_RecordGetStringW on null and empty strings.
Nicolas Le Cam [Wed, 15 Apr 2009 23:09:09 +0000 (01:09 +0200)] 
msi: Fix buffer length value returned by MSI_RecordGetStringW on null and empty strings.

15 years agomsi/tests: Test MsiRecordGetString on null and empty strings.
Nicolas Le Cam [Wed, 15 Apr 2009 23:06:21 +0000 (01:06 +0200)] 
msi/tests: Test MsiRecordGetString on null and empty strings.

15 years agogdiplus: Stub GdipBitmapSetResolution.
Andrew Nguyen [Mon, 20 Apr 2009 07:46:36 +0000 (02:46 -0500)] 
gdiplus: Stub GdipBitmapSetResolution.

15 years agodinput: Add missing newline to trace message.
Paul TBBle Hampson [Sat, 18 Apr 2009 12:21:30 +0000 (22:21 +1000)] 
dinput: Add missing newline to trace message.

15 years agomsi/tests: Replace lstrcatW with memcpy to fix failures on win95.
Detlef Riekenberg [Fri, 17 Apr 2009 13:18:44 +0000 (15:18 +0200)] 
msi/tests: Replace lstrcatW with memcpy to fix failures on win95.

15 years agooleaut32/tests: Replace lstrcpyW and lstrcatW with memcpy to fix failures on win95.
Detlef Riekenberg [Fri, 17 Apr 2009 12:45:09 +0000 (14:45 +0200)] 
oleaut32/tests: Replace lstrcpyW and lstrcatW with memcpy to fix failures on win95.

15 years agowined3d: Fix prototype for EnumAdapterModes.
Brad Martin [Fri, 17 Apr 2009 01:10:26 +0000 (20:10 -0500)] 
wined3d: Fix prototype for EnumAdapterModes.

15 years agoprograms: Add stub termsv.exe.
Hans Leidekker [Wed, 15 Apr 2009 12:58:00 +0000 (14:58 +0200)] 
programs: Add stub termsv.exe.

15 years agofonts: Fix a typo in copyright text.
Nikolay Sivov [Tue, 14 Apr 2009 01:27:10 +0000 (21:27 -0400)] 
fonts: Fix a typo in copyright text.

15 years agomciqtz32: Show messages in hex as they are defines in headers.
Christian Costa [Thu, 16 Apr 2009 18:29:17 +0000 (20:29 +0200)] 
mciqtz32: Show messages in hex as they are defines in headers.

15 years agomciqtz32: Hook MCI_STOP.
Christian Costa [Thu, 16 Apr 2009 18:29:12 +0000 (20:29 +0200)] 
mciqtz32: Hook MCI_STOP.

15 years agomciqtz32: Fix some traces.
Christian Costa [Thu, 16 Apr 2009 18:29:06 +0000 (20:29 +0200)] 
mciqtz32: Fix some traces.

15 years agomciqtz32: Use opened state to avoid device to be closed several times.
Christian Costa [Thu, 16 Apr 2009 18:29:00 +0000 (20:29 +0200)] 
mciqtz32: Use opened state to avoid device to be closed several times.

15 years agowined3d: Merge match_apple and implementation_is_apple.
Stefan Dösinger [Tue, 14 Apr 2009 22:38:07 +0000 (00:38 +0200)] 
wined3d: Merge match_apple and implementation_is_apple.

15 years agowined3d: Reserve additional GLSL constants on some drivers.
Stefan Dösinger [Tue, 14 Apr 2009 18:33:15 +0000 (20:33 +0200)] 
wined3d: Reserve additional GLSL constants on some drivers.

Some drivers apparently need private constants, or don't have an efficient
immval packing. For example, MacOS seems to need 1 float for each different
relative addressing offset. fglrx has the same issue, although it is more
efficient in general

Previously this worked on most drivers because the 16 + 4 reserved int and
bool constants kept the problem hidden. Now that we are more aggressive with
uniforms we have to keep free room for some drivers.

15 years agowined3d: Move the remaining quirks into the quirk table.
Stefan Dösinger [Tue, 14 Apr 2009 18:24:26 +0000 (20:24 +0200)] 
wined3d: Move the remaining quirks into the quirk table.

15 years agowined3d: Move the generic mac glsl uniform fixup to the quirk table.
Stefan Dösinger [Tue, 14 Apr 2009 18:13:11 +0000 (20:13 +0200)] 
wined3d: Move the generic mac glsl uniform fixup to the quirk table.