wine
15 years agowined3d: Add IWineD3DBuffer, use it in d3d10core.
Henri Verbeet [Mon, 23 Feb 2009 08:16:02 +0000 (09:16 +0100)] 
wined3d: Add IWineD3DBuffer, use it in d3d10core.

15 years agod3d10core: Keep a reference to the wined3d device in the d3d10 device.
Henri Verbeet [Mon, 23 Feb 2009 08:16:01 +0000 (09:16 +0100)] 
d3d10core: Keep a reference to the wined3d device in the d3d10 device.

15 years agod3dx8: Don't use uninitialized memory in the D3DXQuaternionSlerp() test.
Henri Verbeet [Mon, 23 Feb 2009 08:16:00 +0000 (09:16 +0100)] 
d3dx8: Don't use uninitialized memory in the D3DXQuaternionSlerp() test.

15 years agoinclude: Fix mismatched extern declaration in aclui.h.
Andrew Nguyen [Mon, 23 Feb 2009 09:18:37 +0000 (03:18 -0600)] 
include: Fix mismatched extern declaration in aclui.h.

15 years agowinemp3.acm: Changed pointer cast from DWORD to DWORD_PTR.
Adam Stoelting [Sun, 22 Feb 2009 03:19:09 +0000 (19:19 -0800)] 
winemp3.acm: Changed pointer cast from DWORD to DWORD_PTR.

15 years agomsadp32.acm: Changed pointer cast from DWORD to DWORD_PTR.
Adam Stoelting [Sun, 22 Feb 2009 03:00:12 +0000 (19:00 -0800)] 
msadp32.acm: Changed pointer cast from DWORD to DWORD_PTR.

15 years agouser32: Add Lithuanian translation.
Aurimas Fischer [Sat, 21 Feb 2009 21:45:23 +0000 (23:45 +0200)] 
user32: Add Lithuanian translation.

15 years agonotepad: Fix more inconsistencies in Lithuanian translation.
Aurimas Fischer [Sat, 21 Feb 2009 21:44:31 +0000 (23:44 +0200)] 
notepad: Fix more inconsistencies in Lithuanian translation.

15 years agowinspool.drv: Fix another inconsistency in Lithuanian translation.
Aurimas Fischer [Sat, 21 Feb 2009 20:50:06 +0000 (22:50 +0200)] 
winspool.drv: Fix another inconsistency in Lithuanian translation.

15 years agocomdlg32: Fix another inconsistency in Lithuanian translation.
Aurimas Fischer [Sat, 21 Feb 2009 20:45:21 +0000 (22:45 +0200)] 
comdlg32: Fix another inconsistency in Lithuanian translation.

15 years agouser32: Add a missing HeapFree.
Austin English [Sat, 21 Feb 2009 21:42:26 +0000 (15:42 -0600)] 
user32: Add a missing HeapFree.

15 years agokernel32: Implement GetShortPathName16.
Vitaliy Margolen [Sat, 21 Feb 2009 20:19:43 +0000 (13:19 -0700)] 
kernel32: Implement GetShortPathName16.

15 years agodinput: Let each device decide which hook event to skip.
Vitaliy Margolen [Sat, 21 Feb 2009 19:54:37 +0000 (12:54 -0700)] 
dinput: Let each device decide which hook event to skip.

Some programs acquire mouse in exclusive and keyboard in non-exclusive mode.

15 years agofusion/tests: Fix a test failure on Win64.
Paul Vriens [Sat, 21 Feb 2009 14:16:32 +0000 (15:16 +0100)] 
fusion/tests: Fix a test failure on Win64.

15 years agofusion/tests: Fix remaining win98 failures in asmcache.
Detlef Riekenberg [Sat, 21 Feb 2009 11:17:43 +0000 (12:17 +0100)] 
fusion/tests: Fix remaining win98 failures in asmcache.

15 years agofusion/tests: Do not use an hardcoded path for the windows directory.
Detlef Riekenberg [Sat, 21 Feb 2009 09:02:59 +0000 (10:02 +0100)] 
fusion/tests: Do not use an hardcoded path for the windows directory.

15 years agowinemine: Change max number of mines to (cols-1)*(rows-1).
Anders Jonsson [Fri, 20 Feb 2009 22:19:27 +0000 (23:19 +0100)] 
winemine: Change max number of mines to (cols-1)*(rows-1).

