wined3d: Find possible fbconfis on dll load time, use them in CheckDepthStencilMatch.
[wine] / dlls / wined3d / swapchain.c
2007-04-17  H. Verbeetwined3d: Don't try to clear the depth stencil if there...
2007-04-16  Stefan Dösingerd3d: Remove dependency on ddraw.h header.
2007-04-07  Stefan Dösingerwined3d: Add Filtering to IWineD3DSurface::Blt and...
2007-03-19  Stefan Dösingerwined3d: Store an array of contexts in the swapchain.
2007-03-19  Stefan Dösingerwined3d: Activate a context before doing opengl calls.
2007-03-17  Andrew Talbotwined3d: Replace inline static with static inline.
2007-03-07  Stefan Dösingerwined3d: Rework surface dirtification.
2007-02-19  Stefan Dösingerwined3d: Remove an outdated TODO comment.
2007-02-16  H. Verbeetwined3d: Fix WINED3DPRESENT_PARAMETERS and use it inste...
2007-02-15  Stefan Dösingerwined3d: Restore the display mode when releasing a...
2007-02-14  Stefan Dösingerwined3d: Swap the SFLAG_DIBSECTION flag when swaping...
2007-02-13  Stefan Dösingerwined3d: Use the context manager to create onscreen...
2007-02-13  Stefan Dösingerwined3d: Use the context manager to select the primary...
2007-01-10  Stefan Dösingerwined3d: Count the framerate per swapchain, not globally.
2007-01-02  Alexandre JulliardUse GetDC instead of CreateDC where possible.
2006-12-20  H. Verbeetwined3d: Allow the device to store multiple render...
2006-12-14  Dmitry Timoshkovwined3d: Make some data const.
2006-12-06  Markus Amslerd3d: Callback infrastructure for implicit render target...
2006-11-30  Markus AmslerRevert "d3d: Remove AddRef from IWineD3DDevice_GetBackB...
2006-11-30  Markus AmslerRevert "d3d: Remove AddRef from IWineD3DDevice_GetSwapC...
2006-11-22  Markus Amslerd3d: Remove AddRef from IWineD3DDevice_GetSwapChain.
2006-11-22  Markus Amslerd3d: Remove AddRef from IWineD3DDevice_GetBackBuffer.
2006-11-07  Francois GougetAssorted spelling fixes.
2006-10-31  Ivan Gyurdievwined3d: Add D3DCLEAR codes to the WINED3D namespace.
2006-10-20  Karsten Elfenbeinwined3d: Fix the FrontBuffer content capturing.
2006-10-20  Karsten Elfenbeinwined3d: Correct the software cursor position if the...
2006-10-11  Ivan Gyurdievwined3d: D3DFORMAT: Consistently use WINED3D namespace.
2006-10-02  Ivan Gyurdievwined3d: Win64 printf fixes.
2006-07-28  Stefan Dösingerwined3d: Do not use the IWineD3DSurface for the cursor.
2006-07-24  Stefan Dösingerwined3d: Draw the cursor.
2006-07-18  Stefan Dösingerwined3d: Duplicate flips in software if the local copy...
2006-07-07  Stefan DösingerAdd a common fps counter channel to ddraw, opengl and...
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.