Stefan Dösinger
|
eb527c82e2
|
Add a common fps counter channel to ddraw, opengl and d3d.
|
2006-07-07 17:52:46 +02:00 |
Stefan Dösinger
|
3862f8e3d7
|
wined3d: Support more than one back buffer.
|
2006-06-15 16:51:41 +02:00 |
Alexandre Julliard
|
e9cbc66e93
|
wined3d: Make the virtual table functions static where possible.
|
2006-06-10 13:15:32 +02:00 |
Stefan Dösinger
|
2c3adec595
|
wined3d: Render target locking fixes.
|
2006-06-05 20:59:41 +02:00 |
Stefan Dösinger
|
e902cd119f
|
wined3d: Swapchain and back buffer corrections + tests.
|
2006-05-24 13:56:55 +02:00 |
Stefan Dösinger
|
a55da88d0b
|
wined3d: Do not addref a NULL backbuffer in IWineD3DSwapChain::GetBackBuffer.
|
2006-05-23 17:52:06 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Stefan Dösinger
|
daa6a3d714
|
wined3d: Support for single buffering.
|
2006-05-15 14:02:18 +02:00 |
Ivan Gyurdiev
|
07f4f70487
|
wined3d: QueryInterface corrections.
|
2006-05-05 20:23:41 +02:00 |
Stefan Dösinger
|
108688f96a
|
wined3d: Don't do a logical AND on the swap effect.
|
2006-04-12 11:17:49 +02:00 |
Stefan Dösinger
|
9d67b4287e
|
wined3d: Rename return values from D3D* to WINED3D*.
|
2006-04-07 14:54:04 +02:00 |
Stefan Dösinger
|
c289b3cc51
|
wined3d: Define WINED3DGAMMARAMP based on D3DGAMMARAMP / DDGAMMARAMP.
|
2006-04-04 20:00:41 +02:00 |
Stefan Dösinger
|
08c38a87e1
|
wined3d: Add WINED3DRASTERSTATUS to wined3d_types.h.
|
2006-04-04 11:51:37 +02:00 |
Stefan Dösinger
|
0ad31f819d
|
wined3d: Add WINED3DBACKBUFFER_TYPE to wined3d_types.h.
|
2006-04-03 12:17:35 +02:00 |
Stefan Dösinger
|
fce54bcc49
|
wined3d: Add WINED3DDISPLAYMODE to wined3d_types.h.
|
2006-04-03 12:17:22 +02:00 |
Stefan Dösinger
|
1d47556195
|
wined3d: Use WINED3DSWAPEFFECT in the wined3d headers and code.
|
2006-03-28 17:51:45 +02:00 |
Stefan Dösinger
|
6104c67613
|
wined3d: Use WINED3DPRESENT_PARAMETERS in IWineD3DSwapChain::GetPresentParameters.
|
2006-03-09 12:51:26 +01:00 |
H. Verbeet
|
f7356a34c3
|
wined3d: Fix the relation between surfaces and their container.
|
2006-03-06 20:08:22 +01:00 |
H. Verbeet
|
bd8db45e44
|
wined3d: Update the QueryInterface functions of IWineD3DBase subclasses.
|
2006-02-06 11:32:41 +01:00 |
Oliver Stieber
|
da29023d7a
|
Clear the z and stencil buffers at the end of the scene, this fixes a
problem with the solid node bsp demo from www.codesampler.com as well
as a lot of blank screens in some other demos.
|
2005-11-17 11:05:12 +00:00 |
Francois Gouget
|
0edbaf7e80
|
Remove spaces before '\n' in traces.
|
2005-11-10 12:14:56 +00:00 |
Oliver Stieber
|
f4e290ff46
|
Fixed an error in Swapchain_GetFrontBufferData.
|
2005-11-08 10:55:49 +00:00 |
Alexandre Julliard
|
c6b005ac69
|
Fixed some more traces to use the right printf format and avoid
typecasts.
|
2005-09-12 14:12:46 +00:00 |
Oliver Stieber
|
42eff0f92b
|
Moved GetRasterStatus from device to swapchain.
|
2005-08-27 09:58:53 +00:00 |
Mike McCormack
|
93ab695a5c
|
Fix gcc 4.0 warnings.
|
2005-08-26 08:53:31 +00:00 |
Oliver Stieber
|
0e0ff51842
|
Update the implementation of GetFrontBufferData in stateblock.
|
2005-08-23 19:59:27 +00:00 |
Oliver Stieber
|
c93da09265
|
Changed swapchains held by the device from an array to a linked
list. Also provide a notification function that that the swapchain can
be removed when it is released.
|
2005-07-27 15:33:17 +00:00 |
Oliver Stieber
|
52b5842f70
|
Remove a load of IWineD3DSurface * casts that are no longer required.
|
2005-07-26 18:56:18 +00:00 |
Oliver Stieber
|
9253e0e39c
|
Tidy up some comments and formatting.
|
2005-07-13 14:15:54 +00:00 |
Francois Gouget
|
28dc5a8afc
|
Assorted spelling fixes.
|
2005-07-11 10:59:41 +00:00 |
Oliver Stieber
|
46e7c30a71
|
Implement swapchains.
|
2005-06-23 11:05:24 +00:00 |