wine
18 years agowined3d: Clean up drawPrimitive/drawPrimitiveDrawStrided.
Ivan Gyurdiev [Tue, 4 Jul 2006 09:08:39 +0000 (03:08 -0600)] 
wined3d: Clean up drawPrimitive/drawPrimitiveDrawStrided.

18 years agowined3d: Implement FVF to DECL9 conversion (with tests).
Ivan Gyurdiev [Tue, 4 Jul 2006 08:53:13 +0000 (02:53 -0600)] 
wined3d: Implement FVF to DECL9 conversion (with tests).

18 years agowined3d: Move register count pass to SetFunction.
Ivan Gyurdiev [Tue, 4 Jul 2006 08:01:46 +0000 (02:01 -0600)] 
wined3d: Move register count pass to SetFunction.

Move semantics pointers out of the reg_maps, make them persistent data
in the shader (again, for future software shaders).

18 years agowined3d: Fix STREAM flag override.
Ivan Gyurdiev [Tue, 4 Jul 2006 07:27:25 +0000 (01:27 -0600)] 
wined3d: Fix STREAM flag override.

18 years agowined3d: Add missing PSIZE register for decl8->9 conversion.
Ivan Gyurdiev [Tue, 4 Jul 2006 07:25:11 +0000 (01:25 -0600)] 
wined3d: Add missing PSIZE register for decl8->9 conversion.

18 years agowined3d: Allow mix of SW vertex and GLSL pixel shader.
Ivan Gyurdiev [Tue, 4 Jul 2006 07:23:18 +0000 (01:23 -0600)] 
wined3d: Allow mix of SW vertex and GLSL pixel shader.

Do not attach non-GLSL shaders to the GLSL program, that will cause a
crash. Mix with ARB shaders is never going to happen, because the
selection code will always choose GLSL for both or ARB for both.

18 years agowined3d: Rework shader mode selection.
Ivan Gyurdiev [Tue, 4 Jul 2006 07:21:53 +0000 (01:21 -0600)] 
wined3d: Rework shader mode selection.

- currently half the shader selection code (GLSL vs ARB) is in
fillGLcaps. The parts that check for software shaders are in
GetDeviceCaps. That placement, will work, but is definitely not optimal.
FillGLcaps should detect support - it should not make decision as to
what's used, because that's not what the purpose of the function is.
GetDeviceCaps should report support as it has already been selected.
Instead, select shader mode in its own function, called in the
appropriate places.

- unifying pixel and vertex shaders into a single selection is a
mistake. A software vertex shader can be coupled with a hardware arb or
glsl pixel shader, or no shader at all. Split them back into two and add
a SHADER_NONE variant.

- drawprim is doing support checks for ARB_PROGRAM, and making shader
decisions based on that - that's wrong, support has already been
checked, and decided upon, and shaders can be implemented via software,
ARB_PROGRAm or GLSL, so that support check isn't valid.

- Store the shader selected mode into the shader itself. Different types
of shaders can be combined, so this is an improvement. In fact, storing
the mode into the settings globally is a mistake as well - it should be
done per device, since different cards have different capabilities.

18 years agoshdocvw: Added test of IProvideClassInfo.
Jacek Caban [Thu, 6 Jul 2006 10:29:14 +0000 (12:29 +0200)] 
shdocvw: Added test of IProvideClassInfo.

18 years agomsi: Features may be published but absent.
Mike McCormack [Thu, 6 Jul 2006 10:01:50 +0000 (19:01 +0900)] 
msi: Features may be published but absent.

18 years agomsi: Add a test for MsiGetComponentPath and make it pass.
Mike McCormack [Thu, 6 Jul 2006 10:01:11 +0000 (19:01 +0900)] 
msi: Add a test for MsiGetComponentPath and make it pass.

18 years agomsi: Use msi_strcpy_to_awstring to return the string in MsiComponentGetPath.
Mike McCormack [Thu, 6 Jul 2006 10:00:45 +0000 (19:00 +0900)] 
msi: Use msi_strcpy_to_awstring to return the string in MsiComponentGetPath.

18 years agoconfigure: Allow relocation on x86_64.
Ge van Geldorp [Fri, 30 Jun 2006 19:37:34 +0000 (21:37 +0200)] 
configure: Allow relocation on x86_64.

18 years agomshtml: Added get_text implementation.
Jacek Caban [Wed, 5 Jul 2006 20:38:20 +0000 (22:38 +0200)] 
mshtml: Added get_text implementation.

