wined3d: Use the same card selection for both Intel Mesa and binary drivers.
[wine] / dlls / wined3d / swapchain_base.c
2010-09-14  Henri Verbeetwined3d: Get rid of redundant comparisons against NULL...
2010-09-03  Henri Verbeetwined3d: Explicitly document some more consequences...
2010-09-01  Henri Verbeetwined3d: Don't require wined3d object parents to be...
2010-08-16  Henri Verbeetwined3d: Cleanup IWineD3DBaseSwapChainImpl_GetBackBuffe...
2010-08-16  Henri Verbeetwined3d: Fix some misspellings of "surface".
2010-07-19  Florian Köberlewined3d: Let GetRasterStatus return D3DERR_INVALIDCALL.
2010-04-27  Henri Verbeetwined3d: Store back buffer surfaces as IWineD3DSurfaceI...
2010-04-27  Henri Verbeetwined3d: Store the front buffer surface as an IWineD3DS...
2010-04-21  Henri Verbeetwined3d: Fix some more misspellings of "device".
2010-03-16  Henri Verbeetwined3d: Store the device window in the swapchain.
2009-12-22  Henri Verbeetwined3d: Get rid of some redundant local variables.
2009-12-22  Henri Verbeetwined3d: Cleanup IWineD3DBaseSwapChainImpl_QueryInterfa...
2009-12-10  Henri Verbeetwined3d: Rename "wineD3DDevice" to "device".
2009-12-08  Henri Verbeetwined3d: Rename the "wineD3D" device field to "wined3d".
2009-12-08  Henri Verbeetwined3d: Rename the wined3d_adapter "num" field to...
2009-09-16  Henri Verbeetwined3d: Don't free D3D surfaces until the wined3d...
2008-12-02  Henri Verbeetwined3d: Handle a few "silent" FIXMEs more consistent...
2008-10-18  Alexandre Julliardwined3d: Convert source files to utf-8.
2008-10-10  Francois GougetAssorted spelling fixes.
2008-09-04  Rico Schüllerwined3d/d3d9: Set the initial scissorrect to the dimesi...
2008-08-19  Stefan Dösingerwined3d: Move some swapchain code into a base class.