wine/dlls
Stefan Dösinger f0f32912a6 wined3d: Make sure the pixel shader is compiled.
If we're heading out of the pixelshader handler early, and a pixel
shader is in use, the pixel shader may not be compiled. The vertex
shader handler then checks if the pixel shader is dirty, and calls the
shader backend to apply the shader if it isn't.  Thus, in the case of
GLSL, the shader code could attempt to link an uncompiled shader into
the program. This isn't much of a problem because when the fog is
applied, the pixel shader is compiled and the program re-linked.
2008-08-25 12:24:24 +02:00
..
acledit
activeds
actxprxy
adsiid makefiles: Simplify the use of the MODULE variable in static import libraries. 2008-03-10 19:12:54 +01:00
advapi32 advapi32/tests: Fix a crash. 2008-08-25 11:39:41 +02:00
advpack advpack: Fix a failing test in win98. 2008-08-05 14:09:36 +02:00
amstream Revert "amstream: Fix the condition of existence of the IMediaStream interface." 2008-06-09 12:55:54 +02:00
appwiz.cpl appwiz.cpl: Add the French resource. 2008-08-21 13:27:03 +02:00
atl atl: Remove freeing of an invalid pointer. 2008-05-07 12:07:46 +02:00
avicap32
avifil32 avifil32: Make size parameter of AVIFILE_ReadBlock DWORD instead of LONG. 2008-07-22 15:25:13 +02:00
browseui browseui: Sign-compare warning fix. 2008-07-28 12:16:25 +02:00
cabinet cabinet: Fix a memory leak. 2008-07-21 12:21:17 +02:00
capi2032 janitorial: Prototype func() should be func(void). 2008-04-30 13:45:23 +02:00
cards
cfgmgr32
clusapi
comcat tests: Don't depend on the static uuid libraries in the tests. 2008-07-08 17:51:45 +02:00
comctl32 comctl32: Update simplified Chinese resource. 2008-08-22 10:40:43 +02:00
comdlg32 comdlg32: Update Japanese translation. 2008-08-25 11:14:03 +02:00
compstui
credui credui: Typo and minor correction in Dutch resource. 2008-06-13 10:17:53 +02:00
crtdll Avoid exporting common symbols since that's broken on Mac OS X. 2008-07-21 14:47:55 +02:00
crypt32 crypt32: Remove some unnecessary code. 2008-08-22 10:39:31 +02:00
cryptdlg cryptdlg: Implement DllRegisterServer/DllUnregisterServer. 2008-06-30 12:46:36 +02:00
cryptdll
cryptnet cryptnet: Fix mismatch between sizeof and countof quantities in CRYPT_GetUrlFromCertificateCRLDistPoint. 2008-08-18 17:15:56 +02:00
cryptui cryptui: Add stub DLL. 2008-04-11 11:13:41 +02:00
ctapi32 Assorted spelling fixes. 2008-05-06 16:10:20 +02:00
ctl3d32
d3d8 d3d8/d3d9: Remove unconsistent tests for SetMaterial. 2008-08-22 11:32:09 +02:00
d3d9 d3d8/d3d9: Remove unconsistent tests for SetMaterial. 2008-08-22 11:32:09 +02:00
d3d10 makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
d3dim
d3drm tests: Don't depend on the static uuid libraries in the tests. 2008-07-08 17:51:45 +02:00
d3dx8 d3dx8: Remove useless variables. 2008-08-25 12:22:54 +02:00
d3dx9_24 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dx9_25 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dx9_26 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dx9_27 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dx9_28 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dx9_29 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dx9_30 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dx9_31 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dx9_32 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dx9_33 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dx9_34 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dx9_35 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dx9_36 d3dx9: Improve a few TRACEs. 2008-08-25 11:39:22 +02:00
d3dx9_37 d3dx9_*: Add version resources. 2008-06-23 19:58:04 +02:00
d3dxof d3dxof: Remove unreachable break after return (Smatch). 2008-08-20 11:44:54 +02:00
dbghelp dbghelp: Always initialize section pointer in ImageDirectoryEntryToDataEx. 2008-07-18 11:16:02 +02:00
dciman32
ddraw ddraw: Only ddraw checks wether one can give a null pointer to SetMaterial. 2008-08-22 11:32:09 +02:00
ddrawex makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
devenum devenum: Call VariantInit instead of VariantClear. 2008-07-11 14:07:34 +02:00
dinput dinput: Add mouse warp override config option. 2008-08-20 14:05:18 +02:00
dinput8 makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
dmband dmband: Sign-compare warning fix. 2008-07-30 12:44:08 +02:00
dmcompos dmcompos: Sign-compare warning fix. 2008-07-31 13:39:35 +02:00
dmime dmime: Indirection levels fix. 2008-08-18 17:15:55 +02:00
dmloader dmloader: Sign-compare warning fix. 2008-07-31 13:39:41 +02:00
dmscript dmscript: Sign-compare warning fix. 2008-07-31 13:39:45 +02:00
dmstyle dmstyle: Sign-compare warning fix. 2008-08-01 11:18:11 +02:00
dmsynth dmsynth: Sign-compare warning fix. 2008-07-31 13:39:48 +02:00
dmusic dmusic: Sign-compare warning fix. 2008-07-31 13:39:51 +02:00
dmusic32 makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
dnsapi dnsapi: Sign-compare warnings fix. 2008-08-01 11:18:11 +02:00
dplay
dplayx Avoid some size_t printf format warnings. 2008-08-21 16:05:15 +02:00
dpnaddr
dpnet dpnet: Add stubbed DirectPlay8Peer interface. 2008-08-22 11:32:09 +02:00
dpnhpast dpnhpast: Implement a stub for DirectPlayNATHelpCreate. 2008-04-14 12:43:06 +02:00
dpnlobby
dpwsockx dplayx: Basic implementation of dpwsockx.dll, needed by dplayx. 2008-07-23 11:44:32 +02:00
dsound dsound: Tune some parameters to make pulseaudio work. 2008-08-22 10:41:16 +02:00
dssenh
dswave dswave: Sign-compare warning fix. 2008-08-01 11:18:11 +02:00
dwmapi
dxdiagn dxdiagn: Use helper functions for adding properties to container. 2008-06-23 12:51:08 +02:00
dxerr8 dxerr8: Don't use Wine debugging macros in static libraries. 2008-04-30 14:24:40 +02:00
dxerr9 dxerr9: Don't use Wine debugging macros in static libraries. 2008-04-30 14:24:49 +02:00
dxguid makefiles: Simplify the use of the MODULE variable in static import libraries. 2008-03-10 19:12:54 +01:00
faultrep Spelling fixes. 2008-04-02 23:18:21 +02:00
fusion fusion: Ignore the case of the assembly filename extension. 2008-08-19 13:30:48 +02:00
gdi32 gdi32: Replace DC transform by font scaling for bitmap fonts. 2008-08-21 11:42:25 +02:00
gdiplus gdiplus: Made Graphics calls check for busy state. 2008-08-25 11:38:14 +02:00
glu32 opengl32: Dynamically load libGLU. 2008-05-01 14:44:49 +02:00
gphoto2.ds gphoto2.ds: Sign-compare warning fix. 2008-08-05 14:09:36 +02:00
gpkcsp
hal hal: Add a stub for HalGetBusData() to make 3DMark2001SE happy in WinNT mode. 2008-03-06 17:39:22 +01:00
hhctrl.ocx hhctrl.ocx: Nul-terminate url_indicator constant in NavigateToUrl. 2008-08-18 17:34:13 +02:00
hid
hlink hlink: Remove unneeded address-of operators from array names. 2008-07-11 13:58:59 +02:00
hnetcfg
iccvid Make Swedish use SUBLANG_NEUTRAL. 2008-05-19 16:09:13 +02:00
icmp icmp: The import library is not needed. 2008-07-18 11:11:29 +02:00
ifsmgr.vxd
imaadp32.acm Spelling fixes. 2008-04-04 11:51:40 +02:00
imagehlp
imm32 imm32: Add the all GCS_* value check. 2008-05-12 20:16:09 +02:00
inetcomm tests: Don't depend on the static uuid libraries in the tests. 2008-07-08 17:51:45 +02:00
inetmib1 inetmib1: Fix wrong arguments. 2008-08-05 14:09:37 +02:00
infosoft infosoft: Remove unneeded address-of operator from function name. 2008-07-07 12:31:40 +02:00
initpki
inkobj
inseng makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
iphlpapi iphlpapi/tests: Skip some tests for unsupported functions. 2008-08-05 14:09:33 +02:00
itircl
itss tests: Don't depend on the static uuid libraries in the tests. 2008-07-08 17:51:45 +02:00
jscript tests: Don't depend on the static uuid libraries in the tests. 2008-07-08 17:51:45 +02:00
kernel32 kernel32: Fix a compiler warning on Mac OS. 2008-08-21 16:04:58 +02:00
localspl winspool: Move DeleteMonitorW to the backend. 2008-07-11 14:22:25 +02:00
localui Make Swedish use SUBLANG_NEUTRAL. 2008-05-19 16:09:13 +02:00
lz32 lz32: Fix a test failure in win9x. 2008-06-30 12:49:09 +02:00
mapi32 tests: Don't depend on the static uuid libraries in the tests. 2008-07-08 17:51:45 +02:00
mciavi32 mciavi32: Read the stream header in order to determine its type. 2008-06-25 20:28:17 +02:00
mcicda mcicda: Remove unused variable. 2008-04-21 12:10:37 +02:00
mciseq mciseq: Remove unused variable. 2008-04-22 11:54:34 +02:00
mciwave Spelling fixes. 2008-04-21 14:25:05 +02:00
midimap
mlang mlang: Remove debugging stuff. 2008-08-04 13:06:56 +02:00
mmdevldr.vxd
monodebg.vxd
mountmgr.sys mountmgr: Include the terminating NULL in mount ids. 2008-08-21 11:38:32 +02:00
mpr mpr: Fix some memory leaks. 2008-06-26 21:07:17 +02:00
mprapi
msacm32 Fix the resources to remove extraneous spaces in '...'. 2008-06-05 15:53:05 +02:00
msacm32.drv msacm32.drv: Check for message type before comparing handles. 2008-05-22 21:29:48 +02:00
msadp32.acm msadp32.acm: Use the same szShortName value as windows. 2008-04-25 14:42:49 +02:00
mscat32
mscms mscms: Remove unneeded address-of operator from array name. 2008-07-11 14:06:15 +02:00
mscoree mscoree: Fix the ND_WI8() prototype. 2008-07-28 11:34:31 +02:00
msdmo makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
msftedit msftedit: Explicitly load riched20 to make sure the window classes are created. 2008-05-28 20:55:37 +02:00
msg711.acm
mshtml mshtml: Added IHTMLElement::get_parentElement implementation. 2008-08-25 11:39:56 +02:00
mshtml.tlb Add makedep magic comments for typelibs in resource files. 2008-04-24 22:14:21 +02:00
msi msi: Store the _Columns and _Tables tables in the database structure. 2008-08-25 11:40:46 +02:00
msimg32
msimtf makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
msisip msisip: Implement MsiSIPGetSignedDataMsg. 2008-08-01 11:37:29 +02:00
msisys.ocx makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
msnet32
msrle32 msrle32: Fix uses of arithmetic operators on Boolean types in MSRLE32_CompressRLE4Line and MSRLE32_CompressRLE8Line. 2008-08-18 17:34:12 +02:00
mssip32
mstask mstask: Implemented partial stub for (Set|Get)AccountInformation. 2008-08-22 11:32:08 +02:00
msvcirt msvcirt: Implement some ostream stubs. 2008-08-20 14:09:03 +02:00
msvcr71 msvcrt: Implement ___setlc_active_func/___unguarded_readlc_active_add_func. 2008-07-08 12:27:54 +02:00
msvcrt msvcrt/file: stdio should clamp characters to 8 bits. 2008-08-19 13:04:44 +02:00
msvcrt20
msvcrt40
msvcrtd tests: Use the Wine import libraries when compiling with MinGW. 2008-05-26 19:26:20 +02:00
msvfw32 Fix the resources to remove extraneous spaces in '...'. 2008-06-05 15:53:05 +02:00
msvidc32 Make Swedish use SUBLANG_NEUTRAL. 2008-05-19 16:09:13 +02:00
mswsock mswsock: Implement 3 functions by calling through SIO_GET_EXTENSION_FUNCTION_POINTER. 2008-07-16 20:11:52 +02:00
msxml3 msxml3: Added custom queryresult DISPIDs implementation. 2008-08-25 11:29:45 +02:00
nddeapi
netapi32 netapi32: Add stub for NetGroupEnum. 2008-07-31 13:43:14 +02:00
newdev
ntdll ntdll: Add sub-second resolution to NtQueryInformationFile. 2008-08-20 14:56:01 +02:00
ntdsapi ntdsapi: Fix building the tests with MSVC headers. 2008-03-24 21:05:21 +01:00
ntoskrnl.exe ntoskrnl.exe: Add stub for IoDeleteSymbolicLink. 2008-07-30 15:24:06 +02:00
ntprint
objsel makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
odbc32
odbccp32 makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
ole32 ole32: Stop crash under w2k8. 2008-08-20 13:55:43 +02:00
oleacc oleacc: Add GetOleaccVersionInfo. 2008-03-12 12:20:55 +01:00
oleaut32 oleaut32: Add a failing VarFormat test. 2008-08-22 10:37:56 +02:00
olecli32
oledlg Remove spaces before '...' in the Danish resources. 2008-06-16 15:52:21 +02:00
olepro32
olesvr32
olethk32
opengl32 opengl32: glGetString() should return NULL on NULL context. 2008-07-04 19:34:45 +02:00
pdh pdh: Fix two tests that fail on win2k3. 2008-04-24 11:51:17 +02:00
powrprof powrprof: Implement IsPwrHibernateAllowed. 2008-04-17 11:51:03 +02:00
printui
propsys
psapi
pstorec makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
qcap qcap: Make the server directly register a filter instead of the workarounds. 2008-07-29 11:53:31 +02:00
qedit tests: Don't depend on the static uuid libraries in the tests. 2008-07-08 17:51:45 +02:00
qmgr qmgr: Constify some variables. 2008-06-20 12:22:41 +02:00
qmgrprxy qmgr: Add a stub implementation of IBackgroundCopyJob2. 2008-03-20 14:27:34 +01:00
quartz Avoid some size_t printf format warnings. 2008-08-21 16:05:15 +02:00
query makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
rasapi32 rasapi: Fix test failure on platforms vista, w2k8. 2008-08-22 10:39:44 +02:00
resutils
riched20 riched20: Remove redundant NULL check before HeapFree (Smatch). 2008-08-19 12:55:00 +02:00
riched32 riched32: Added class style to process double click events. 2008-06-27 11:09:28 +02:00
rpcrt4 rpcrt4: Implement RpcBindingReset. 2008-08-19 12:54:31 +02:00
rsabase rsabase: Remove rsabase tests as they are covered in rsaenh. 2008-04-04 11:03:30 +02:00
rsaenh rsaenh: Test and correct the maximum allowable salt length. 2008-07-29 12:20:26 +02:00
sane.ds sane.ds: Remove spaces before '...'. 2008-06-12 12:03:46 +02:00
sccbase
schannel schannel: Fix a test that fails in win2k3. 2008-04-28 13:27:51 +02:00
secur32 secur32: Reserved3 / Reserved4 are actually EncryptMessage / DecryptMessage. 2008-08-20 10:26:56 +02:00
security
sensapi
serialui Make Swedish use SUBLANG_NEUTRAL. 2008-05-19 16:09:13 +02:00
setupapi setupapi/tests: Use FIELD_OFFSET instead of offsetof. 2008-07-22 13:09:20 +02:00
sfc
sfc_os
shdoclc shdoclc: Remove spaces before '...'. 2008-06-12 12:03:44 +02:00
shdocvw shdocvw: Rudimentary implementation of CLSID_InternetShortcut. 2008-08-04 15:02:36 +02:00
shell32 shell32: Update Japanese translation. 2008-08-25 11:14:07 +02:00
shfolder
shlwapi shlwapi: Fix testing of HRESULT types with not operator instead of comparing against S_OK. 2008-08-18 17:34:12 +02:00
slbcsp
slc
snmpapi snmpapi: Fix a memory leak in the test. 2008-07-21 12:21:14 +02:00
softpub softpub: Forward softpub functions to wintrust. 2008-04-11 11:12:44 +02:00
spoolss spoolss/tests: Fix a test on vista/w2k8. 2008-08-19 15:16:21 +02:00
stdole2.tlb Add makedep magic comments for typelibs in resource files. 2008-04-24 22:14:21 +02:00
stdole32.tlb Add makedep magic comments for typelibs in resource files. 2008-04-24 22:14:21 +02:00
sti
strmiids include: Add definitions for VMR-9 interface. 2008-06-21 11:49:44 +02:00
svrapi
sxs
tapi32
twain_32 Assorted spelling fixes. 2008-05-07 12:07:11 +02:00
unicows
url
urlmon urlmon: Fix testing of HRESULT types with not operator instead of comparing against S_OK. 2008-08-18 17:34:12 +02:00
user32 user32: Better reflect the current state of DrawIconEx. 2008-08-25 12:23:42 +02:00
userenv userenv/tests: Fix buffer overrun. 2008-06-04 12:50:36 +02:00
usp10 usp10: Use a valid string analysis when testing ScriptXtoCP and ScriptCPtoX. 2008-07-24 11:52:04 +02:00
uuid include: Added activedbg.idl. 2008-04-01 13:44:14 +02:00
uxtheme uxtheme/tests: Use HRESULT_FROM_WIN32 to check the error codes, not LOWORD. 2008-07-21 14:44:27 +02:00
vdhcp.vxd
vdmdbg vdmdbg: Add stub for VDMEnumProcessWOW. 2008-07-03 13:08:18 +02:00
version version: Fix tests that fail in win9x and win2k. 2008-04-23 14:29:41 +02:00
vmm.vxd
vnbt.vxd
vnetbios.vxd
vtdapi.vxd
vwin32.vxd
w32skrnl
winealsa.drv winealsa.drv: Tune some parameters to make pulseaudio work. 2008-08-22 10:41:13 +02:00
wineaudioio.drv makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
winecoreaudio.drv coreaudio: Make sure Port_SendToMessageThread is not NULL before calling CFMessagePortSendRequest. 2008-07-10 12:30:56 +02:00
winecrt0 makefiles: Simplify the use of the MODULE variable in static import libraries. 2008-03-10 19:12:54 +01:00
wined3d wined3d: Make sure the pixel shader is compiled. 2008-08-25 12:24:24 +02:00
winedos Add return statements to avoid gcc warnings. 2008-08-20 12:53:22 +02:00
wineesd.drv makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
winejack.drv makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
winejoystick.drv winejoystick.drv: Remove unneeded address-of operator from array name. 2008-07-14 11:50:33 +02:00
winemp3.acm winemp3: Be more tolerant to what a valid mp3 header is. 2008-07-16 17:52:25 +02:00
winenas.drv makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
wineoss.drv Add return statements to avoid gcc warnings. 2008-08-20 12:53:22 +02:00
wineps.drv wineps.drv: Make sure we call CreateFontIndirect with zero width, otherwise we'll get a scaled-width font. 2008-08-18 17:04:41 +02:00
winequartz.drv
winex11.drv winex11: Do not cap the cursor size. 2008-08-21 13:28:57 +02:00
wing32
winhttp Avoid some size_t printf format warnings. 2008-08-21 16:05:15 +02:00
wininet wininet: Default to keep-alive when the server is HTTP/1.1, not when it isn't. 2008-08-19 14:56:06 +02:00
winmm winmm: Test opening the same device twice. 2008-08-19 13:36:16 +02:00
winnls32
winscard
winspool.drv configure: Use cups-config to probe for cups support. 2008-07-25 11:28:53 +02:00
wintab32 winex11.drv: Move hardware tablet proximity into x11 layer. 2008-05-08 11:13:23 +02:00
wintrust wintrust: Implement CryptSIPGetSignedDataMsg for cabinet files. 2008-07-24 11:58:02 +02:00
wldap32 Make Swedish use SUBLANG_NEUTRAL. 2008-05-19 16:09:13 +02:00
wmi
wnaspi32 wnaspi32: Remove unused variables. 2008-05-05 12:53:13 +02:00
wow32
ws2_32 ws2_32: Delay import iphlpapi. 2008-08-05 14:09:36 +02:00
wsock32 wsock32: Forward TransmitFile to the implementation in mswsock. 2008-07-07 14:25:07 +02:00
wtsapi32
Makedll.rules.in
Makefile.in configure: Use the generic directory enabling mechanism to turn off dlls that depend on external libraries. 2008-08-25 12:12:28 +02:00
Makeimplib.rules.in makefiles: Simplify the use of the MODULE variable in static import libraries. 2008-03-10 19:12:54 +01:00
Maketest.rules.in Maketest.rules: Use the cross-compiled import libraries for crosstest instead of the MinGW ones. 2008-07-09 11:55:52 +02:00