18 years agomshtml: Added createRange implementation.
Jacek Caban [Wed, 5 Jul 2006 20:38:15 +0000 (22:38 +0200)] 
mshtml: Added createRange implementation.

18 years agomshtml: Added get_type implementation.
Jacek Caban [Wed, 5 Jul 2006 20:38:04 +0000 (22:38 +0200)] 
mshtml: Added get_type implementation.

18 years agomshtml: Added get_selection implementation.
Jacek Caban [Wed, 5 Jul 2006 20:37:39 +0000 (22:37 +0200)] 
mshtml: Added get_selection implementation.

18 years agomshtml: Return S_OK in Exec(IDM_BASELINEFONT3).
Jacek Caban [Wed, 5 Jul 2006 20:37:16 +0000 (22:37 +0200)] 
mshtml: Return S_OK in Exec(IDM_BASELINEFONT3).

18 years agowined3d: Flip WINED3DFMT_R8G8B8 to GL_RGB.
Stefan Dösinger [Wed, 5 Jul 2006 16:31:38 +0000 (18:31 +0200)] 
wined3d: Flip WINED3DFMT_R8G8B8 to GL_RGB.

18 years agomsi: Forward MsiUseFeature to MsiUseFeatureEx.
Mike McCormack [Wed, 5 Jul 2006 09:34:13 +0000 (18:34 +0900)] 
msi: Forward MsiUseFeature to MsiUseFeatureEx.

18 years agofonts: Fix a copy/paste bug preventing correct generation of the
Dmitry Timoshkov [Wed, 5 Jul 2006 05:38:12 +0000 (14:38 +0900)] 
fonts: Fix a copy/paste bug preventing correct generation of the
System font for codepages 1256 and 1257.

18 years agowininet: Error out if hInternet is a bad handle.
James Hawkins [Mon, 3 Jul 2006 21:08:11 +0000 (14:08 -0700)] 
wininet: Error out if hInternet is a bad handle.

18 years agowininet: Use a blank password if none is provided in FTP_Connect.
James Hawkins [Mon, 3 Jul 2006 21:09:03 +0000 (14:09 -0700)] 
wininet: Use a blank password if none is provided in FTP_Connect.

18 years agocomdlg32: Add initial test.
Detlef Riekenberg [Mon, 3 Jul 2006 20:55:53 +0000 (22:55 +0200)] 
comdlg32: Add initial test.

18 years agocryptnet: Add .gitignore.
Bang Jun-Young [Sun, 2 Jul 2006 08:50:22 +0000 (17:50 +0900)] 
cryptnet: Add .gitignore.

18 years agouser/tests: Write-strings warnings fix.
Andrew Talbot [Sun, 2 Jul 2006 13:35:20 +0000 (14:35 +0100)] 
user/tests: Write-strings warnings fix.

18 years agomapi32: Write-strings warnings fix.
Andrew Talbot [Mon, 3 Jul 2006 20:23:15 +0000 (21:23 +0100)] 
mapi32: Write-strings warnings fix.

18 years agowininet.h: Add extra error code.
Paul Vriens [Tue, 4 Jul 2006 14:26:47 +0000 (16:26 +0200)] 
wininet.h: Add extra error code.

18 years agodxdiagn: Fix TRACE/FIXME formats.
Robert Reif [Tue, 4 Jul 2006 13:59:53 +0000 (09:59 -0400)] 
dxdiagn: Fix TRACE/FIXME formats.

18 years agocomctl32: listview: Recompute header size after an insertion of a column.
Mikołaj Zalewski [Mon, 3 Jul 2006 20:09:19 +0000 (22:09 +0200)] 
comctl32: listview: Recompute header size after an insertion of a column.

18 years agontdll: Fix possible TRACE crash.
Paul Vriens [Mon, 3 Jul 2006 12:20:40 +0000 (14:20 +0200)] 
ntdll: Fix possible TRACE crash.

18 years agooleaut: Implement processing of modules for SLTG typelibs.
Robert Shearman [Mon, 3 Jul 2006 12:54:50 +0000 (13:54 +0100)] 
oleaut: Implement processing of modules for SLTG typelibs.

Set funckind when processing SLTG functions.

18 years agooleaut: Improve SLTG var support.
Robert Shearman [Mon, 3 Jul 2006 12:54:38 +0000 (13:54 +0100)] 
oleaut: Improve SLTG var support.

