Henri Verbeet
|
7c6ca2077f
|
ddraw: Allow attaching surfaces other than depth buffers in ddraw_surface4_AddAttachedSurface().
|
2014-01-27 17:39:47 +01:00 |
Henri Verbeet
|
fffaf03c0d
|
ddraw/tests: Rewrite AttachmentTest() and AttachmentTest7().
|
2014-01-27 17:39:47 +01:00 |
Andrey Gusev
|
e7f0a8a081
|
Assorted spelling and typos fixes.
|
2014-01-27 17:00:11 +01:00 |
Henri Verbeet
|
1318d5786f
|
ddraw/tests: Verify dwBackBufferCount on back buffer surfaces in test_flip().
|
2014-01-17 11:00:38 +01:00 |
Henri Verbeet
|
c7d05d2d60
|
ddraw: Pass the monitor to the callback in ddraw_enumerate_secondary_devices().
|
2014-01-10 12:06:22 +01:00 |
Erich E. Hoover
|
dc184b526c
|
ddraw/tests: Test DirectDrawEnumerateEx with DDENUM_ATTACHEDSECONDARYDEVICES.
|
2014-01-09 17:39:58 +01:00 |
Erich E. Hoover
|
eba5132bfa
|
ddraw: Make DirectDrawEnumerateEx report the driver description.
|
2014-01-09 17:39:57 +01:00 |
Erich E. Hoover
|
639f9335c2
|
ddraw: Make DirectDrawEnumerateEx only enumerate secondary display devices when requested.
|
2014-01-09 17:39:56 +01:00 |
Henri Verbeet
|
e00cc024fd
|
ddraw/tests: Add some color key tests for complex surfaces.
|
2014-01-09 17:39:49 +01:00 |
Henri Verbeet
|
bddb0433f3
|
ddraw: Return DDERR_NOTONMIPMAPSUBLEVEL for ddraw_surface7_SetColorKey() on mipmap sub levels.
|
2014-01-09 17:39:47 +01:00 |
Henri Verbeet
|
f7ee96c311
|
ddraw: Don't propagate color key changes to attached surfaces.
|
2014-01-09 15:50:45 +01:00 |
Henri Verbeet
|
4710c4b51a
|
wined3d: Store color keys in textures instead of in surfaces.
|
2014-01-09 15:50:39 +01:00 |
Stefan Dösinger
|
03b2e737d2
|
ddraw/tests: Add a getdc test with a custom pitch.
|
2014-01-08 20:03:04 +01:00 |
Stefan Dösinger
|
b91973daa7
|
wined3d: Merge wined3d_surface_set_mem into wined3d_surface_update_desc .
|
2014-01-08 20:02:22 +01:00 |
Stefan Dösinger
|
2a012ba16f
|
ddraw: Always set surface width, height and format in ddraw_surface7_SetSurfaceDesc.
|
2014-01-08 19:55:06 +01:00 |
Frédéric Delanoy
|
6151371de3
|
ddraw/tests: Use BOOL type where appropriate.
|
2014-01-03 18:08:51 +01:00 |
Francois Gouget
|
1f26451964
|
ddraw/tests: Fix compilation on systems that don't support nameless unions.
|
2014-01-03 11:28:16 +01:00 |
Alexandre Julliard
|
99ef0d6ff0
|
makefiles: Get rid of the MAKE_TEST_RULES variable.
|
2014-01-02 12:13:16 +01:00 |
Alexandre Julliard
|
5e7416e5c8
|
makefiles: Get rid of the MAKE_DLL_RULES variable.
|
2014-01-02 12:08:18 +01:00 |
Alexandre Julliard
|
d08ff3ff19
|
makefiles: Use a single variable for all types of idl files.
|
2013-12-31 18:15:17 +01:00 |
Henri Verbeet
|
4e7b62a46d
|
wined3d: Get rid of unused palette flags.
|
2013-12-13 12:36:11 +01:00 |
Henri Verbeet
|
f27bb660b3
|
wined3d: Explicitly pass the palette size to wined3d_palette_create().
|
2013-12-13 12:36:11 +01:00 |
Henri Verbeet
|
89dedf6408
|
ddraw: Just set the palette caps in ddraw7_GetCaps().
|
2013-12-13 12:36:11 +01:00 |
Henri Verbeet
|
b9ab54a09a
|
ddraw/tests: Add a test for palettes on primary surfaces.
|
2013-12-13 12:36:11 +01:00 |
Henri Verbeet
|
c5a8b933af
|
ddraw: Unset the primary surface's palette when the palette is released.
|
2013-12-13 12:36:10 +01:00 |
Stefan Dösinger
|
cc978c90d4
|
ddraw/tests: Use correct ddraw COM macros.
|
2013-12-12 19:21:37 +01:00 |
Stefan Dösinger
|
f53d83cf26
|
ddraw: Sysmem overlays are not allowed.
|
2013-12-12 19:21:37 +01:00 |
Stefan Dösinger
|
0fdb1aaff6
|
ddraw: SetSurfaceDesc does not work on primaries.
|
2013-12-12 19:21:36 +01:00 |
Henri Verbeet
|
d5863f7f40
|
ddraw: Set DDPCAPS_PRIMARYSURFACE when attaching a palette to the primary surface.
|
2013-12-12 12:08:25 +01:00 |
Henri Verbeet
|
bf7f80f4b3
|
ddraw: Store the palette flags in the ddraw palette.
|
2013-12-12 12:08:23 +01:00 |
Henri Verbeet
|
9651079ff9
|
ddraw: Don't set the palette on attached backbuffers in ddraw_surface7_SetPalette().
Tests show this is just wrong. This patch fixes a regression introduced by
commit 74e3f516bc .
|
2013-12-12 12:08:19 +01:00 |
Henri Verbeet
|
1f0bb534ec
|
ddraw: Keep a reference to the palette in the surface.
|
2013-12-12 12:08:16 +01:00 |
Stefan Dösinger
|
5a656dead6
|
ddraw/tests: Test user memory and getdc interaction.
Some Windows Media Player 9 visualization plugins used ddraw in this way
to get a dc for their custom memory allocations.
|
2013-12-11 18:17:00 +01:00 |
Henri Verbeet
|
0f49ffae41
|
ddraw: Properly swap the wined3d texture parent in ddraw_surface7_Flip().
|
2013-12-06 16:46:39 +01:00 |
Henri Verbeet
|
15c1a26b55
|
wined3d: Create volumes inside wined3d.
|
2013-12-06 13:14:52 +01:00 |
Francois Gouget
|
94eb50eda0
|
ddraw/tests: Fix compilation on systems that don't support nameless unions.
|
2013-12-05 12:40:57 +01:00 |
Henri Verbeet
|
ce09d3633a
|
ddraw: Properly flip through the swap chain in ddraw_surface7_Flip().
|
2013-12-05 12:40:56 +01:00 |
Henri Verbeet
|
7524258aaf
|
ddraw: Implement flips inside ddraw.
|
2013-12-05 12:40:56 +01:00 |
Henri Verbeet
|
f637c229f9
|
ddraw/tests: Add a test for primary surface capabilities.
|
2013-12-05 12:40:56 +01:00 |
Henri Verbeet
|
8797a9eda3
|
ddraw: Require a non-zero back buffer count for swap chains.
|
2013-12-05 12:40:56 +01:00 |
Henri Verbeet
|
23f47b573e
|
ddraw: Require DDSCAPS_FLIP and DDSCAPS_COMPLEX to be used together.
|
2013-12-05 12:40:55 +01:00 |
Henri Verbeet
|
6cba2285bc
|
ddraw: Reject creating primary surfaces with DDSCAPS_TEXTURE.
|
2013-12-04 11:08:22 +01:00 |
Henri Verbeet
|
a9afc9356e
|
ddraw: Reject explicitly creating a flippable front buffer.
|
2013-12-04 11:08:19 +01:00 |
Henri Verbeet
|
00eaf27dc7
|
ddraw: Validate that surfaces are on the same swap chain in ddraw_surface7_Flip().
|
2013-12-04 11:07:51 +01:00 |
Henri Verbeet
|
74e3f516bc
|
ddraw: Attach the first surface in the swap chain to the last one.
|
2013-12-04 11:07:46 +01:00 |
Henri Verbeet
|
ab8d59c29d
|
ddraw: Reject flips of surfaces with themselves.
|
2013-12-04 11:07:41 +01:00 |
Frédéric Delanoy
|
5ba7f79bad
|
Assorted spelling fixes.
|
2013-12-03 19:41:53 +01:00 |
Stefan Dösinger
|
42470bae67
|
ddraw/tests: Test SetSurfaceDesc and Lock interaction.
|
2013-12-03 19:36:13 +01:00 |
Stefan Dösinger
|
5e43ee256c
|
ddraw: Check for lpSurface=NULL in SetSurfaceDesc.
|
2013-12-03 19:36:11 +01:00 |
Stefan Dösinger
|
c15d89c803
|
ddraw: SetSurfaceDesc accepts DDSD_CAPS with dwCaps=0.
|
2013-12-03 19:36:09 +01:00 |