H. Verbeet [Mon, 15 Jan 2007 18:33:06 +0000 (19:33 +0100)]
wined3d: Rewrite shader_glsl_rcp() to properly take the write mask into account.
H. Verbeet [Mon, 15 Jan 2007 18:33:01 +0000 (19:33 +0100)]
wined3d: Rewrite shader_glsl_expp() to properly take the write mask into account.
H. Verbeet [Mon, 15 Jan 2007 18:32:54 +0000 (19:32 +0100)]
wined3d: Rewrite shader_glsl_cnd() to properly take the write mask into account.
Take the difference between ps 1.4 and earlier versions into account.
H. Verbeet [Mon, 15 Jan 2007 18:32:48 +0000 (19:32 +0100)]
wined3d: Rewrite shader_glsl_cmp() to properly take the write mask into account.
H. Verbeet [Mon, 15 Jan 2007 18:32:40 +0000 (19:32 +0100)]
wined3d: Rewrite shader_glsl_lrp() to properly take the write mask into account, use the GLSL mix instruction.
H. Verbeet [Mon, 15 Jan 2007 18:32:33 +0000 (19:32 +0100)]
wined3d: Pass the correct mask to shader_glsl_add_src_param() in shader_glsl_lit().
H. Verbeet [Mon, 15 Jan 2007 18:32:27 +0000 (19:32 +0100)]
wined3d: Rewrite shader_glsl_mov() to properly take the write mask into account.
In case of writing to an address register round the source.
H. Verbeet [Mon, 15 Jan 2007 18:32:20 +0000 (19:32 +0100)]
wined3d: Rewrite pshader_glsl_dp2add() to properly take the write mask into account.
H. Verbeet [Mon, 15 Jan 2007 18:32:13 +0000 (19:32 +0100)]
wined3d: Rewrite shader_glsl_dot() to properly take the write mask into account.
H. Verbeet [Mon, 15 Jan 2007 18:32:07 +0000 (19:32 +0100)]
wined3d: Rewrite shader_glsl_map2gl() to properly take the write mask into account.
H. Verbeet [Mon, 15 Jan 2007 18:31:56 +0000 (19:31 +0100)]
wined3d: Give WINED3DSIO_CRS its own function, properly take the write mask into account.
H. Verbeet [Mon, 15 Jan 2007 18:31:49 +0000 (19:31 +0100)]
wined3d: Move WINED3DSIO_SGE & WINED3DSIO_SLT from shader_glsl_map2gl() to shader_glsl_compare() where they belong.
Properly take the write mask into account
H. Verbeet [Mon, 15 Jan 2007 18:31:37 +0000 (19:31 +0100)]
wined3d: Rewrite shader_glsl_mad() to properly take the write mask into account.
H. Verbeet [Mon, 15 Jan 2007 18:31:31 +0000 (19:31 +0100)]
wined3d: Rewrite shader_glsl_arith() to properly take the write mask into account.
H. Verbeet [Mon, 15 Jan 2007 18:31:25 +0000 (19:31 +0100)]
wined3d: Rewrite shader_glsl_sincos() to properly take the write mask into account.
The write mask can only be one of .x, .y, .xy
H. Verbeet [Mon, 15 Jan 2007 18:31:17 +0000 (19:31 +0100)]
wined3d: Pass the correct mask to shader_glsl_add_src_param() in shader_glsl_get_register_name().
H. Verbeet [Mon, 15 Jan 2007 18:31:06 +0000 (19:31 +0100)]
wined3d: Pass a mask to shader_glsl_add_src_param().
H. Verbeet [Mon, 15 Jan 2007 18:30:59 +0000 (19:30 +0100)]
wined3d: Rename shader_glsl_add_dst() to shader_glsl_add_dst_old(), add shader_glsl_append_dst().
H. Verbeet [Mon, 15 Jan 2007 18:30:41 +0000 (19:30 +0100)]
05/49: wined3d: Only add line numbers for new lines in shader_addline().
H. Verbeet [Mon, 15 Jan 2007 18:30:35 +0000 (19:30 +0100)]
wined3d: Fixup the write mask for gl_FogFragCoord and gl_PointSize.
gl_FogFragCoord and gl_PointSize are floats rather than vec4s in GLSL,
so they shouldn't have a destination swizzle, and the write mask we
return should consist of only the first component.
H. Verbeet [Mon, 15 Jan 2007 18:30:28 +0000 (19:30 +0100)]
wined3d: Return the (binary) write mask from shader_glsl_add_dst_param().
H. Verbeet [Mon, 15 Jan 2007 18:30:20 +0000 (19:30 +0100)]
wined3d: Split shader_glsl_add_param() in shader_glsl_add_src_param() and shader_glsl_add_dst_param().
H. Verbeet [Mon, 15 Jan 2007 18:30:12 +0000 (19:30 +0100)]
wined3d: Add a comment about D3D write masks and GLSL destination swizzles.
Alexandre Julliard [Tue, 16 Jan 2007 15:01:28 +0000 (16:01 +0100)]
ntdll: Added a missing chunk in the NtLockVirtualMemory support.
Thanks to Rob Shearman for noticing this.
Alexandre Julliard [Tue, 16 Jan 2007 15:00:55 +0000 (16:00 +0100)]
wmc: Use standard format for error messages.
Alexandre Julliard [Tue, 16 Jan 2007 11:08:59 +0000 (12:08 +0100)]
msvcrt: Export various locale and codepage variables.
Jonathan Ernst [Mon, 15 Jan 2007 17:27:38 +0000 (18:27 +0100)]
kernel: Beginning of French translation of error messages.
Alexandre Julliard [Tue, 16 Jan 2007 10:43:56 +0000 (11:43 +0100)]
wmc: Added support for neutral languages.
Hans Leidekker [Mon, 15 Jan 2007 18:08:40 +0000 (19:08 +0100)]
snmpapi: Implement SnmpUtilVarBindList{Cpy,Free}.
Kai Blin [Mon, 15 Jan 2007 14:46:31 +0000 (15:46 +0100)]
winetools: Fix installing on distributions without a root password.
Robert Reif [Mon, 15 Jan 2007 14:00:39 +0000 (09:00 -0500)]
dsound: Fix tests for old versions of windows.
Andrew Talbot [Mon, 15 Jan 2007 21:53:23 +0000 (21:53 +0000)]
shell32: Remove unused variable.
Andrew Talbot [Mon, 15 Jan 2007 21:56:05 +0000 (21:56 +0000)]
msvcrt: Move static function from header into file where it is called.
Andrew Talbot [Sat, 13 Jan 2007 20:37:15 +0000 (20:37 +0000)]
oleaut32: Remove unused items.
Detlef Riekenberg [Mon, 15 Jan 2007 04:38:47 +0000 (05:38 +0100)]
winspool/tests: Fix tests for EnumPrinters when the spooler is off.
Detlef Riekenberg [Mon, 15 Jan 2007 04:38:28 +0000 (05:38 +0100)]
winspool: More error checks for XcvDataW.
Detlef Riekenberg [Mon, 15 Jan 2007 04:38:22 +0000 (05:38 +0100)]
winspool: Improve trace for ClosePrinter.
Detlef Riekenberg [Mon, 15 Jan 2007 04:37:24 +0000 (05:37 +0100)]
winspool: Support xcv in AddPortW.
Detlef Riekenberg [Mon, 15 Jan 2007 04:37:20 +0000 (05:37 +0100)]
winspool: Support xcv in DeletePortW.
Detlef Riekenberg [Mon, 15 Jan 2007 04:37:14 +0000 (05:37 +0100)]
winspool/tests: Use a more generic name for a variable.
Mikołaj Zalewski [Sat, 13 Jan 2007 22:51:24 +0000 (23:51 +0100)]
comctl32: toolbar: Recalc the toolbar after a TB_SETIMAGELIST.
Mikołaj Zalewski [Sat, 13 Jan 2007 22:50:23 +0000 (23:50 +0100)]
comctl32: listview: When shrinking the last column clear the now unused field.
Mikołaj Zalewski [Sat, 13 Jan 2007 22:49:23 +0000 (23:49 +0100)]
comctl32: listview: A CDRF_SKIPDEFAULT for an item should skip the whole row.
Alexandre Julliard [Tue, 16 Jan 2007 08:50:08 +0000 (09:50 +0100)]
ntdll: Implemented NtLockVirtualMemory and NtUnlockVirtualMemory.
Alexandre Julliard [Mon, 15 Jan 2007 21:31:07 +0000 (22:31 +0100)]
ntdll: Implementation of inter-process NtFlushVirtualMemory.
Alexandre Julliard [Mon, 15 Jan 2007 21:30:04 +0000 (22:30 +0100)]
ntdll: Implementation of inter-process VirtualProtectEx.
Alexandre Julliard [Mon, 15 Jan 2007 21:28:42 +0000 (22:28 +0100)]
ntdll: Implementation of inter-process VirtualQueryEx.
Alexandre Julliard [Mon, 15 Jan 2007 21:27:40 +0000 (22:27 +0100)]
ntdll: Implementation of inter-process VirtualAllocEx and VirtualFreeEx.
Alexandre Julliard [Mon, 15 Jan 2007 21:26:32 +0000 (22:26 +0100)]
server: Support queuing some APCs to a process instead of a thread.
Alexandre Julliard [Mon, 15 Jan 2007 21:24:40 +0000 (22:24 +0100)]
server: Added mechanism for returning results of APC calls.
Defined APC_VIRTUAL_ALLOC and APC_VIRTUAL_FREE requests.
Alexandre Julliard [Mon, 15 Jan 2007 19:02:05 +0000 (20:02 +0100)]
server: Properly wake the waiting threads when an APC is cancelled.
Alexandre Julliard [Mon, 15 Jan 2007 15:49:08 +0000 (16:49 +0100)]
kernel32: Use the proper codepage for console functions.
Based on a patch by Anatoly Lyutin.
Paul Vriens [Sat, 13 Jan 2007 15:08:55 +0000 (16:08 +0100)]
secur32/tests: Fix compilation for older gcc versions (and MinGW).
Paul Vriens [Sat, 13 Jan 2007 15:08:11 +0000 (16:08 +0100)]
mshtml/tests: Fix compilation for older gcc versions (and MinGW).
Paul Vriens [Sat, 13 Jan 2007 15:07:10 +0000 (16:07 +0100)]
crypt32/tests: Fix compilation for older gcc versions (and MinGW).
Andrew Talbot [Sat, 13 Jan 2007 20:34:13 +0000 (20:34 +0000)]
ntdll: Remove unused function.
Andrew Talbot [Sat, 13 Jan 2007 20:31:01 +0000 (20:31 +0000)]
msvcrt: Declare some items static.
Andrew Talbot [Sat, 13 Jan 2007 20:44:56 +0000 (20:44 +0000)]
msxml3: Remove unused functions.
Hans Leidekker [Sun, 14 Jan 2007 18:20:38 +0000 (19:20 +0100)]
snmpapi: Implement SnmpUtilVarBindCpy.
Hans Leidekker [Sun, 14 Jan 2007 18:20:24 +0000 (19:20 +0100)]
snmpapi: Implement SnmpUtilMem{Alloc,Free,ReAlloc}.
Hans Leidekker [Sun, 14 Jan 2007 18:20:00 +0000 (19:20 +0100)]
snmpapi: Add some missing APIs to the spec file.
Hans Leidekker [Sun, 14 Jan 2007 18:19:52 +0000 (19:19 +0100)]
snmpapi: Implement SnmpUtilOidCpy, SnmpUtilOidFree and SnmpUtilVarBindFree.
Alexandre Julliard [Mon, 15 Jan 2007 12:02:00 +0000 (13:02 +0100)]
loader: Fix git-describe invocation to work with old git versions.
Alexandre Julliard [Mon, 15 Jan 2007 12:01:42 +0000 (13:01 +0100)]
oleaut32/tests: Replace some macros by functions to reduce code size and compile time.
Anatoly Lyutin [Fri, 12 Jan 2007 14:22:39 +0000 (17:22 +0300)]
kernel32: Add details in description function MultiByteToWideChar and WideCharToMultiByte.
Felix Nawothnig [Sun, 14 Jan 2007 16:05:00 +0000 (17:05 +0100)]
kernel32: Forward CopyLZFile() to LZCopy() instead of wrapping it.
Eric Pouech [Sun, 14 Jan 2007 13:29:12 +0000 (14:29 +0100)]
dbghelp: Removed unneeded code from rewrite of .gnu_link handling.
Paul Vriens [Sun, 14 Jan 2007 12:23:45 +0000 (13:23 +0100)]
mpr: Fix typo (Coverity).
Dmitry Timoshkov [Mon, 15 Jan 2007 09:03:11 +0000 (17:03 +0800)]
user32: Remove redundant visibility checks of a maximized MDI child, add an explanation why we do that.
Dmitry Timoshkov [Sun, 14 Jan 2007 12:20:29 +0000 (20:20 +0800)]
user32: Simplify some maximized MDI child checks.
Dmitry Timoshkov [Sun, 14 Jan 2007 12:19:50 +0000 (20:19 +0800)]
user32: Remove MDI_AugmentFrameMenu call from WM_MDICREATE handler.
Dmitry Timoshkov [Sun, 14 Jan 2007 12:17:07 +0000 (20:17 +0800)]
winex11.drv: Fix the typos in the fullscreen state debug trace.
Dmitry Timoshkov [Sun, 14 Jan 2007 12:16:42 +0000 (20:16 +0800)]
wined3d: Do not play with WS_VISIBLE, this causes unwanted mapping/unmapping of the window.
Stefan Dösinger [Fri, 12 Jan 2007 22:13:58 +0000 (23:13 +0100)]
wined3d, d3d9: Caps correction.
Stefan Dösinger [Fri, 12 Jan 2007 18:02:36 +0000 (19:02 +0100)]
wined3d: Do not force dynamic usage on transformed buffers.
Stefan Dösinger [Fri, 12 Jan 2007 18:01:59 +0000 (19:01 +0100)]
wined3d: Better tracking of vertex buffer assignments.
Stefan Dösinger [Fri, 12 Jan 2007 17:57:26 +0000 (18:57 +0100)]
wined3d: Do not free regularily locked surfaces.
Stefan Dösinger [Fri, 12 Jan 2007 17:55:16 +0000 (18:55 +0100)]
wined3d: Revert "wined3d: Do not preload vertex buffers in unlock.".
This reverts commit
6fb1869b98265a30a285c6f94a768934476a8c2a.
Mikołaj Zalewski [Mon, 15 Jan 2007 08:32:53 +0000 (09:32 +0100)]
mpr: Add Polish translation.
Mikołaj Zalewski [Mon, 15 Jan 2007 08:32:28 +0000 (09:32 +0100)]
msi: Add Polish translation.
Mikołaj Zalewski [Sat, 13 Jan 2007 22:52:55 +0000 (23:52 +0100)]
cmdlgtst: Add Polish translation.
Mikołaj Zalewski [Sat, 13 Jan 2007 22:52:34 +0000 (23:52 +0100)]
wininet: Add Polish translation.
Mikołaj Zalewski [Sat, 13 Jan 2007 22:51:55 +0000 (23:51 +0100)]
wordpad: Add Polish translation.
Rob Shearman [Sat, 13 Jan 2007 01:17:20 +0000 (19:17 -0600)]
wininet: Change HTTP_EncodeBase64 to operate on a series of bytes, instead of text.
Change HTTP_EncodeBasicAuth to convert the username and password into
utf8 before base64 encoding.
Rob Shearman [Sat, 13 Jan 2007 01:19:18 +0000 (19:19 -0600)]
wininet: HTTP_HttpQueryInfoW deals with bytes, not characters so update the callers that have this wrong assumption.
Rob Shearman [Sat, 13 Jan 2007 01:16:49 +0000 (19:16 -0600)]
wininet: Allow a NULL value to be passed into HTTP_ProcessHeader
instead of crashing so that when used with the replace flag it will
delete an existing value.
Jacek Caban [Sat, 13 Jan 2007 11:47:57 +0000 (12:47 +0100)]
itss: Added more protocol tests.
Jacek Caban [Sat, 13 Jan 2007 11:47:27 +0000 (12:47 +0100)]
itss: Close chm file when destroying Storage.
Jacek Caban [Sat, 13 Jan 2007 11:46:29 +0000 (12:46 +0100)]
itss: Return S_FALSE in IStream::Read if there is no more data to read.
Jacek Caban [Sat, 13 Jan 2007 11:46:06 +0000 (12:46 +0100)]
urlmon: Added mk protocol implementation.
Bill Medland [Fri, 12 Jan 2007 20:48:17 +0000 (12:48 -0800)]
odbccp32: Implement SQLGet/SetConfigMode.
Alexandre Julliard [Fri, 12 Jan 2007 19:59:22 +0000 (20:59 +0100)]
server: Set the specified in/out buffer sizes on named pipes using SO_SND/RCVBUF.
Andrew Talbot [Fri, 12 Jan 2007 17:25:44 +0000 (17:25 +0000)]
msrle32: Declare some functions static.
Andrew Talbot [Fri, 12 Jan 2007 16:47:57 +0000 (16:47 +0000)]
msi: Declare some functions static.
Andrew Talbot [Fri, 12 Jan 2007 16:47:21 +0000 (16:47 +0000)]
msi: Remove unused variables.
Bill Medland [Fri, 12 Jan 2007 15:12:57 +0000 (07:12 -0800)]
odbccp32: Remove A->W cross-call.
Paul Vriens [Fri, 12 Jan 2007 14:51:02 +0000 (15:51 +0100)]
crypt32/tests: Cast-qual warning fixes.
Paul Vriens [Fri, 12 Jan 2007 13:26:05 +0000 (14:26 +0100)]
mshtml/tests: Cast-qual warning fix.
Paul Vriens [Fri, 12 Jan 2007 13:09:59 +0000 (14:09 +0100)]
rpcrt4/tests: Cast-qual warning fixes.
Paul Vriens [Fri, 12 Jan 2007 13:01:16 +0000 (14:01 +0100)]
secur32/tests: Cast-qual warning fixes.