Pass both the start of the block and the offset to the first item into
SLTG_DoVars as they may be different.
Process 0xfffe offsets for variable names - this means to use the
previous name.
Add support for parsing the optional varflags field.

18 years agooleaut: Fix function support for SLTG dispinterfaces.
Robert Shearman [Mon, 3 Jul 2006 12:54:34 +0000 (13:54 +0100)] 
oleaut: Fix function support for SLTG dispinterfaces.

18 years agooleaut: Move the processing of functions in SLTG typelibs into a
Robert Shearman [Mon, 3 Jul 2006 12:54:29 +0000 (13:54 +0100)] 
oleaut: Move the processing of functions in SLTG typelibs into a
separate function and use it when processing dispinterfaces.

18 years agooleaut: Move the initialisation of memidConstructor and
Robert Shearman [Mon, 3 Jul 2006 12:54:21 +0000 (13:54 +0100)] 
oleaut: Move the initialisation of memidConstructor and
memidDestructor of type infos to the common ITypeInfo creation
function.

Remove the WARN message as this functionality isn't implemented in
native either.

18 years agooleaut: Process references for SLTG dispatch types.
Robert Shearman [Mon, 3 Jul 2006 12:54:16 +0000 (13:54 +0100)] 
oleaut: Process references for SLTG dispatch types.

18 years agooleaut: Abstract out the processing of variables in SLTG typelib components to a...
Robert Shearman [Mon, 3 Jul 2006 12:54:01 +0000 (13:54 +0100)] 
oleaut: Abstract out the processing of variables in SLTG typelib components to a common function.

18 years agooleaut: Process references when parsing SLTG alias types.
Robert Shearman [Mon, 3 Jul 2006 12:53:57 +0000 (13:53 +0100)] 
oleaut: Process references when parsing SLTG alias types.

18 years agooleaut: Rename SLTG_DoType to SLTG_DoElem and split out the common TYPEDESC generatin...
Robert Shearman [Mon, 3 Jul 2006 12:53:52 +0000 (13:53 +0100)] 
oleaut: Rename SLTG_DoType to SLTG_DoElem and split out the common TYPEDESC generating code to SLTG_DoType.

Process SLTG alias types with SLTG_DoType as the data is stored in the
same format as in other components of the typelib.

18 years agooleaut: The SLTG_MemberHeader and SLTG_TypeInfoTail structures are
Robert Shearman [Mon, 3 Jul 2006 12:53:48 +0000 (13:53 +0100)] 
oleaut: The SLTG_MemberHeader and SLTG_TypeInfoTail structures are
common to all elements, so move the processing of these from the
individual element processing.

Improve SLTG alias processing.

18 years agooleaut: Document some more members of SLTG_TypeInfoTail.
Robert Shearman [Mon, 3 Jul 2006 12:53:44 +0000 (13:53 +0100)] 
oleaut: Document some more members of SLTG_TypeInfoTail.

18 years agoadvapi32: Fix the service function being called when extended is
Robert Shearman [Mon, 3 Jul 2006 12:49:10 +0000 (13:49 +0100)] 
advapi32: Fix the service function being called when extended is
either set or not set (reported by Andrey Turkin).

18 years agorpcrt4: Don't advance the buffer for FC_STRUCTPAD2.
Huw Davies [Mon, 3 Jul 2006 20:52:48 +0000 (21:52 +0100)] 
rpcrt4: Don't advance the buffer for FC_STRUCTPAD2.

18 years agowinex11.drv: Update Lithuanian keyboard layout to better match the X11 one.
Dmitry Timoshkov [Tue, 4 Jul 2006 04:57:48 +0000 (13:57 +0900)] 
winex11.drv: Update Lithuanian keyboard layout to better match the X11 one.

18 years agoAvoid non-portable WCHAR[] constructs.
Dmitry Timoshkov [Mon, 3 Jul 2006 10:54:10 +0000 (19:54 +0900)] 
Avoid non-portable WCHAR[] constructs.

18 years agowined3d: Add a function to print out D3DDECLUSAGE9 values.
Ivan Gyurdiev [Mon, 3 Jul 2006 06:11:15 +0000 (00:11 -0600)] 
wined3d: Add a function to print out D3DDECLUSAGE9 values.

18 years agowined3d: Fix faulty DCL trace.
Ivan Gyurdiev [Mon, 3 Jul 2006 06:03:47 +0000 (00:03 -0600)] 
wined3d: Fix faulty DCL trace.

