Sweden-Number/dlls
H. Verbeet f3a2a9f30a wined3d: Add code for using register combiners for texture stage operations.
On nVidia cards the value of GL_MAX_TEXTURE_UNITS is generally not
larger than 4. In Direct3D that would correspond to
MaxSimultaneousTextures in the caps, rather than MaxTextureBlendStages
(which can be much larger) to which it currently corresponds in
wined3d. Using register combiners we can get around that limitation
and get up to GL_MAX_GENERAL_COMBINERS_NV (typically 8) texture
stages. This patch adds code for doing the texture operations with
register combiners instead of ARB_texture_env_combine or
NV_texture_env_combine4, but doesn't make use of that code yet. That's
what the next patch will do.
2006-06-28 16:08:36 +02:00
..
activeds Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
advapi32 advapi32/tests: Fix a crash when ConvertSidToStringSidA isn't available. 2006-06-26 13:38:02 +02:00
advpack advpack: Implement DoInfInstall on top of the install framework. 2006-06-21 11:13:58 +02:00
amstream amstream: Implement IAMMultiMediaStreamImpl_OpenFile and IAMMultiMediaStreamImpl_OpenMoniker. 2006-06-26 13:38:02 +02:00
atl atl: Add a stub implementation of AtlModuleLoadTypeLib. 2006-06-22 12:04:42 +02:00
avicap32 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
avifil32 avifil32: Corrected destination size in MultiByteToWideChar. 2006-06-16 11:31:06 +02:00
cabinet Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
capi2032 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
cards Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
cfgmgr32 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
comcat Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
comctl32 Assorted spelling fixes. 2006-06-16 11:32:29 +02:00
comdlg32 comdlg32: Don't use sizeof in traces to avoid printf format warnings. 2006-06-13 14:09:24 +02:00
compstui compstui: Add minimal compstui.dll (stubs only). 2006-06-21 11:12:54 +02:00
crtdll crtdll: Explicitly specify CDECL calling convention on exported functions. 2006-06-12 21:35:20 +02:00
crypt32 crypt32: Fix compilation with gcc 2.95. 2006-06-26 13:04:47 +02:00
cryptdll Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
ctl3d32 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
d3d8 wined3d: Vertex buffer can be locked multiple times. 2006-06-27 21:14:02 +02:00
d3d9 Add trailing '\n's to ok() calls. 2006-06-16 11:32:42 +02:00
d3dim Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
d3drm Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
d3dx8 d3dx8: Remove dependencies on OpenGL headers and libraries. 2006-06-15 16:52:05 +02:00
d3dxof Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
dbghelp dbghelp: Fix for non-elf build (undefined symbol: _elf_is_in_thunk_area). 2006-06-27 21:14:02 +02:00
dciman32 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
ddraw wined3d: Vertex buffer can be locked multiple times. 2006-06-27 21:14:02 +02:00
devenum Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
dinput dinput: Warp mouse each 10ms instead of dropping events. 2006-06-23 10:45:45 +02:00
dinput8 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
dmband Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
dmcompos dmcompos: Make the virtual table functions static where possible. 2006-06-10 11:55:30 +02:00
dmime Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
dmloader dmloader: Make the virtual table functions static where possible. 2006-06-10 11:56:03 +02:00
dmscript dmscript: Make the virtual table functions static where possible. 2006-06-10 11:56:19 +02:00
dmstyle dmstyle: Don't use sizeof in traces to avoid printf format warnings. 2006-06-13 14:10:12 +02:00
dmsynth dmsynth: Make the virtual table functions static where possible. 2006-06-10 11:57:03 +02:00
dmusic dmusic: Make the virtual table functions static where possible. 2006-06-10 11:57:22 +02:00
dmusic32 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
dnsapi dnsapi: Fix conflicts nameser.h with winerror.h. 2006-06-19 20:54:31 +02:00
dplay Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
dplayx dplayx: Don't use sizeof in traces to avoid printf format warnings. 2006-06-13 14:10:21 +02:00
dpnet dpnet: Make the virtual table functions static where possible. 2006-06-10 11:57:38 +02:00
dpnhpast Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
dsound dsound: Don't use sizeof in traces to avoid printf format warnings. 2006-06-13 14:10:32 +02:00
dswave dswave: Make the virtual table functions static where possible. 2006-06-10 11:58:01 +02:00
dxdiagn dxdiagn: Make the virtual table functions static where possible. 2006-06-10 11:58:14 +02:00
dxerr8 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
dxerr9 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
dxguid Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
gdi gdi/tests: Write-strings warnings fix. 2006-06-26 12:37:04 +02:00
glu32 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
glut32 include: Added prototype for DllMain. 2006-06-12 16:18:17 +02:00
gphoto2.ds gphoto2.ds: Added Norwegian Bokmål resources. 2006-06-15 12:05:54 +02:00
hhctrl.ocx Link against libwine_unicode everywhere we use Unicode functions. 2006-05-24 18:05:40 +02:00
hlink hlink: Add a stub implementation for HlinkNavigateToStringReference. 2006-06-19 20:53:39 +02:00
iccvid Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
icmp Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
ifsmgr.vxd Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
imaadp32.acm Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
imagehlp imagehlp: Fixed typo (Coverity). 2006-06-27 11:14:01 +02:00
imm32 imm32: Fix some return codes. 2006-06-19 20:53:35 +02:00
inseng inseng: Initial implementation of inseng (required for IE6 to install under win2k). 2006-06-16 16:05:49 +02:00
iphlpapi Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
itss itss: Make the virtual table functions static where possible. 2006-06-10 11:58:27 +02:00
kernel kernel: Change failing to test to show it doesn't have anything to do 2006-06-23 10:46:22 +02:00
lz32 lz32: Small test fixes. 2006-06-21 11:13:38 +02:00
mapi32 mapi32: Add a stub implementation of MAPIOpenLocalFormContainer. 2006-06-22 12:04:35 +02:00
mciavi32 Link against libwine_unicode everywhere we use Unicode functions. 2006-05-24 18:05:40 +02:00
mcicda Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
mciseq mciseq: Don't use sizeof in traces to avoid printf format warnings. 2006-06-13 14:10:47 +02:00
mciwave mciwave: Fixed a bogus free. 2006-06-15 11:39:28 +02:00
midimap Link against libwine_unicode everywhere we use Unicode functions. 2006-05-24 18:05:40 +02:00
mlang mlang/tests: Don't use sizeof in ok() to avoid printf format warnings. 2006-06-13 14:02:52 +02:00
mmdevldr.vxd Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
monodebg.vxd Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
mpr Yet another round of redundant NULL checks before HeapFree. 2006-06-13 11:40:23 +02:00
mprapi Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
msacm32 Uniformization of French main menu accelerators. 2006-05-24 10:35:26 +02:00
msacm32.drv Link against libwine_unicode everywhere we use Unicode functions. 2006-05-24 18:05:40 +02:00
msadp32.acm Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
mscms mscms: Fix famous typo in HeapFree call. 2006-06-19 20:54:04 +02:00
msdmo Link against libwine_unicode everywhere we use Unicode functions. 2006-05-24 18:05:40 +02:00
msftedit msftedit: Fix CreateTextServices() forward. 2006-02-24 21:07:55 +01:00
msg711.acm Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
mshtml mshtml: Added Unadvise implementation. 2006-06-26 13:49:31 +02:00
msi msi: Read the font color from the database, and use it for the text control. 2006-06-27 21:14:02 +02:00
msimg32 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
msisys.ocx msisys: Renamed the directory to msisys.ocx. 2006-05-23 16:09:55 +02:00
msnet32 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
msrle32 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
msvcrt msvcrt/tests: Don't leave files on the disk. 2006-06-27 21:14:02 +02:00
msvcrt20 msvcrt20: Explicitly specify CDECL calling convention on exported functions. 2006-06-12 21:35:27 +02:00
msvcrt40 Renamed all .cvsignore files to .gitignore. 2005-11-26 13:10:33 +01:00
msvcrtd msvcrtd: Explicitly specify CDECL calling convention on exported functions. 2006-06-12 21:35:40 +02:00
msvfw32 msvfw32: Don't use sizeof in traces to avoid printf format warnings. 2006-06-13 14:10:57 +02:00
msvidc32 msvidc: Change short description to MS-CRAM. 2006-06-09 18:13:38 +02:00
mswsock Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
msxml3 msxml3: Always have a libxml doc associated with a domdoc object, even if the object has no nodes. 2006-06-27 21:14:02 +02:00
netapi32 netapi32: Don't use sizeof in traces to avoid printf format warnings. 2006-06-13 14:11:04 +02:00
newdev Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
ntdll ntdll: Faster critical sections on MacOS using Mach semaphores. 2006-06-27 20:14:13 +02:00
ntdsapi Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
objsel Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
odbc32 Link against libwine_unicode everywhere we use Unicode functions. 2006-05-24 18:05:40 +02:00
odbccp32 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
ole32 ole32/tests: Write-strings warning fix. 2006-06-23 10:45:57 +02:00
oleacc Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
oleaut32 oleaut32: Correctly handle NULLs embedded in BSTRs, with tests. 2006-06-22 12:29:03 +02:00
olecli32 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
oledlg oledlg: Declare varargs functions as WINAPIV instead of cdecl. 2006-06-13 11:40:23 +02:00
olepro32 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
olesvr32 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
opengl32 opengl32: Fix the returned metrics and add a translation vector to the end of each list. 2006-06-28 15:38:48 +02:00
powrprof Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
psapi Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
qcap Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
quartz quartz: Fix media type detection. 2006-06-22 12:29:03 +02:00
rasapi32 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
riched20 riched20: Fix message range for get_msg_name. 2006-06-22 12:29:04 +02:00
riched32 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
rpcrt4 rpcrt4: Calculate size of FC_STRUCT arguments correctly. 2006-06-26 12:36:10 +02:00
rsabase Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
rsaenh rasenh: Fix a copy&paste bug at passing only one string to RegSetValueExW() at a time. 2006-06-02 20:43:47 +02:00
sane.ds sane.ds: Replace FIXME() by TRACE() on sane_exit. 2006-06-03 11:43:08 +02:00
secur32 secur32: Write-strings warnings fix. 2006-06-23 10:46:10 +02:00
security security: Fix the UnsealMessage() forward. 2006-02-06 20:57:56 +01:00
sensapi Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
serialui Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
setupapi setupapi: Fix SetupCloseInfFile when a NULL handle is given, with tests. 2006-06-27 11:15:36 +02:00
sfc Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
shdocvw shdocvw: Upgrade the version to 5.50.4134.599. 2006-06-27 11:14:34 +02:00
shell32 shell32: If needed show a confirmation dialog when deleting with SHFileOperation. 2006-06-28 15:39:45 +02:00
shfolder Renamed all .cvsignore files to .gitignore. 2005-11-26 13:10:33 +01:00
shlwapi shlwapi: Add tests for PathAppendA. 2006-06-28 15:40:38 +02:00
snmpapi Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
spoolss Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
stdole2.tlb Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
stdole32.tlb Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
sti Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
strmiids Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
tapi32 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
twain_32 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
unicows Renamed all .cvsignore files to .gitignore. 2005-11-26 13:10:33 +01:00
url Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
urlmon urlmon: Call Binding_CloseCacheDownload after Binding_FinishedDownload. 2006-06-20 20:38:51 +02:00
user user: user32_Pl.rc: Fix the capitalization of OK. 2006-06-26 13:38:02 +02:00
userenv userenv: Add a stub implementation for GetProfileType. 2006-06-27 21:14:02 +02:00
usp10 usp10: ScriptTextOut updated to reflect that it must have a hdc passed to it. 2006-06-09 18:13:44 +02:00
uuid mshtml: Added optary.idl file. 2006-06-23 10:47:14 +02:00
uxtheme uxtheme/tests: Add tests for IsThemePartDefined. 2006-06-27 21:14:02 +02:00
vdhcp.vxd Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
vdmdbg Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
version version/tests: Don't use sizeof in ok() to avoid printf format warnings. 2006-06-13 14:03:59 +02:00
vmm.vxd Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
vnbt.vxd Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
vnetbios.vxd Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
vtdapi.vxd Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
vwin32.vxd Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
w32skrnl Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
winecrt0 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
wined3d wined3d: Add code for using register combiners for texture stage operations. 2006-06-28 16:08:36 +02:00
winedos Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
winemp3.acm winemp3.acm: Make some variables static and/or const. 2006-06-12 13:40:34 +02:00
wineps.drv printing: Don't limit the printer name length to CCHDEVICENAME characters. 2006-06-15 18:05:58 +02:00
winex11.drv winex11.drv: Write-strings warning fix. 2006-06-27 11:16:19 +02:00
wininet wininet/tests: Write-strings warnings fix. 2006-06-21 11:15:28 +02:00
winmm mci: Fix some mciSendString quirks. 2006-06-26 13:38:03 +02:00
winnls32 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
winspool.drv winspool/tests: Tests for EnumForms and set an error value in our stub. 2006-06-21 13:40:46 +02:00
wintab32 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
wintrust Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
wldap32 wldap32: Explicitly specify CDECL calling convention on exported functions. 2006-06-12 21:34:46 +02:00
wnaspi32 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
wow32 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
ws2_32 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
wsock32 wsock32: Added GetService{A,W} stubs. 2006-06-01 11:07:51 +02:00
wtsapi32 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
.gitignore winspool: Renamed the directory to winspool.drv. 2006-05-23 17:10:52 +02:00
Makedll.rules.in configure: Remove the --disable-debug and --disable-trace options. 2006-04-17 12:38:52 +02:00
Makefile.in compstui: Add minimal compstui.dll (stubs only). 2006-06-21 11:12:54 +02:00
Makeimplib.rules.in configure: Remove the --disable-debug and --disable-trace options. 2006-04-17 12:38:52 +02:00
Maketest.rules.in configure: Remove the --disable-debug and --disable-trace options. 2006-04-17 12:38:52 +02:00
checklink.c Moved libwine to libs/ directory. 2003-03-22 20:40:48 +00:00
make_dlls x11drv: Renamed the x11drv directory to winex11.drv. 2006-06-16 09:57:50 +02:00