Commit Graph

104129 Commits

Author SHA1 Message Date
Michael Stefaniuc b7c8b62bbf wcmd: Remove an unused variable (PVS-Studio). 2015-02-23 15:26:00 +09:00
Michael Stefaniuc 17e565dbf9 rsaenh: Remove an always false conditional subexpression (PVS-Studio). 2015-02-23 15:25:59 +09:00
Michael Stefaniuc 724ee1d4fc oleaut32/tests: Remove an always true conditional subexpression (PVS-Studio). 2015-02-23 15:25:59 +09:00
Michael Stefaniuc 9dc35ac468 mshtml/tests: Remove an always true conditional subexpression (PVS-Studio). 2015-02-23 15:25:59 +09:00
Michael Stefaniuc d0dfa75ba4 setupapi: RT_MANIFEST is already an int resource (PVS-Studio). 2015-02-23 15:25:58 +09:00
Michael Stefaniuc b9d5074aaa oledlg: RT_DIALOG is already an int resource (PVS-Studio). 2015-02-23 15:25:58 +09:00
André Hentschel bedd444a36 oleaut32: Remove unused macros. 2015-02-23 15:25:57 +09:00
André Hentschel 72eefcb5c0 strmbase: Remove unused macro. 2015-02-23 15:25:57 +09:00
André Hentschel 8af03fef9a ole32: Remove unused macros. 2015-02-23 15:25:56 +09:00
André Hentschel 68d85cc7f8 taskmgr: Remove dead code. 2015-02-23 15:25:56 +09:00
Vincent Povirk 8615365945 xmllite: Fix reader_cmp for multiple characters. 2015-02-23 15:25:55 +09:00
Aurimas Fišeras 49815a60f9 po: Update Lithuanian translation. 2015-02-23 15:25:53 +09:00
Alexandre Julliard c72f9a0082 Release 1.7.37. 2015-02-20 23:23:03 +09:00
Matteo Bruni d423e06223 d3d9/tests: Move a Present out of the loops in fog_with_shader_test(). 2015-02-20 22:53:23 +09:00
Matteo Bruni acbb387753 d3d9/tests: Test upload of user memory textures. 2015-02-20 22:53:19 +09:00
Matteo Bruni 78ae4f66d7 wined3d: Set GL_UNPACK_ALIGNMENT to 1.
Alignment should be taken care by the surface pitch and
GL_UNPACK_ROW_LENGTH alone just fine, as long as the pitch is a
multiple of the pixel size. Client APIs respect that,
internally we need to do the same and the changes to
surface_load_texture and wined3d_volume_upload_data are there
for this reason (e.g. WINED3DFMT_R16G16_SNORM is emulated with
GL_RGB16 when NV_texture_shader isn't supported).
2015-02-20 22:53:09 +09:00
Nikolay Sivov d91ba373b7 wshom.ocx: Silence class factory QI fixme. 2015-02-20 22:05:46 +09:00
Nikolay Sivov 366aa9e74e wshom.ocx: Fix WshShell instance QI behaviour. 2015-02-20 22:05:41 +09:00
Austin English c633cadb4f include: Add msasn1.h. 2015-02-20 17:01:40 +09:00
Austin English 32c8b79b92 x3daudio1_1: Add stub dll. 2015-02-20 16:49:44 +09:00
Andrey Gusev 1e3f45c209 xapofx1_3: Add stub dll. 2015-02-20 16:34:47 +09:00
Alex Henrie d340df7c49 cryptui: Fix grammar in warning message. 2015-02-20 16:33:59 +09:00
Mark Harmstone b467908ea4 winecfg: Draw colour button using theme. 2015-02-20 16:25:26 +09:00
Austin English 6cf6c4c596 po: Use English names for Programs Files in Lithuanian translation. 2015-02-20 16:24:18 +09:00
Alex Henrie 5cd0457408 dpvoice: Turn GetCompressionTypes into a semi-stub. 2015-02-19 23:27:25 +09:00
Alex Henrie d3c87e5000 dpvoice/tests: Add GetCompressionTypes tests. 2015-02-19 23:27:22 +09:00
Matteo Bruni 7c4d512fee wined3d: Make sure the correct texture is bound in device_update_volume. 2015-02-19 17:52:03 +09:00
Matteo Bruni b47695bf3a wined3d: Reject unsupported pitches in wined3d_surface_update_desc(). 2015-02-19 17:51:47 +09:00
Matteo Bruni d56c168da1 wined3d: Set the surface pitch for user-memory surfaces. 2015-02-19 17:51:36 +09:00
Matteo Bruni d49d2a5d47 d3d8/tests: Allow more alternative results in the ATI1N test. 2015-02-19 17:51:32 +09:00
Matteo Bruni 2aed2c3a15 d3d9/tests: Allow more alternative results in the ATI1N test. 2015-02-19 17:51:20 +09:00
Nikolay Sivov 5a318c3e8b dwrite: Set facename field of a LOGFONT in ConvertFontFaceToLOGFONT(). 2015-02-19 17:50:56 +09:00
Nikolay Sivov 5196be7706 dwrite: Fix error code returned by GetFontFromFontFace(). 2015-02-19 17:50:51 +09:00
Austin English 0135a59658 xapofx1_4: Add stub dll. 2015-02-19 17:38:36 +09:00
Jacek Caban 1f310395eb mshtml: Use constant instead of define for REDIRECT_* flags. 2015-02-19 17:36:51 +09:00
Bruno Jesus 4d43d364e8 rsaenh/tests: Fix a copy & paste issue. 2015-02-18 23:28:00 +09:00
Nikolay Sivov 980c65f126 dwrite: Use vertical variants in GetGlyphs() when appropriate. 2015-02-18 23:22:19 +09:00
Henri Verbeet 3fa8f4ece3 wined3d: Apply modifiers after floatBitsToInt()/floatBitsToUint() in shader_glsl_add_src_param(). 2015-02-18 23:21:49 +09:00
Henri Verbeet e46bdc28f6 d3d10core: Get rid of the "partial stub" FIXME in d3d10_device_CreateTexture2D(). 2015-02-18 23:21:46 +09:00
Henri Verbeet 58896c610f d3d10core: Get rid of the "partial stub" FIXME in d3d10_device_CreateBuffer().
At this point it doesn't really add anything anymore.
2015-02-18 23:21:43 +09:00
Henri Verbeet a6409ed027 d2d1: Implement d2d_factory_CreateDrawingStateBlock(). 2015-02-18 23:21:39 +09:00
Henri Verbeet 3beaf224ea dxgi: Implement dxgi_swapchain_GetPrivateData(). 2015-02-18 23:21:11 +09:00
Stefan Dösinger 52ab9e382e wined3d: Read WINED3D_TEXTURE_COLOR_KEY and gl_color_key to find format conversions.
The idea is to make it clear that wined3d_texture_load is responsible
for checking the color key for changes. Once we can do color keying in
the shader we also have one place where we can disable the surface
conversion.
2015-02-18 22:02:39 +09:00
Stefan Dösinger e53d22b0c0 wined3d: Manage color key changes in the texture.
This fixes a regression with color keyed mipmaps that was introduced by
ee8a5b7dd1. surface_load for level n+1
would call texture_force_reload, thus removing level n from the GL
texture.
2015-02-18 22:02:33 +09:00
Austin English 91cba2f1a8 xapofx1_5: Add stub dll. 2015-02-18 16:43:27 +09:00
Alistair Leslie-Hughes 3121955956 shell32: Implement IApplicationAssociationRegistration QueryCurrentDefault. 2015-02-18 16:40:52 +09:00
Michael Stefaniuc 2e54309f39 quartz: Remove an always true conditional subexpression (PVS-Studio). 2015-02-18 16:09:17 +09:00
Michael Stefaniuc 73019d5e20 ole32: Remove an always true conditional subexpression (PVS-Studio). 2015-02-18 16:09:13 +09:00
Michael Stefaniuc 63174c2f36 user32: IDI_WINLOGO is already an int resource (PVS-Studio). 2015-02-18 16:09:05 +09:00
Michael Stefaniuc 54d3816eb8 riched20: IDC_IBEAM is already an int resource (PVS-Studio). 2015-02-18 16:09:00 +09:00