18 years agowined3d: Resync ARB mnxn function with GLSL mnxn function.
Ivan Gyurdiev [Mon, 3 Jul 2006 01:29:46 +0000 (19:29 -0600)] 
wined3d: Resync ARB mnxn function with GLSL mnxn function.

18 years agowined3d: Use shader_get_regtype() in register counting pass.
Ivan Gyurdiev [Mon, 3 Jul 2006 01:28:25 +0000 (19:28 -0600)] 
wined3d: Use shader_get_regtype() in register counting pass.

18 years agowined3d: Move SHADER_ARB code into arb_program_shader.c.
Ivan Gyurdiev [Mon, 3 Jul 2006 01:27:15 +0000 (19:27 -0600)] 
wined3d: Move SHADER_ARB code into arb_program_shader.c.

18 years agowined3d: Cleanup: print constants in device code.
Ivan Gyurdiev [Mon, 3 Jul 2006 01:26:03 +0000 (19:26 -0600)] 
wined3d: Cleanup: print constants in device code.

18 years agod3d9: Fix FVF POSITION mask.
Ivan Gyurdiev [Mon, 3 Jul 2006 06:10:24 +0000 (00:10 -0600)] 
d3d9: Fix FVF POSITION mask.

18 years agooleview: Added next field to TypeLib viewer treeview control.
Piotr Caban [Sun, 2 Jul 2006 17:44:39 +0000 (19:44 +0200)] 
oleview: Added next field to TypeLib viewer treeview control.

18 years agooleview: Improved type handling in TypeLib viewer.
Piotr Caban [Sun, 2 Jul 2006 17:43:30 +0000 (19:43 +0200)] 
oleview: Improved type handling in TypeLib viewer.

18 years agooleview: Added open TypeLib file functionality.
Piotr Caban [Sun, 2 Jul 2006 11:04:26 +0000 (13:04 +0200)] 
oleview: Added open TypeLib file functionality.

18 years agooleview: Added type displaying in TypeLib Viewer.
Piotr Caban [Sun, 2 Jul 2006 11:03:09 +0000 (13:03 +0200)] 
oleview: Added type displaying in TypeLib Viewer.

18 years agowcmd: Modify option parser to allow compound options.
Thomas Kho [Sat, 1 Jul 2006 02:02:31 +0000 (21:02 -0500)] 
wcmd: Modify option parser to allow compound options.

18 years agowinmm/winealsa: Write-strings warning fix.
Andrew Talbot [Sun, 2 Jul 2006 13:45:06 +0000 (14:45 +0100)] 
winmm/winealsa: Write-strings warning fix.

18 years agotaskmgr: Write-strings warnings fix.
Andrew Talbot [Sat, 1 Jul 2006 21:57:26 +0000 (22:57 +0100)] 
taskmgr: Write-strings warnings fix.

18 years agocomctl32/tests: Write-strings warnings fix.
Andrew Talbot [Fri, 30 Jun 2006 18:01:00 +0000 (19:01 +0100)] 
comctl32/tests: Write-strings warnings fix.

18 years agoregedit: Write-strings warnings fix.
Andrew Talbot [Thu, 29 Jun 2006 22:18:08 +0000 (23:18 +0100)] 
regedit: Write-strings warnings fix.

18 years agomapi32: Use kernel32 functions instead of the ntdll ones.
Hervé Poussineau [Fri, 30 Jun 2006 19:34:09 +0000 (21:34 +0200)] 
mapi32: Use kernel32 functions instead of the ntdll ones.

18 years agoshdocvw: Get rid of Mozilla ActiveX control dependency.
Jacek Caban [Fri, 30 Jun 2006 21:40:54 +0000 (23:40 +0200)] 
shdocvw: Get rid of Mozilla ActiveX control dependency.

18 years agomshtml: Added beginning IDM_BROWSEMODE implementation.
Jacek Caban [Fri, 30 Jun 2006 21:44:04 +0000 (23:44 +0200)] 
mshtml: Added beginning IDM_BROWSEMODE implementation.

18 years agowine.inf: Set gecko url to activate Wine Gecko installer.
Jacek Caban [Fri, 30 Jun 2006 21:39:38 +0000 (23:39 +0200)] 
wine.inf: Set gecko url to activate Wine Gecko installer.

18 years agomshtml: Add trailing '\' to gecko_path if needed.
Jacek Caban [Fri, 30 Jun 2006 21:38:43 +0000 (23:38 +0200)] 
mshtml: Add trailing '\' to gecko_path if needed.

