wine
15 years agowined3d: Store the texture in a local variable in sampler_texmatrix().
H. Verbeet [Wed, 16 Jul 2008 20:45:45 +0000 (22:45 +0200)] 
wined3d: Store the texture in a local variable in sampler_texmatrix().

Slightly improves readability.

15 years agocrypt32: Reorganize root store creation code.
Juan Lang [Wed, 16 Jul 2008 20:34:36 +0000 (13:34 -0700)] 
crypt32: Reorganize root store creation code.

15 years agomsi: Added Session::Message implementation.
Jacek Caban [Wed, 16 Jul 2008 16:47:08 +0000 (18:47 +0200)] 
msi: Added Session::Message implementation.

15 years agoddraw/tests: Add tests for surface caps memory flags.
Alexander Dorofeyev [Mon, 14 Jul 2008 21:58:17 +0000 (00:58 +0300)] 
ddraw/tests: Add tests for surface caps memory flags.

15 years agoddraw: Force surfaces without memory flags to video memory on creation.
Alexander Dorofeyev [Mon, 14 Jul 2008 21:58:08 +0000 (00:58 +0300)] 
ddraw: Force surfaces without memory flags to video memory on creation.

Also removes now redundant setting of vidmem flag on rendertargets, prevents
adding vidmem flag when sysmem flag is present. Fixes missing textures in Forsaken.

15 years agogdiplus: Make GdipInvertMatrix test pass on native switching to matrix with determina...
Nikolay Sivov [Sun, 13 Jul 2008 07:52:29 +0000 (11:52 +0400)] 
gdiplus: Make GdipInvertMatrix test pass on native switching to matrix with determinant 16.

15 years agogdiplus: Fix for GdipPathIterNextMarker to handle path without markers. Fix tests.
Nikolay Sivov [Sun, 13 Jul 2008 07:52:23 +0000 (11:52 +0400)] 
gdiplus: Fix for GdipPathIterNextMarker to handle path without markers. Fix tests.

15 years agogdiplus: Fix GdipCreatePathIter to handle NULL as path. Fix tests.
Nikolay Sivov [Sun, 13 Jul 2008 07:52:12 +0000 (11:52 +0400)] 
gdiplus: Fix GdipCreatePathIter to handle NULL as path. Fix tests.

15 years agorichedit: Add an assert to point out what we're expecting.
Eric Pouech [Sat, 12 Jul 2008 08:36:21 +0000 (10:36 +0200)] 
richedit: Add an assert to point out what we're expecting.

15 years agogdiplus: Implemented GdipCreateBitmapFromResource.
Nikolay Sivov [Fri, 11 Jul 2008 20:43:50 +0000 (00:43 +0400)] 
gdiplus: Implemented GdipCreateBitmapFromResource.

15 years agowinejack: Fix detection of jack libraries with a bad soname.
Francois Gouget [Fri, 11 Jul 2008 15:47:23 +0000 (17:47 +0200)] 
winejack: Fix detection of jack libraries with a bad soname.

15 years agowininet: Always respect Proxy-Connection: or Connection: if it exists.
Vincent Povirk [Thu, 10 Jul 2008 15:42:54 +0000 (10:42 -0500)] 
wininet: Always respect Proxy-Connection: or Connection: if it exists.

15 years agocomctl32: rebar: Prevent unnecessary triggering of RBBIM_CHILDSIZE changes.
Aric Stewart [Thu, 10 Jul 2008 02:30:15 +0000 (11:30 +0900)] 
comctl32: rebar: Prevent unnecessary triggering of RBBIM_CHILDSIZE changes.

15 years agocomctl32: rebar: Record what changes and only redo the Layout if something of relevan...
Aric Stewart [Thu, 10 Jul 2008 02:29:57 +0000 (11:29 +0900)] 
comctl32: rebar: Record what changes and only redo the Layout if something of relevance changes.

15 years agomstask: Skeleton implementation of Task Scheduler Service.
Roy Shea [Tue, 15 Jul 2008 00:12:47 +0000 (17:12 -0700)] 
mstask: Skeleton implementation of Task Scheduler Service.

15 years agowinhlp32: Updated Korean resource.
Hwang YunSong(황윤성) [Mon, 14 Jul 2008 01:02:05 +0000 (10:02 +0900)] 
winhlp32: Updated Korean resource.

