Commit Graph

104516 Commits

Author SHA1 Message Date
Henri Verbeet f205b413f4 d3d10core: Implement d3d10_sampler_state_GetPrivateData(). 2015-03-11 22:10:16 +09:00
Michael Stefaniuc b211f9123b mshtml/tests: '%' doesn't needs escaping in a C string (sparse). 2015-03-11 22:09:57 +09:00
Stefan Dösinger 406cfefc2f wined3d: Initialize WINED3DTA_TEMP. 2015-03-11 22:09:42 +09:00
Stefan Dösinger 2702f28e66 ddraw: Remove support for V16U16.
None of my Windows drivers support this format. At best this will
confuse applications trying to pick X8L8V8U8.
2015-03-11 22:09:29 +09:00
Stefan Dösinger b07b350286 ddraw: Set DDPF_BUMPLUMINANCE for V5U5L6 and X8L8V8U8. 2015-03-11 22:09:24 +09:00
Stefan Dösinger 937522ffd0 ddraw/tests: Add a test for signed formats. 2015-03-11 22:09:15 +09:00
Stefan Dösinger a46cad41b3 d3d8/tests: Add a test for signed formats. 2015-03-11 22:09:09 +09:00
Matteo Bruni f298d30b39 wined3d: Fix a typo in a trace in context_create(). 2015-03-11 22:08:34 +09:00
Austin English 71ffa9a2c5 include: Add some missing entries in hidusage.h. 2015-03-11 16:23:03 +09:00
Austin English cdea6c8c64 include: Add ASN1*string* definitions/functions. 2015-03-11 14:42:16 +09:00
Alexandre Julliard 91fc10847e ws2_32: Use Win32 APIs for interlocked functions. 2015-03-11 14:21:10 +09:00
Mark Harmstone 55ed98cb88 dsound: Pipe audio data through DMOs. 2015-03-11 13:18:08 +09:00
Bruno Jesus 18b3f4cadd ws2_32/tests: Test the behavior of reading data from an OOBINLINE'd socket. 2015-03-11 12:48:13 +09:00
Christian Costa beff432354 d3dxof: Use assignment for GUID instead of memcpy with hardcoded size. 2015-03-11 12:47:53 +09:00
Sebastian Lackner 59a1bcd96a ole32: Fix call to free_stringtable with uninitialized pointer (Coverity). 2015-03-11 12:47:40 +09:00
Sebastian Lackner 83aca6e7aa ole32: Fix a possible handle leak (Coverity). 2015-03-11 12:46:54 +09:00
Bruno Jesus b1fc62a213 ws2_32: Normalize socket tracing. 2015-03-11 12:46:27 +09:00
Vincent Povirk 0b7c05389b ole32: Fail to open storage files that are locked incorrectly. 2015-03-11 12:45:52 +09:00
Vincent Povirk eead04803f ole32: Add a 20 second timeout when attempting to grab locks. 2015-03-11 12:45:49 +09:00
Vincent Povirk 1645f7b9e3 ole32: Accept only STG_E_INVALIDFUNCTION or success from LockRegionSync. 2015-03-11 12:45:42 +09:00
Vincent Povirk c8791edbdf ole32: Don't use real synchronous locks for storage synchronization. 2015-03-11 12:45:38 +09:00
Vincent Povirk 06b735ae76 ole32: Test the entire range lock block for synchronization. 2015-03-11 12:45:33 +09:00
Matteo Bruni 6dfcb29664 include: Pack structures to 4-bytes alignment on x86 in D3D headers. 2015-03-11 12:42:49 +09:00
Jacek Caban 144056bce0 mshtml: Allow setting event handlers to strings. 2015-03-11 12:42:42 +09:00
Qian Hong c61407f651 ntdll: Removed incorrect stub message in NtQueryObject and NtSetInformationObject. 2015-03-11 12:42:35 +09:00
Mark Harmstone 862d7dae75 dsound: Implement GetObjectInPath. 2015-03-10 23:53:43 +09:00
Mark Harmstone 17056b9f30 dsound: Implement SetFX. 2015-03-10 23:53:40 +09:00
Mark Harmstone e6ae73359f dsound: Keep track of locked bytes. 2015-03-10 23:53:17 +09:00
Gerald Pfeifer fc324d97bc twain_32: Avoid using an uninitialized variable in the failure path in path in a couple of cases. 2015-03-10 23:44:38 +09:00
Stefan Dösinger d4db09d0e9 wined3d: Support WINED3DFMT_R5G5_SNORM_L6_UNORM with EXT_texture_snorm.
From: Stefan Dösinger <stefandoesinger@gmx.at>
2015-03-10 21:43:34 +09:00
Stefan Dösinger 6df52ca7e6 wined3d: Add support for GL_EXT_texture_snorm. 2015-03-10 21:43:32 +09:00
Stefan Dösinger cdb7e825ce d3d9/tests: Add a test for signed formats. 2015-03-10 21:43:28 +09:00
Stefan Dösinger 6f2f73a456 wined3d: Improve the unsigned emulation of WINED3DFMT_R5G5_SNORM_L6_UNORM. 2015-03-10 21:43:11 +09:00
Stefan Dösinger ce836bf651 wined3d: Properly up-scale WINED3DFMT_R5G5_SNORM_L6_UNORM. 2015-03-10 21:43:07 +09:00
Bernhard Übelacker 44ddcac6c3 wined3d: Recognize Nvidia GeForce 8100 with Nouveau driver (bug). 2015-03-10 21:42:50 +09:00
Henri Verbeet 5b5498a8b4 d3d10core: Implement d3d10_sampler_state_SetPrivateDataInterface(). 2015-03-10 21:37:22 +09:00
Henri Verbeet 21d94883bc d3d10core: Implement d3d10_sampler_state_SetPrivateData(). 2015-03-10 21:37:20 +09:00
Henri Verbeet 3b2c28d8cf d3d10core: Implement d3d10_rasterizer_state_GetPrivateData(). 2015-03-10 21:37:04 +09:00
Henri Verbeet da48976de9 d3d10core: Implement d3d10_rasterizer_state_SetPrivateDataInterface(). 2015-03-10 21:37:02 +09:00
Henri Verbeet 7531acd360 d3d10core: Implement d3d10_rasterizer_state_SetPrivateData(). 2015-03-10 21:36:59 +09:00
Nikolay Sivov 49a1c60c37 scrrun: Fix copy-paste issue in trace message. 2015-03-10 21:36:29 +09:00
Michael Stefaniuc 58afc397cb ws2_32: Avoid using bitwise operations on BOOLs (PVS-Studio). 2015-03-10 21:36:24 +09:00
Sebastian Lackner ae309c2d00 ntdll: Move static threadpool variables into a struct. 2015-03-10 15:33:20 +09:00
Austin English 5f356efa51 dxdiagn: Add bNoHardware stub property. 2015-03-10 15:27:57 +09:00
Francois Gouget 654657b715 dbghelp: Remove an unneeded NONAMELESSSTRUCT directive. 2015-03-10 15:18:25 +09:00
Francois Gouget ae7dfe274f d3d8: Remove unneeded NONAMELESSXXX directives. 2015-03-10 15:18:23 +09:00
Francois Gouget d30c037a1e cryptnet/tests: Remove an uneeded NONAMELESSUNION directive. 2015-03-10 15:18:21 +09:00
Francois Gouget 16a77b89e9 cryptnet: Remove an unneeded NONAMELESSSTRUCT directive. 2015-03-10 15:18:20 +09:00
Francois Gouget fc49e63d71 crypt32: Remove an uneeded NONAMELESSUNION directive. 2015-03-10 15:18:18 +09:00
Francois Gouget 387232e2ac compstui: Remove an uneeded NONAMELESSUNION directive. 2015-03-10 15:18:16 +09:00