18 years agowinedbg: Implement be_x86_64_init_registers.
Ge van Geldorp [Fri, 30 Jun 2006 19:37:41 +0000 (21:37 +0200)] 
winedbg: Implement be_x86_64_init_registers.

18 years agoinclude/msvcrt: Make sure size_t is properly defined for 64-bit.
Ge van Geldorp [Fri, 30 Jun 2006 19:37:39 +0000 (21:37 +0200)] 
include/msvcrt: Make sure size_t is properly defined for 64-bit.

18 years agowinedbg: Adjust the parameters of the backend read/write routines to
Ge van Geldorp [Fri, 30 Jun 2006 19:37:38 +0000 (21:37 +0200)] 
winedbg: Adjust the parameters of the backend read/write routines to
match those of ReadProcessMemory/WriteProcessMemory, since those are
the ones actually used.

18 years agoserver: The "select" call passes handles, not ints.
Ge van Geldorp [Fri, 30 Jun 2006 19:37:36 +0000 (21:37 +0200)] 
server: The "select" call passes handles, not ints.

18 years agoshell32: Add an icon for delete confirmation.
Mikołaj Zalewski [Fri, 30 Jun 2006 20:50:28 +0000 (22:50 +0200)] 
shell32: Add an icon for delete confirmation.

18 years agoshell32: Allow for custom icons in confirmation messages.
Mikołaj Zalewski [Fri, 30 Jun 2006 20:47:12 +0000 (22:47 +0200)] 
shell32: Allow for custom icons in confirmation messages.

18 years agoshell32: Pass the correct parent hwnd to confirmation dialogs.
Mikołaj Zalewski [Fri, 30 Jun 2006 20:43:12 +0000 (22:43 +0200)] 
shell32: Pass the correct parent hwnd to confirmation dialogs.

18 years agoshell32: Remove the now unused SHELL_DeleteFileW.
Mikołaj Zalewski [Fri, 30 Jun 2006 20:40:23 +0000 (22:40 +0200)] 
shell32: Remove the now unused SHELL_DeleteFileW.

18 years agooleaut32: Fix parsing of hex numbers with 'e' in the string by moving
Robert Shearman [Sat, 1 Jul 2006 12:28:52 +0000 (13:28 +0100)] 
oleaut32: Fix parsing of hex numbers with 'e' in the string by moving
the exponent parsing to after the hex digit parsing.

18 years agoadvapi32: Implement RegisterServiceCtrlHandleExW.
Robert Shearman [Fri, 30 Jun 2006 10:06:59 +0000 (11:06 +0100)] 
advapi32: Implement RegisterServiceCtrlHandleExW.

18 years agosetupapi/tests: Add trailing '\n's to ok() calls.
Andrew Talbot [Fri, 30 Jun 2006 17:15:10 +0000 (18:15 +0100)] 
setupapi/tests: Add trailing '\n's to ok() calls.

18 years agoUse the return value of register_key_guid.
Paul Vriens [Thu, 29 Jun 2006 14:04:05 +0000 (16:04 +0200)] 
Use the return value of register_key_guid.

18 years agooleview: Added base TypeLib Viewer menu functionality.
Piotr Caban [Fri, 30 Jun 2006 16:43:40 +0000 (18:43 +0200)] 
oleview: Added base TypeLib Viewer menu functionality.

18 years agooleview: Added status bar to TypeLib Viewer.
Piotr Caban [Fri, 30 Jun 2006 16:42:14 +0000 (18:42 +0200)] 
oleview: Added status bar to TypeLib Viewer.

18 years agooleview: Added TypeLib Viewer base.
Piotr Caban [Fri, 30 Jun 2006 15:29:56 +0000 (17:29 +0200)] 
oleview: Added TypeLib Viewer base.

- Added TypeLib Viewer base.
- Fixed multiple instance of pane window functionality.
- Added field with TypeLib path to ITEM_INFO structure.

18 years agowined3d: Perform sanity checks on the rectangle in LockRect.
Stefan Dösinger [Thu, 29 Jun 2006 19:13:12 +0000 (21:13 +0200)] 
wined3d: Perform sanity checks on the rectangle in LockRect.

18 years agoddraw: Added missing '\n' in debug traces.
Piotr Caban [Fri, 30 Jun 2006 11:40:05 +0000 (13:40 +0200)] 
ddraw: Added missing '\n' in debug traces.