15 years agomswsock: Implement 3 functions by calling through SIO_GET_EXTENSION_FUNCTION_POINTER.
Jon Griffiths [Sun, 13 Jul 2008 19:22:33 +0000 (12:22 -0700)] 
mswsock: Implement 3 functions by calling through SIO_GET_EXTENSION_FUNCTION_POINTER.

15 years agomsvcrt: Fix exponents in *printf family.
Jon Griffiths [Sun, 13 Jul 2008 17:35:37 +0000 (10:35 -0700)] 
msvcrt: Fix exponents in *printf family.

15 years agontdll/tests: Use NTSTATUS instead of DWORD for status variables.
Gerald Pfeifer [Sun, 13 Jul 2008 11:49:22 +0000 (13:49 +0200)] 
ntdll/tests: Use NTSTATUS instead of DWORD for status variables.

15 years agocomctl32: rebar: Simplify by shedding off unused parameters.
Gerald Pfeifer [Sun, 13 Jul 2008 11:15:36 +0000 (13:15 +0200)] 
comctl32: rebar: Simplify by shedding off unused parameters.

15 years agofusion: Handle DWORD-sized string indices when loading the assembly name.
James Hawkins [Wed, 16 Jul 2008 15:57:44 +0000 (10:57 -0500)] 
fusion: Handle DWORD-sized string indices when loading the assembly name.

15 years agofusion: Add handling for alternate-sized table indices in the metadata.
James Hawkins [Wed, 16 Jul 2008 15:55:21 +0000 (10:55 -0500)] 
fusion: Add handling for alternate-sized table indices in the metadata.

15 years agofusion: Add the CorTokenType and use those constants in the assembly code.
James Hawkins [Wed, 16 Jul 2008 15:54:28 +0000 (10:54 -0500)] 
fusion: Add the CorTokenType and use those constants in the assembly code.

15 years agofusion: The VersionLength member is not constant, so dynamically load the metadata...
James Hawkins [Wed, 16 Jul 2008 15:51:54 +0000 (10:51 -0500)] 
fusion: The VersionLength member is not constant, so dynamically load the metadata header.

15 years agofusion: Load the table row numbers before calculating the table offsets.
James Hawkins [Wed, 16 Jul 2008 15:51:06 +0000 (10:51 -0500)] 
fusion: Load the table row numbers before calculating the table offsets.

15 years agofusion: Allow parsing the blob stream without a #.
James Hawkins [Wed, 16 Jul 2008 15:49:24 +0000 (10:49 -0500)] 
fusion: Allow parsing the blob stream without a #.

15 years agowinetest: Run tests again on Win9x.
Detlef Riekenberg [Wed, 16 Jul 2008 16:33:12 +0000 (18:33 +0200)] 
winetest: Run tests again on Win9x.

15 years agomsxml3: Add support for accessing CDATASection node.
Zhangrong Huang [Wed, 16 Jul 2008 15:41:14 +0000 (23:41 +0800)] 
msxml3: Add support for accessing CDATASection node.

15 years agomsxml3: Add support for accessing document node.
Zhangrong Huang [Wed, 16 Jul 2008 12:13:18 +0000 (20:13 +0800)] 
msxml3: Add support for accessing document node.

15 years agocomctl32: statusbar: WM_CREATE should not resize the window - it should happen in...
Mikołaj Zalewski [Wed, 16 Jul 2008 13:25:43 +0000 (15:25 +0200)] 
comctl32: statusbar: WM_CREATE should not resize the window - it should happen in WM_SIZE.

15 years agocomctl32: statusbar: Rename NtfUnicode to bUnicode to make is more consistent with...
Mikołaj Zalewski [Wed, 16 Jul 2008 10:09:12 +0000 (12:09 +0200)] 
comctl32: statusbar: Rename NtfUnicode to bUnicode to make is more consistent with other controls, use NF_REQUERY in WM_CREATE.

15 years agocomctl32: statusbar: Window is always Unicode, CCM_SETUNICODEFORMAT should change...
Mikołaj Zalewski [Wed, 16 Jul 2008 10:04:30 +0000 (12:04 +0200)] 
comctl32: statusbar: Window is always Unicode, CCM_SETUNICODEFORMAT should change the notify format.

15 years agowined3d: Enable filtering for D3DFMT_A4R4G4B4.
Philip Nilsson [Sun, 13 Jul 2008 19:41:45 +0000 (21:41 +0200)] 
wined3d: Enable filtering for D3DFMT_A4R4G4B4.