15 years agouser32/tests: Print all the unexpected messages we received. Fix a couple of sequences.
Alexandre Julliard [Sat, 21 Feb 2009 11:57:23 +0000 (12:57 +0100)] 
user32/tests: Print all the unexpected messages we received. Fix a couple of sequences.

15 years agouser32/tests: Add some optional keystrokes for AltGr key.
Alexandre Julliard [Sat, 21 Feb 2009 11:56:52 +0000 (12:56 +0100)] 
user32/tests: Add some optional keystrokes for AltGr key.

15 years agolz32/tests: Display filename on failure.
Huw Davies [Fri, 20 Feb 2009 16:19:32 +0000 (16:19 +0000)] 
lz32/tests: Display filename on failure.

15 years agouser32/tests: Remove an unreliable pixel test.
Alexandre Julliard [Fri, 20 Feb 2009 15:56:27 +0000 (16:56 +0100)] 
user32/tests: Remove an unreliable pixel test.

15 years agouser32/tests: Skip some message tests if we fail to queue events.
Alexandre Julliard [Fri, 20 Feb 2009 15:56:16 +0000 (16:56 +0100)] 
user32/tests: Skip some message tests if we fail to queue events.

15 years agouser32/tests: Skip some input tests if we fail to queue keyboard events.
Alexandre Julliard [Fri, 20 Feb 2009 15:56:07 +0000 (16:56 +0100)] 
user32/tests: Skip some input tests if we fail to queue keyboard events.

15 years agomshtml: Implement IHTMLCurrentStyle_get_cursor.
Alistair Leslie-Hughes [Fri, 20 Feb 2009 10:05:21 +0000 (21:05 +1100)] 
mshtml: Implement IHTMLCurrentStyle_get_cursor.

15 years agomshtml: Implement IHTMLCurrentStyle_get_textDecoration.
Alistair Leslie-Hughes [Fri, 20 Feb 2009 10:04:19 +0000 (21:04 +1100)] 
mshtml: Implement IHTMLCurrentStyle_get_textDecoration.

15 years agomshtml: Implement IHTMLCurrentStyle_get_textAlign.
Alistair Leslie-Hughes [Fri, 20 Feb 2009 09:48:42 +0000 (20:48 +1100)] 
mshtml: Implement IHTMLCurrentStyle_get_textAlign.

15 years agomshtml: Implement IHTMLCurrentStyle_get_borderLeftStyle.
Alistair Leslie-Hughes [Fri, 20 Feb 2009 09:45:29 +0000 (20:45 +1100)] 
mshtml: Implement IHTMLCurrentStyle_get_borderLeftStyle.

15 years agomshtml: Implement IHTMLCurrentStyle_get_borderBottomStyle.
Alistair Leslie-Hughes [Fri, 20 Feb 2009 09:43:10 +0000 (20:43 +1100)] 
mshtml: Implement IHTMLCurrentStyle_get_borderBottomStyle.

15 years agomshtml: Implement IHTMLCurrentStyle_get_borderRightStyle.
Alistair Leslie-Hughes [Fri, 20 Feb 2009 09:41:13 +0000 (20:41 +1100)] 
mshtml: Implement IHTMLCurrentStyle_get_borderRightStyle.

15 years agomshtml: Implement IHTMLCurrentStyle_get_borderTopStyle.
Alistair Leslie-Hughes [Fri, 20 Feb 2009 09:37:48 +0000 (20:37 +1100)] 
mshtml: Implement IHTMLCurrentStyle_get_borderTopStyle.

15 years agomshtml: Implement IHTMLCurrentStyle_get_fontVariant.
Alistair Leslie-Hughes [Fri, 20 Feb 2009 09:27:37 +0000 (20:27 +1100)] 
mshtml: Implement IHTMLCurrentStyle_get_fontVariant.

15 years agomshtml: Implement IHTMLCurrentStyle_get_backgroundImage.
Alistair Leslie-Hughes [Fri, 20 Feb 2009 09:24:00 +0000 (20:24 +1100)] 
mshtml: Implement IHTMLCurrentStyle_get_backgroundImage.

15 years agomshtml: Implement IHTMLCurrentStyle_get_fontStyle.
Alistair Leslie-Hughes [Fri, 20 Feb 2009 09:22:16 +0000 (20:22 +1100)] 
mshtml: Implement IHTMLCurrentStyle_get_fontStyle.

