Commit Graph

58795 Commits

Author SHA1 Message Date
Aurimas Fišeras
d7434fea99 mpr: Add Lithuanian translation. 2009-06-22 11:27:35 +02:00
Stefan Dösinger
95788401af wined3d: GLSL 1.20 includes gl_FragData[] syntax.
This means we don't have to enable ARB_draw_buffers explicitly.
2009-06-22 11:27:20 +02:00
Stefan Dösinger
3845b37a21 wined3d: Advertise SM 3.0 in ARB if the extensions are available. 2009-06-22 11:27:11 +02:00
Stefan Dösinger
e211a0b4a4 wined3d: Enable Shader Model 2.0 in ARB.
If the needed constants are available, we can support all vs_2_0 and ps_2_0
requirements with the plain ARB extensions. We cannot however, run SM 2.0a or
SM 2.0b.
2009-06-22 11:27:05 +02:00
Stefan Dösinger
e1c6b73e2d wined3d: Make the ARB index offset work with emulated MOVA. 2009-06-22 11:26:57 +02:00
Stefan Dösinger
77820d5ea5 wined3d: XXXC CC doesn't work even with NV_FP2 on. 2009-06-22 11:26:50 +02:00
Stefan Dösinger
26d17fe04c wined3d: Implement MRTs in ARB. 2009-06-22 11:26:43 +02:00
Stefan Dösinger
bb8bcf5878 wined3d: Reload the first 8 constants on a 1.x and != 1.x ps switch.
ps 1.x constants are clamped to [-1;1], constants in >= 2.0 pshaders
are not. This means we have to reload constants when switching between
those shader types in ARB. In GLSL this is not a concern because
constants are tied to program objects and are reloaded on a shader
change anyway.
2009-06-22 11:26:33 +02:00
Stefan Dösinger
2364ce08e5 d3d9: Add a SGN test. 2009-06-22 11:26:14 +02:00
Stefan Dösinger
b93136e0c3 d3d9: Add an aL indexing test. 2009-06-22 11:26:07 +02:00
Stefan Dösinger
20401fa9af wined3d: Invalidate the srgb tex in surface::unload. 2009-06-22 11:25:57 +02:00
Paul Chitescu
d2ca7cf428 winecfg: Fixed Romanian translation. 2009-06-22 11:23:15 +02:00
Paul Vriens
cb2d43100c urlmon/tests: Fix a test failure on Win95 by using more A-functions. 2009-06-22 11:23:10 +02:00
Nicolas Le Cam
25d7065885 shell32/tests: Use win_skip() instead of skip() and trace(). 2009-06-22 11:23:04 +02:00
Nicolas Le Cam
ce78a66d8e shell32/tests: Fix a typo. 2009-06-22 11:22:35 +02:00
Nicolas Le Cam
1d7d110f1c user32/tests: Ignore WM_TIMECHANGE message. 2009-06-22 11:22:30 +02:00
Vincent Povirk
6259aeaacb winex11.drv: Link the windows JFIF format to the X image/jpeg format. 2009-06-22 11:22:23 +02:00
Vincent Povirk
e4663206be winex11.drv: Link the windows PNG format to the X image/png format. 2009-06-22 11:22:19 +02:00
Vincent Povirk
51385a98cc ole32: Add support for rendering HENHMETAFILE clipboard objects. 2009-06-22 11:22:11 +02:00
Detlef Riekenberg
a30624143a winex11: Get rid of glext.h in remaining locations. 2009-06-22 11:22:02 +02:00
André Hentschel
fcc622030a documentation: README.de spelling fixes. 2009-06-22 11:21:48 +02:00
Alexandre Julliard
675e6e93b1 Release 1.1.24. 2009-06-19 17:49:15 +02:00
Alexandre Julliard
35bc0c798a urlmon/tests: Avoid comparing uninitialized structure data. 2009-06-19 15:10:17 +02:00
Robert Key
89b08bc6e2 wined3d: Add missing HD 3400 renderer string. 2009-06-19 14:54:58 +02:00
Nikolay Sivov
7bf031ebc4 comctl32/listview: Add ability to test comctl32 version 6. Add basic LVM_[G,S]ETVIEW test. 2009-06-19 14:54:47 +02:00
Stefan Doesinger
0188f96dd2 wined3d: Implement EvictManagedResources. 2009-06-19 14:54:04 +02:00
Stefan Doesinger
b2f09fd204 wined3d: Emulate clipplanes in ARB if the NV extensions are not available.
This patch tries to find a free texture coordinate to load up to 4 clip
coordinates into the pixel shader, and uses KIL to throw away fragments
that are cut by a clipplane. If no free texture coordinate is found,
clipping is not done. If more than 4 clipplanes are used, only the first
4 are actually enabled. That should be pretty rare though.
2009-06-19 14:54:00 +02:00
Stefan Doesinger
7baf7c6518 wined3d: Implement vertex texture fetch in ARB. 2009-06-19 14:53:50 +02:00
Stefan Doesinger
f1e97cdfbc wined3d: Don't run out of varyings because of clipplanes. 2009-06-19 14:53:43 +02:00
Stefan Doesinger
b53b5909ff wined3d: Handle SM 3.0 varyings in ARB. 2009-06-19 14:53:20 +02:00
Detlef Riekenberg
ab19612922 mlang: Implement IMultiLanguage_GetNumberOfCodePageInfo, with test. 2009-06-19 14:51:58 +02:00
Paul Vriens
0b533513c6 mapi32/tests: Don't run tests if ScInitMapiUtil() fails. 2009-06-19 13:53:29 +02:00
Paul Vriens
f06102b84b mapi32/tests: Don't run tests if ScInitMapiUtil() fails. 2009-06-19 13:53:25 +02:00
Paul Vriens
9a9c2ea268 mapi32/tests: Don't run tests if ScInitMapiUtil() fails. 2009-06-19 13:53:22 +02:00
Henri Verbeet
1e0b1e5487 d3d9: Use color_match() in the fog test. 2009-06-19 13:52:56 +02:00
Henri Verbeet
68f20f157e d3dx9_36: Add a test for D3DXGetDeclVertexSize(). 2009-06-19 13:52:54 +02:00
Henri Verbeet
56c8a82a04 d3dx9_36: Implement D3DXGetDeclVertexSize(). 2009-06-19 13:52:50 +02:00
Henri Verbeet
dcc490e82f wined3d: Don't load a rendertarget just because alpha test is enabled.
Unlike the depth test, the alpha test doesn't compare to the existing fragment
but against a reference value.
2009-06-19 13:52:47 +02:00
Henri Verbeet
a25947fa7e d3d8: Add WINED3DFMT_W11V11U10 <=> D3DFMT_W11V11U10 conversion. 2009-06-19 13:52:42 +02:00
Paul Vriens
9a1b829923 msi/tests: Fix some test failures on Win95 by using more A-functions. 2009-06-19 13:52:38 +02:00
Paul Vriens
91e306579b d3d8/tests: Fix some tests (logical || with non-zero constant). 2009-06-19 13:52:32 +02:00
Paul Vriens
44b53ef35e msi/tests: Fix test (logical || with non-zero constant). 2009-06-19 13:52:26 +02:00
Gerald Pfeifer
afbeea25c1 crypt32: Fix incorrect logic condition in test_decodePKCSAttribute(). 2009-06-19 13:52:09 +02:00
Aurimas Fišeras
c22a97b142 oleacc: Add Lithuanian translation. 2009-06-19 13:51:59 +02:00
Paul Vriens
a4477bac28 shell32/tests: Fix some test failures on Vista and higher. 2009-06-19 13:49:49 +02:00
Paul Vriens
b1e007e3c6 shell32/tests: Fix a test failure on Vista and higher. 2009-06-19 13:49:44 +02:00
Francois Gouget
fb37e89a06 comctl32/tests: Make DummyCompareEx() static. 2009-06-19 13:47:20 +02:00
Alexandre Julliard
b579c48133 rpcrt4: Fix memory sizes of marshalled pointers on 64-bit. 2009-06-19 12:49:35 +02:00
Alexandre Julliard
39d75dfba4 rpcrt4/tests: Fix the marshalling test for Win9x. 2009-06-19 12:49:20 +02:00
Alexandre Julliard
c3c8aa3b23 rpcrt4/tests: Fix the marshalling test for Win64. 2009-06-19 12:38:46 +02:00