This patch enables texture filtering for textures using the A4R4G4B4
format, I can see no reason why it shouldn't be filtered (especially
considering X4R4G4B4 has it).

15 years agorichedit: Fixed regression caused by destroying the caret.
Dylan Smith [Tue, 15 Jul 2008 20:33:22 +0000 (16:33 -0400)] 
richedit: Fixed regression caused by destroying the caret.

The regression was caused by destroying the caret when it didn't need to
be shown in the richedit control, but this affected other controls.

15 years agod3dx9: Add a test for D3DXGetShaderSize().
Luis Busquets [Mon, 14 Jul 2008 20:47:28 +0000 (22:47 +0200)] 
d3dx9: Add a test for D3DXGetShaderSize().

15 years agod3dx9: Implement D3DXGetShaderSize().
Luis Busquets [Mon, 14 Jul 2008 20:47:19 +0000 (22:47 +0200)] 
d3dx9: Implement D3DXGetShaderSize().

15 years agoquartz: Fix wrong assignment of variable in parser.
Maarten Lankhorst [Mon, 14 Jul 2008 18:49:08 +0000 (11:49 -0700)] 
quartz: Fix wrong assignment of variable in parser.

15 years agokernel32/tests: Fix p_BindIoCompletionCallback declaration so it compiles with the...
Dan Hipschman [Wed, 16 Jul 2008 00:49:57 +0000 (17:49 -0700)] 
kernel32/tests: Fix p_BindIoCompletionCallback declaration so it compiles with the MS compiler.

15 years agolibs/wine: Avoid over-allocating memory in default_dbgstr_wn.
Dan Hipschman [Tue, 15 Jul 2008 22:55:36 +0000 (15:55 -0700)] 
libs/wine: Avoid over-allocating memory in default_dbgstr_wn.

15 years agorpcrt4: Fix the memory pointer passed into the conformant array marshaller in NdrComp...
Rob Shearman [Tue, 15 Jul 2008 22:35:40 +0000 (23:35 +0100)] 
rpcrt4: Fix the memory pointer passed into the conformant array marshaller in NdrComplexStructMarshall.

It needs to be the end of the memory used by the constant part of the
structure, which is returned by CompkexStructMarshall.

15 years agowined3d: Use rev_tex_unit_map instead of assuming there's a 1:1 mapping between sampl...
H. Verbeet [Tue, 15 Jul 2008 21:54:44 +0000 (23:54 +0200)] 
wined3d: Use rev_tex_unit_map instead of assuming there's a 1:1 mapping between samplers and texture units.

15 years agowined3d: Improve some shader traces.
H. Verbeet [Tue, 15 Jul 2008 21:54:37 +0000 (23:54 +0200)] 
wined3d: Improve some shader traces.

Make it clear the traced values are hexadecimal.

15 years agowordpad: Fixed and added Dutch translations.
Frans Kool [Tue, 15 Jul 2008 19:57:06 +0000 (21:57 +0200)] 
wordpad: Fixed and added Dutch translations.

15 years agowinhlp32: Fixed Dutch translations.
Frans Kool [Tue, 15 Jul 2008 20:07:47 +0000 (22:07 +0200)] 
winhlp32: Fixed Dutch translations.

15 years agoregedit: Fixed Dutch translations.
Frans Kool [Tue, 15 Jul 2008 19:04:35 +0000 (21:04 +0200)] 
regedit: Fixed Dutch translations.

15 years agoshell32: Fixed Dutch translations.
Frans Kool [Tue, 15 Jul 2008 15:23:23 +0000 (17:23 +0200)] 
shell32: Fixed Dutch translations.

15 years agowintrust: Correct error slot for SoftpubLoadSignature.
Juan Lang [Tue, 15 Jul 2008 19:11:25 +0000 (12:11 -0700)] 
wintrust: Correct error slot for SoftpubLoadSignature.

15 years agowintrust: Execute WinVerifyTrust as a sequence of steps, and return the error code...
Juan Lang [Tue, 15 Jul 2008 19:09:44 +0000 (12:09 -0700)] 
wintrust: Execute WinVerifyTrust as a sequence of steps, and return the error code from the first failing step of the sequence.

15 years agowintrust: Add tests for WinVerifyTrust/WinVerifyTrustEx.
Juan Lang [Tue, 15 Jul 2008 18:48:31 +0000 (11:48 -0700)] 
wintrust: Add tests for WinVerifyTrust/WinVerifyTrustEx.