15 years agomsg711.acm: Pointer cast changed to DWORD_PTR.
Eddie Leung [Fri, 20 Feb 2009 07:17:55 +0000 (23:17 -0800)] 
msg711.acm: Pointer cast changed to DWORD_PTR.

15 years agogdi32: Fix fractional scaling threshold.
Huw Davies [Fri, 20 Feb 2009 14:40:44 +0000 (14:40 +0000)] 
gdi32: Fix fractional scaling threshold.

15 years agouser32: Implement support for HBMENU_POPUP_* magic menu bitmaps and use them to decor...
Rein Klazes [Fri, 20 Feb 2009 14:28:37 +0000 (15:28 +0100)] 
user32: Implement support for HBMENU_POPUP_* magic menu bitmaps and use them to decorate the system menu.

15 years agomsctf: Add tests for ITfCategoryMgr::UnregisterCategory and ITfCategoryMgr::RegisterC...
Aric Stewart [Fri, 20 Feb 2009 14:07:06 +0000 (08:07 -0600)] 
msctf: Add tests for ITfCategoryMgr::UnregisterCategory and ITfCategoryMgr::RegisterCategory.

15 years agomsctf: Define TIP Category values.
Aric Stewart [Fri, 20 Feb 2009 14:00:50 +0000 (08:00 -0600)] 
msctf: Define TIP Category values.

15 years agomsctf: Implement ITfInputProcessorProfiles::Unregister.
Aric Stewart [Fri, 20 Feb 2009 14:00:34 +0000 (08:00 -0600)] 
msctf: Implement ITfInputProcessorProfiles::Unregister.

15 years agocrypt32/tests: Don't crash on Win9x.
Paul Vriens [Fri, 20 Feb 2009 13:31:21 +0000 (14:31 +0100)] 
crypt32/tests: Don't crash on Win9x.

15 years agofonts: Add the Symbol font.
Jon Parshall [Fri, 20 Feb 2009 12:10:02 +0000 (12:10 +0000)] 
fonts: Add the Symbol font.

15 years agofonts: Set the symbol flag when generating symbol.ttf.
Alexandre Julliard [Fri, 20 Feb 2009 14:48:59 +0000 (15:48 +0100)] 
fonts: Set the symbol flag when generating symbol.ttf.

15 years agofonts: Re-generate fonts using the "official" fontforge version.
Alexandre Julliard [Fri, 20 Feb 2009 14:17:20 +0000 (15:17 +0100)] 
fonts: Re-generate fonts using the "official" fontforge version.

15 years agoitss/tests: Fix test failures on some Win95 and NT4 boxes.
Paul Vriens [Fri, 20 Feb 2009 11:39:30 +0000 (12:39 +0100)] 
itss/tests: Fix test failures on some Win95 and NT4 boxes.

15 years agogdi32/tests: Report a missing function only once.
Paul Vriens [Fri, 20 Feb 2009 10:47:48 +0000 (11:47 +0100)] 
gdi32/tests: Report a missing function only once.

15 years agowinmm: Remove superfluous pointer casts.
Michael Stefaniuc [Fri, 20 Feb 2009 09:23:08 +0000 (10:23 +0100)] 
winmm: Remove superfluous pointer casts.

15 years agontdll: Call pthread_create and pthread_exit directly from ntdll.
Alexandre Julliard [Fri, 20 Feb 2009 10:45:47 +0000 (11:45 +0100)] 
ntdll: Call pthread_create and pthread_exit directly from ntdll.

15 years agontdll: Moved exit_thread and abort_thread functions to thread.c.
Alexandre Julliard [Fri, 20 Feb 2009 10:23:08 +0000 (11:23 +0100)] 
ntdll: Moved exit_thread and abort_thread functions to thread.c.

15 years agontdll: Call pthread_sigmask directly instead of through the pthread function table.
Alexandre Julliard [Fri, 20 Feb 2009 10:15:06 +0000 (11:15 +0100)] 
ntdll: Call pthread_sigmask directly instead of through the pthread function table.

15 years agosetupapi: Add missing header values for SetupPromptForDisk.
Ricardo Filipe [Wed, 18 Feb 2009 04:28:52 +0000 (04:28 +0000)] 
setupapi: Add missing header values for SetupPromptForDisk.

