wined3d: Rework shader mode selection.
[wine] / dlls / wined3d / swapchain.c
2006-06-15  Stefan Dösingerwined3d: Support more than one back buffer.
2006-06-10  Alexandre Julliardwined3d: Make the virtual table functions static where...
2006-06-05  Stefan Dösingerwined3d: Render target locking fixes.
2006-05-24  Stefan Dösingerwined3d: Swapchain and back buffer corrections + tests.
2006-05-23  Stefan Dösingerwined3d: Do not addref a NULL backbuffer in IWineD3DSwa...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-15  Stefan Dösingerwined3d: Support for single buffering.
2006-05-05  Ivan Gyurdievwined3d: QueryInterface corrections.
2006-04-12  Stefan Dösingerwined3d: Don't do a logical AND on the swap effect.
2006-04-07  Stefan Dösingerwined3d: Rename return values from D3D* to WINED3D*.
2006-04-04  Stefan Dösingerwined3d: Define WINED3DGAMMARAMP based on D3DGAMMARAMP...
2006-04-04  Stefan Dösingerwined3d: Add WINED3DRASTERSTATUS to wined3d_types.h.
2006-04-03  Stefan Dösingerwined3d: Add WINED3DBACKBUFFER_TYPE to wined3d_types.h.
2006-04-03  Stefan Dösingerwined3d: Add WINED3DDISPLAYMODE to wined3d_types.h.
2006-03-28  Stefan Dösingerwined3d: Use WINED3DSWAPEFFECT in the wined3d headers...
2006-03-09  Stefan Dösingerwined3d: Use WINED3DPRESENT_PARAMETERS in IWineD3DSwapC...
2006-03-06  H. Verbeetwined3d: Fix the relation between surfaces and their...
2006-02-06  H. Verbeetwined3d: Update the QueryInterface functions of IWineD3...
2005-11-17  Oliver StieberClear the z and stencil buffers at the end of the scene...
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-08  Oliver StieberFixed an error in Swapchain_GetFrontBufferData.
2005-09-12  Alexandre JulliardFixed some more traces to use the right printf format...
2005-08-27  Oliver StieberMoved GetRasterStatus from device to swapchain.
2005-08-26  Mike McCormackFix gcc 4.0 warnings.
2005-08-23  Oliver StieberUpdate the implementation of GetFrontBufferData in...
2005-07-27  Oliver StieberChanged swapchains held by the device from an array...
2005-07-26  Oliver StieberRemove a load of IWineD3DSurface * casts that are no...
2005-07-13  Oliver StieberTidy up some comments and formatting.
2005-07-11  Francois GougetAssorted spelling fixes.
2005-06-23  Oliver StieberImplement swapchains.