15 years agowintrust: Move provider function tests to their own function.
Juan Lang [Tue, 15 Jul 2008 18:46:34 +0000 (11:46 -0700)] 
wintrust: Move provider function tests to their own function.

15 years agosecur32: Fix GetComputerObjectName tests for domain members.
Kai Blin [Tue, 15 Jul 2008 07:45:49 +0000 (09:45 +0200)] 
secur32: Fix GetComputerObjectName tests for domain members.

At least for XP domain members, all EXTENDED_NAME_FORMATS apart from
NameSamCompatible return ERROR_ACCESS_DENIED. Given that the function
returns an error for all formats on non-members, just ignore
ERROR_ACCESS_DENIED as well.

15 years agoquartz: Explicitly handle wave headers in avi splitter.
Maarten Lankhorst [Mon, 14 Jul 2008 21:22:09 +0000 (14:22 -0700)] 
quartz: Explicitly handle wave headers in avi splitter.

15 years agowinemp3: Be more tolerant to what a valid mp3 header is.
Maarten Lankhorst [Mon, 14 Jul 2008 21:20:28 +0000 (14:20 -0700)] 
winemp3: Be more tolerant to what a valid mp3 header is.

15 years agoshell32: Remove unneeded address-of operators from array names.
Andrew Talbot [Mon, 14 Jul 2008 17:44:17 +0000 (18:44 +0100)] 
shell32: Remove unneeded address-of operators from array names.

15 years agoregedit: Update Norwegian Bokmål translation.
Alexander Nicolaysen Sørnes [Mon, 14 Jul 2008 13:50:02 +0000 (15:50 +0200)] 
regedit: Update Norwegian Bokmål translation.

15 years agomsxml3: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Mon, 14 Jul 2008 07:51:38 +0000 (09:51 +0200)] 
msxml3: Fix compilation on systems that don't support nameless unions.

15 years agorpcrt4: Implement RpcCancelThreadEx.
Rob Shearman [Mon, 14 Jul 2008 07:08:03 +0000 (08:08 +0100)] 
rpcrt4: Implement RpcCancelThreadEx.

Implement RpcCancelThreadEx using existing code moved into a new
function, rpc_ccancel_thread.

Implement RpcCancelThread based on RpcCancelThreadEx with timeout of 0.

15 years agomsxml3: Fixed typo in create_bsc.
Piotr Caban [Sun, 13 Jul 2008 21:21:41 +0000 (23:21 +0200)] 
msxml3: Fixed typo in create_bsc.

15 years agonotepad: Fix opening Unicode files.
Alexander Nicolaysen Sørnes [Sun, 13 Jul 2008 12:08:58 +0000 (14:08 +0200)] 
notepad: Fix opening Unicode files.

15 years agoregedit: Add missing fclose on file import.
Alexander Nicolaysen Sørnes [Sun, 13 Jul 2008 12:50:34 +0000 (14:50 +0200)] 
regedit: Add missing fclose on file import.

15 years agoregedit: Fix concat handling in unicode import.
Alexander Nicolaysen Sørnes [Sun, 13 Jul 2008 11:58:40 +0000 (13:58 +0200)] 
regedit: Fix concat handling in unicode import.

15 years agowordpad: Show error message if saving fails.
Alexander Nicolaysen Sørnes [Fri, 11 Jul 2008 18:38:50 +0000 (20:38 +0200)] 
wordpad: Show error message if saving fails.

15 years agorichedit: Cannot undo setting of default character format.
Dylan Smith [Sat, 12 Jul 2008 00:06:05 +0000 (20:06 -0400)] 
richedit: Cannot undo setting of default character format.

This also reverts commit 2b52dd845097f16076c0185b02a003f63898dcab:
wordpad: Empty the richedit undo buffer on creation.

The reverted commit I created to fix an issue that only applied to Wine,
but it just masked the issue which was in richedit controls.  The
default character format was set in two places while wordpad was
starting up, and caused wordpad to have two undo items at startup.

15 years agorichedit: Enforce the maximum font size.
Dylan Smith [Sat, 12 Jul 2008 00:05:57 +0000 (20:05 -0400)] 
richedit: Enforce the maximum font size.

Trying to set the font size to a value larger than 1638
in points (yHeightCharPtsMost) using EM_SETCHARFORMAT will cause it to be
set to actually set to the maximum.

15 years agorichedit: Spelling fixes.
Aurimas Fischer [Fri, 11 Jul 2008 19:38:07 +0000 (22:38 +0300)] 
richedit: Spelling fixes.