15 years agofusion/tests: Don't crash if we have a culture attribute.
Paul Vriens [Fri, 20 Feb 2009 07:37:31 +0000 (08:37 +0100)] 
fusion/tests: Don't crash if we have a culture attribute.

15 years agofusion/tests: Don't use strdup to prevent crashes when freeing memory.
Paul Vriens [Fri, 20 Feb 2009 07:14:22 +0000 (08:14 +0100)] 
fusion/tests: Don't use strdup to prevent crashes when freeing memory.

15 years agofusion/tests: Don't crash on .NET 1.x.
Paul Vriens [Fri, 20 Feb 2009 07:01:17 +0000 (08:01 +0100)] 
fusion/tests: Don't crash on .NET 1.x.

15 years agofusion/tests: Fix a test on some platforms.
Nicolas Le Cam [Thu, 19 Feb 2009 21:48:22 +0000 (22:48 +0100)] 
fusion/tests: Fix a test on some platforms.

15 years agowinspool.drv: Properly free destinations list returned by CUPS.
Aurimas Fischer [Thu, 19 Feb 2009 17:21:07 +0000 (19:21 +0200)] 
winspool.drv: Properly free destinations list returned by CUPS.

15 years agowinspool.drv: Add Lithuanian translation.
Aurimas Fischer [Sat, 7 Feb 2009 14:52:12 +0000 (16:52 +0200)] 
winspool.drv: Add Lithuanian translation.

15 years agokernel32: Add test for renaming file over itself.
Austin English [Thu, 19 Feb 2009 16:46:30 +0000 (10:46 -0600)] 
kernel32: Add test for renaming file over itself.

15 years agod3d10core: Convert between DXGI_FORMAT and WINED3DFORMAT values.
Henri Verbeet [Thu, 19 Feb 2009 15:59:42 +0000 (16:59 +0100)] 
d3d10core: Convert between DXGI_FORMAT and WINED3DFORMAT values.

15 years agodxgi: Convert DXGI_FORMAT values to WINED3DFORMAT values.
Henri Verbeet [Thu, 19 Feb 2009 15:59:42 +0000 (16:59 +0100)] 
dxgi: Convert DXGI_FORMAT values to WINED3DFORMAT values.

15 years agowined3d: Add DXGI formats to WINED3DFORMAT.
Henri Verbeet [Thu, 19 Feb 2009 15:59:42 +0000 (16:59 +0100)] 
wined3d: Add DXGI formats to WINED3DFORMAT.

15 years agod3d9: Explicitly convert between D3DFORMAT and WINED3DFORMAT values.
Henri Verbeet [Thu, 19 Feb 2009 15:59:42 +0000 (16:59 +0100)] 
d3d9: Explicitly convert between D3DFORMAT and WINED3DFORMAT values.

15 years agod3d8: Explicitly convert between D3DFORMAT and WINED3DFORMAT values.
Henri Verbeet [Thu, 19 Feb 2009 15:59:41 +0000 (16:59 +0100)] 
d3d8: Explicitly convert between D3DFORMAT and WINED3DFORMAT values.

15 years agouser32/resources: Remove the "switch to... <Ctrl+Esc>" item from the system menu.
Rein Klazes [Thu, 19 Feb 2009 15:01:47 +0000 (16:01 +0100)] 
user32/resources: Remove the "switch to... <Ctrl+Esc>" item from the system menu.

15 years agowinetest: Get rid of the archive URL, it's no longer used.
Alexandre Julliard [Thu, 19 Feb 2009 19:27:53 +0000 (20:27 +0100)] 
winetest: Get rid of the archive URL, it's no longer used.

15 years agocomctl32: Make listview forward HDN_ITEMCLICK.
Igor Tarasov [Tue, 17 Feb 2009 11:20:52 +0000 (15:20 +0400)] 
comctl32: Make listview forward HDN_ITEMCLICK.

15 years agocomctl32: Do not send LVN_DELETEITEM on LVM_DELETEALLITEMS for virtual listviews.
Igor Tarasov [Thu, 19 Feb 2009 03:41:25 +0000 (07:41 +0400)] 
comctl32: Do not send LVN_DELETEITEM on LVM_DELETEALLITEMS for virtual listviews.

15 years agocomctl32: Implement LVN_ODFINDITEM.
Igor Tarasov [Thu, 19 Feb 2009 03:26:10 +0000 (07:26 +0400)] 
comctl32: Implement LVN_ODFINDITEM.