18 years agoquartz: Fixed crash in releasing uninitializes pAlloc and pReader.
Piotr Caban [Fri, 30 Jun 2006 11:37:19 +0000 (13:37 +0200)] 
quartz: Fixed crash in releasing uninitializes pAlloc and pReader.

18 years agoole32: When CoLockObjectExternal with fLock=TRUE is used on an object
Robert Shearman [Fri, 30 Jun 2006 10:07:43 +0000 (11:07 +0100)] 
ole32: When CoLockObjectExternal with fLock=TRUE is used on an object
that hasn't yet been marshaled then it should create a new stub
manager.

18 years agooleaut32: Fix a typo where the FIXME doesn't match the code.
Robert Shearman [Fri, 30 Jun 2006 10:07:26 +0000 (11:07 +0100)] 
oleaut32: Fix a typo where the FIXME doesn't match the code.

18 years agorpcrt4: Add a stub for RpcMgmtSetServerStackSize.
Robert Shearman [Fri, 30 Jun 2006 10:07:07 +0000 (11:07 +0100)] 
rpcrt4: Add a stub for RpcMgmtSetServerStackSize.

18 years agoadvapi32: Implement RegDisablePredefinedCache.
Robert Shearman [Fri, 30 Jun 2006 10:06:48 +0000 (11:06 +0100)] 
advapi32: Implement RegDisablePredefinedCache.

18 years agontdll: Fix return codes for NtCreateKey (with tests).
Paul Vriens [Fri, 30 Jun 2006 07:04:03 +0000 (09:04 +0200)] 
ntdll: Fix return codes for NtCreateKey (with tests).

18 years agoshlwapi: Add tests for PathFindExtensionA.
James Hawkins [Thu, 29 Jun 2006 20:33:18 +0000 (13:33 -0700)] 
shlwapi: Add tests for PathFindExtensionA.

18 years agoshlwapi: Add tests for PathCanonicalize.
James Hawkins [Thu, 29 Jun 2006 20:33:05 +0000 (13:33 -0700)] 
shlwapi: Add tests for PathCanonicalize.

18 years agoshell32: Use SHFileOperationW to delete files.
Mikołaj Zalewski [Thu, 29 Jun 2006 19:03:41 +0000 (21:03 +0200)] 
shell32: Use SHFileOperationW to delete files.

18 years agoshell32/tests: Comment out a test that crashes on windows nt 4.0.
Ivan Leo [Thu, 29 Jun 2006 18:51:49 +0000 (19:51 +0100)] 
shell32/tests: Comment out a test that crashes on windows nt 4.0.

18 years agoddraw: Fix some material related bugs.
Stefan Dösinger [Thu, 29 Jun 2006 12:20:39 +0000 (14:20 +0200)] 
ddraw: Fix some material related bugs.

18 years agoddraw: Matrix values in the execute buffer are handles.
Stefan Dösinger [Thu, 29 Jun 2006 12:15:03 +0000 (14:15 +0200)] 
ddraw: Matrix values in the execute buffer are handles.

18 years agowinex11.drv: Update window's full screen state on the resolution
Dmitry Timoshkov [Thu, 29 Jun 2006 08:44:53 +0000 (17:44 +0900)] 
winex11.drv: Update window's full screen state on the resolution
change as well as on the window resize event.

18 years agoinclude: Move appropriate parts of winpos.h to winuser.h and win.h,
Dmitry Timoshkov [Thu, 29 Jun 2006 08:11:55 +0000 (17:11 +0900)] 
include: Move appropriate parts of winpos.h to winuser.h and win.h,
remove winpos.h afterwards.

18 years agocryptnet: Implement a stub cryptnet dll.
Maarten Lankhorst [Wed, 28 Jun 2006 14:51:41 +0000 (16:51 +0200)] 
cryptnet: Implement a stub cryptnet dll.

18 years agoregedit: Update status bar after editing key name.
Juan Lang [Thu, 29 Jun 2006 01:06:39 +0000 (18:06 -0700)] 
regedit: Update status bar after editing key name.

18 years agowined3d: Fix a few GLSL shader instruction translations.
Jason Green [Wed, 28 Jun 2006 22:32:47 +0000 (18:32 -0400)] 
wined3d: Fix a few GLSL shader instruction translations.

This fixes the translations for a few instructions in GLSL and allows
Cubemap sampling in pixel shaders < 2.0.  It makes some of the
lighting on textures in Half Life 2 look better, including some of the
water effects.  It's not perfect yet, but much closer now.