15 years agoquartz: Fix reference leak in avi splitter on end of stream.
Maarten Lankhorst [Fri, 11 Jul 2008 18:20:47 +0000 (11:20 -0700)] 
quartz: Fix reference leak in avi splitter on end of stream.

15 years agoquartz: Only allocate 1 buffer in transform filter.
Maarten Lankhorst [Fri, 11 Jul 2008 18:20:23 +0000 (11:20 -0700)] 
quartz: Only allocate 1 buffer in transform filter.

15 years agoquartz: Fix memory and sample leaks.
Maarten Lankhorst [Fri, 11 Jul 2008 17:51:25 +0000 (10:51 -0700)] 
quartz: Fix memory and sample leaks.

15 years agoquartz: Fix incorrect use of mtCurrent in transform filter.
Maarten Lankhorst [Fri, 11 Jul 2008 04:41:35 +0000 (21:41 -0700)] 
quartz: Fix incorrect use of mtCurrent in transform filter.

15 years agowinhelp: Double clicking in the index list should open the page.
Eric Pouech [Sat, 12 Jul 2008 08:37:38 +0000 (10:37 +0200)] 
winhelp: Double clicking in the index list should open the page.

15 years agowinhelp: Constify the internal .hlp file parsing.
Eric Pouech [Sat, 12 Jul 2008 08:37:31 +0000 (10:37 +0200)] 
winhelp: Constify the internal .hlp file parsing.

15 years agowinhelp: Move the check about correct RLE decoding inside the decoding routine itself.
Eric Pouech [Sat, 12 Jul 2008 08:37:25 +0000 (10:37 +0200)] 
winhelp: Move the check about correct RLE decoding inside the decoding routine itself.

15 years agowinhelp: Allow MACRO_Execute to be called recursively.
Eric Pouech [Sat, 12 Jul 2008 08:37:19 +0000 (10:37 +0200)] 
winhelp: Allow MACRO_Execute to be called recursively.

15 years agowinhelp: Implemented SetPopupColor macro.
Eric Pouech [Sat, 12 Jul 2008 08:37:08 +0000 (10:37 +0200)] 
winhelp: Implemented SetPopupColor macro.

15 years agowinhelp: Implemented SetHelpOnFile macro.
Eric Pouech [Sat, 12 Jul 2008 08:37:01 +0000 (10:37 +0200)] 
winhelp: Implemented SetHelpOnFile macro.

15 years agowinhelp: Fixed memory leak in macro handling.
Eric Pouech [Sat, 12 Jul 2008 08:36:55 +0000 (10:36 +0200)] 
winhelp: Fixed memory leak in macro handling.

15 years agowinhelp: Pick nicer fonts for buttons.
Eric Pouech [Sat, 12 Jul 2008 08:36:49 +0000 (10:36 +0200)] 
winhelp: Pick nicer fonts for buttons.

15 years agocomctl32: Free the trackbar tics.
James Hawkins [Sat, 12 Jul 2008 00:57:22 +0000 (19:57 -0500)] 
comctl32: Free the trackbar tics.

15 years agocomctl32: Explicity set the number of tics before testing tic placement.
James Hawkins [Sat, 12 Jul 2008 00:37:21 +0000 (19:37 -0500)] 
comctl32: Explicity set the number of tics before testing tic placement.

15 years agows2_32: Remove unneeded address-of operators from array names.
Andrew Talbot [Sat, 12 Jul 2008 19:37:39 +0000 (20:37 +0100)] 
ws2_32: Remove unneeded address-of operators from array names.

15 years agowintrust: Remove unneeded address-of operators from array names.
Andrew Talbot [Sat, 12 Jul 2008 19:37:34 +0000 (20:37 +0100)] 
wintrust: Remove unneeded address-of operators from array names.

15 years agowininet: Remove unneeded address-of operators from array names.
Andrew Talbot [Sat, 12 Jul 2008 19:37:31 +0000 (20:37 +0100)] 
wininet: Remove unneeded address-of operators from array names.

15 years agowinex11.drv: Remove unneeded address-of operators from array names.
Andrew Talbot [Sat, 12 Jul 2008 19:37:27 +0000 (20:37 +0100)] 
winex11.drv: Remove unneeded address-of operators from array names.