15 years agocomctl32: Make LISTVIEW_ProcessLetterKeys accept Unicode characters.
Igor Tarasov [Thu, 19 Feb 2009 03:01:21 +0000 (07:01 +0400)] 
comctl32: Make LISTVIEW_ProcessLetterKeys accept Unicode characters.

15 years agoshlwapi: Ukranian translation.
Artem Reznikov [Thu, 19 Feb 2009 13:41:09 +0000 (14:41 +0100)] 
shlwapi: Ukranian translation.

15 years agofusion: Add tests for the IAssemblyEnum interface.
James Hawkins [Thu, 19 Feb 2009 11:31:47 +0000 (12:31 +0100)] 
fusion: Add tests for the IAssemblyEnum interface.

15 years agofusion: Sort the list of assemblies built during enumeration.
Hans Leidekker [Thu, 19 Feb 2009 13:06:43 +0000 (14:06 +0100)] 
fusion: Sort the list of assemblies built during enumeration.

15 years agomsi: Don't release view object twice in check_assembly_installed.
Hans Leidekker [Thu, 19 Feb 2009 13:06:16 +0000 (14:06 +0100)] 
msi: Don't release view object twice in check_assembly_installed.

15 years agofusion: Use parsed properties for assembly enumeration instead of trying to parse...
Hans Leidekker [Thu, 19 Feb 2009 13:05:54 +0000 (14:05 +0100)] 
fusion: Use parsed properties for assembly enumeration instead of trying to parse the display name again.

The display name passed in may not be normalized, e.g. if the version number
is passed as "1.0.0.00000" instead of "1.0.0.0". This patch should also cut
down on case insensitive file searches.

15 years agomsi: Make comparison of assembly field names case insensistive.
Hans Leidekker [Thu, 19 Feb 2009 13:05:25 +0000 (14:05 +0100)] 
msi: Make comparison of assembly field names case insensistive.

15 years agofusion: Don't trace contents of an out parameter.
Hans Leidekker [Thu, 19 Feb 2009 13:04:58 +0000 (14:04 +0100)] 
fusion: Don't trace contents of an out parameter.

15 years agofusion: Allow spaces between attribute-value pairs in an assembly name.
Hans Leidekker [Thu, 19 Feb 2009 13:04:41 +0000 (14:04 +0100)] 
fusion: Allow spaces between attribute-value pairs in an assembly name.

15 years agofusion: Assembly version numbers are WORDs.
Hans Leidekker [Thu, 19 Feb 2009 13:04:22 +0000 (14:04 +0100)] 
fusion: Assembly version numbers are WORDs.

15 years agofusion: Convert to Unicode.
Hans Leidekker [Thu, 19 Feb 2009 13:04:00 +0000 (14:04 +0100)] 
fusion: Convert to Unicode.

15 years agofusion: Uninstall assembly used to check for presence of .NET runtime.
Hans Leidekker [Thu, 19 Feb 2009 13:03:43 +0000 (14:03 +0100)] 
fusion: Uninstall assembly used to check for presence of .NET runtime.

15 years agofusion: Assembly version must be taken from the metadata, not the file version.
Hans Leidekker [Thu, 19 Feb 2009 13:03:22 +0000 (14:03 +0100)] 
fusion: Assembly version must be taken from the metadata, not the file version.

Office 2007 SP1 installer depends on this. I will supply a test as
soon as I figure out how to create a variation of the test assembly
in dlls/fusion/tests/asmcache.c.

15 years agofusion: Add initial implementation of IAssemblyCache::QueryAssemblyInfo.
James Hawkins [Thu, 19 Feb 2009 11:10:27 +0000 (12:10 +0100)] 
fusion: Add initial implementation of IAssemblyCache::QueryAssemblyInfo.

15 years agofusion: Implement the IAssemblyEnum interface.
James Hawkins [Thu, 19 Feb 2009 11:04:09 +0000 (12:04 +0100)] 
fusion: Implement the IAssemblyEnum interface.

15 years agotests: When tracing is enabled, output the todo tests too.
Alexandre Julliard [Thu, 19 Feb 2009 13:56:34 +0000 (14:56 +0100)] 
tests: When tracing is enabled, output the todo tests too.

