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 |