15 years agowinejoystick.drv: Remove unneeded address-of operator from array name.
Andrew Talbot [Sat, 12 Jul 2008 19:37:24 +0000 (20:37 +0100)] 
winejoystick.drv: Remove unneeded address-of operator from array name.

15 years agowinedos: Remove unneeded address-of operators from array names.
Andrew Talbot [Fri, 11 Jul 2008 20:58:38 +0000 (21:58 +0100)] 
winedos: Remove unneeded address-of operators from array names.

15 years agowined3d: Remove unneeded address-of operators from array names.
Andrew Talbot [Fri, 11 Jul 2008 20:58:34 +0000 (21:58 +0100)] 
wined3d: Remove unneeded address-of operators from array names.

15 years agouser32: Remove unneeded address-of operators from array names.
Andrew Talbot [Fri, 11 Jul 2008 20:58:31 +0000 (21:58 +0100)] 
user32: Remove unneeded address-of operators from array names.

15 years agoshlwapi: Remove unneeded address-of operator from array name.
Andrew Talbot [Fri, 11 Jul 2008 20:58:28 +0000 (21:58 +0100)] 
shlwapi: Remove unneeded address-of operator from array name.

15 years agosetupapi: Remove unneeded address-of operator from array name.
Andrew Talbot [Fri, 11 Jul 2008 20:58:21 +0000 (21:58 +0100)] 
setupapi: Remove unneeded address-of operator from array name.

15 years agorpcrt4: Remove unneeded address-of operator from array name.
Andrew Talbot [Fri, 11 Jul 2008 20:58:18 +0000 (21:58 +0100)] 
rpcrt4: Remove unneeded address-of operator from array name.

15 years agomshtml: Added IHTMLElement2::getElementsByTagName tests.
Jacek Caban [Fri, 11 Jul 2008 21:45:22 +0000 (23:45 +0200)] 
mshtml: Added IHTMLElement2::getElementsByTagName tests.

15 years agomshtml: Added IHTMLElement2::getElementsByTagName implementation.
Jacek Caban [Fri, 11 Jul 2008 21:45:04 +0000 (23:45 +0200)] 
mshtml: Added IHTMLElement2::getElementsByTagName implementation.

15 years agomshtml: Allow timers to be cleaned during processing.
Jacek Caban [Fri, 11 Jul 2008 21:44:38 +0000 (23:44 +0200)] 
mshtml: Allow timers to be cleaned during processing.

15 years agomsxml3: Fix compile without xml headers.
Alexandre Julliard [Mon, 14 Jul 2008 09:48:37 +0000 (11:48 +0200)] 
msxml3: Fix compile without xml headers.

15 years agorpcrt4: Ignore the return value of functions when unmarshalling a pickled procedure.
Rob Shearman [Thu, 24 Apr 2008 13:30:59 +0000 (14:30 +0100)] 
rpcrt4: Ignore the return value of functions when unmarshalling a pickled procedure.

15 years agorpcrt4: Implement MesDecodeBufferHandleCreate and MesEncodeFixedBufferHandleCreate.
Rob Shearman [Mon, 5 Nov 2007 11:21:09 +0000 (11:21 +0000)] 
rpcrt4: Implement MesDecodeBufferHandleCreate and MesEncodeFixedBufferHandleCreate.

15 years agorpcrt4: Implement NdrMesProcEncodeDecode.
Rob Shearman [Mon, 5 Nov 2007 11:16:43 +0000 (11:16 +0000)] 
rpcrt4: Implement NdrMesProcEncodeDecode.

15 years agorpcrt4: Implement MesEncodeIncrementalHandleCreate, MesDecodeIncrementalHandleCreate...
Rob Shearman [Sun, 4 Nov 2007 23:10:32 +0000 (23:10 +0000)] 
rpcrt4: Implement MesEncodeIncrementalHandleCreate, MesDecodeIncrementalHandleCreate, MesIncrementalHandleReset and MesHandleFree.

15 years agowined3d: Remove some dead code.
Stefan Dösinger [Fri, 4 Jul 2008 22:43:57 +0000 (17:43 -0500)] 
wined3d: Remove some dead code.

15 years agowined3d: Separate texture_activate_dimensions.
Stefan Dösinger [Fri, 4 Jul 2008 22:25:23 +0000 (17:25 -0500)] 
wined3d: Separate texture_activate_dimensions.

This creates an nvts version of this function, and removes the nvts
code from the original one. The nvts version is used by the nvts
pipeline implementation, the original one by the nvrc-only, atifs and
ffp one.