15 years agogdi32/tests: Add tests for the 120 dpi bitmap fonts.
Huw Davies [Thu, 19 Feb 2009 12:34:34 +0000 (12:34 +0000)] 
gdi32/tests: Add tests for the 120 dpi bitmap fonts.

15 years agogdi32: Set the font family as FF_MODERN if the panose marks it as monospaced.
Huw Davies [Thu, 19 Feb 2009 10:41:34 +0000 (10:41 +0000)] 
gdi32: Set the font family as FF_MODERN if the panose marks it as monospaced.

15 years agogdi32/tests: Output the requested font name on failure.
Huw Davies [Wed, 18 Feb 2009 22:52:22 +0000 (22:52 +0000)] 
gdi32/tests: Output the requested font name on failure.

15 years agogdi32/tests: Output the required font height if the test fails.
Huw Davies [Wed, 18 Feb 2009 22:44:44 +0000 (22:44 +0000)] 
gdi32/tests: Output the required font height if the test fails.

15 years agocomdlg32/tests: Vista can return a failure from StartDoc when using the XPS driver...
Huw Davies [Thu, 19 Feb 2009 12:50:45 +0000 (12:50 +0000)] 
comdlg32/tests: Vista can return a failure from StartDoc when using the XPS driver - don't fail the test in this case.

15 years agomshtml: Implement IHTMLCurrentStyle_get_fontFamily.
Alistair Leslie-Hughes [Tue, 17 Feb 2009 09:44:41 +0000 (20:44 +1100)] 
mshtml: Implement IHTMLCurrentStyle_get_fontFamily.

15 years agomshtml: Implement IHTMLCurrentStyle_get_position.
Alistair Leslie-Hughes [Tue, 17 Feb 2009 09:41:45 +0000 (20:41 +1100)] 
mshtml: Implement IHTMLCurrentStyle_get_position.

15 years agouser32/tests: Try harder to make the window receive keystrokes.
Alexandre Julliard [Thu, 19 Feb 2009 13:23:49 +0000 (14:23 +0100)] 
user32/tests: Try harder to make the window receive keystrokes.

15 years agoinclude: Avoid redefinition of WIN32 in twain.h.
Alexandre Julliard [Thu, 19 Feb 2009 12:06:35 +0000 (13:06 +0100)] 
include: Avoid redefinition of WIN32 in twain.h.

15 years agowinetest: Try to trigger the Gecko install for mshtml tests, and skip them otherwise.
Alexandre Julliard [Thu, 19 Feb 2009 11:55:23 +0000 (12:55 +0100)] 
winetest: Try to trigger the Gecko install for mshtml tests, and skip them otherwise.

15 years agomsctf/tests: Don't import uuid.
Alexandre Julliard [Thu, 19 Feb 2009 11:54:44 +0000 (12:54 +0100)] 
msctf/tests: Don't import uuid.

15 years agoddraw/tests: Use skip() instead of trace().
Paul Vriens [Thu, 19 Feb 2009 10:53:54 +0000 (11:53 +0100)] 
ddraw/tests: Use skip() instead of trace().

15 years agoddraw/tests: Don't crash on W2K.
Paul Vriens [Thu, 19 Feb 2009 10:20:29 +0000 (11:20 +0100)] 
ddraw/tests: Don't crash on W2K.

15 years agoquartz: Use a more appropriate size for the video renderer window.
Henri Verbeet [Thu, 19 Feb 2009 07:53:50 +0000 (08:53 +0100)] 
quartz: Use a more appropriate size for the video renderer window.

15 years agod3d9: Also copy the AutoDepthStencilFormat field in GetPresentParameters().
Henri Verbeet [Thu, 19 Feb 2009 07:53:50 +0000 (08:53 +0100)] 
d3d9: Also copy the AutoDepthStencilFormat field in GetPresentParameters().

15 years agowined3d: Add some traces to state handlers.
Henri Verbeet [Thu, 19 Feb 2009 07:53:50 +0000 (08:53 +0100)] 
wined3d: Add some traces to state handlers.

Should make it a bit clearer what's happening in some cases.

15 years agowined3d: Allow floating point values for WINED3DDECLUSAGE_BLENDWEIGHT.
Henri Verbeet [Thu, 19 Feb 2009 07:53:50 +0000 (08:53 +0100)] 
wined3d: Allow floating point values for WINED3DDECLUSAGE_BLENDWEIGHT.

glWeightPointerARB() obviously accepts floating point data.