d3d9: Test viewports that are bigger than the surface.
[wine] / dlls / wined3d / swapchain.c
2009-09-25  Henri Verbeetwined3d: Use the DXGI naming convention for all formats.
2009-09-16  Henri Verbeetwined3d: Don't free D3D surfaces until the wined3d...
2009-08-12  Henri Verbeetwined3d: Fix swapchain draw buffer cleanup.
2009-08-05  Henri Verbeetwined3d: WINED3DTEXF_NONE only makes sense as a mip...
2009-08-03  Henri Verbeetwined3d: Rename WineD3DContext to struct wined3d_context.
2009-08-03  Henri Verbeetwined3d: Use the context's current render target the...
2009-07-24  Henri Verbeetwined3d: Explicitly pass the context to get_drawable_si...
2009-07-23  Henri Verbeetwined3d: Remove some unnecessary code.
2009-07-10  Henri Verbeetwined3d: Get rid of struct glDescriptor.
2009-07-08  Henri Verbeetwined3d: Avoid destroying the currently active context...
2009-07-07  Henri Verbeetwined3d: Add some missing float suffixes.
2009-03-13  Henri Verbeetwined3d: Remove the format field from IWineD3DResourceC...
2008-12-02  Andrew Talbotwined3d: Sign-compare warnings fix.
2008-12-01  Marcus Meissnerwined3d: Output the rectangles in the debug message.
2008-11-03  Stefan Dösingerd3d: Do not restore the display mode in ddraw.
2008-10-18  Alexandre Julliardwined3d: Convert source files to utf-8.
2008-09-23  Henri Verbeetwined3d: Skip copying the depth stencil if it's discarded.
2008-08-19  Stefan Dösingerwined3d: Add a swapchain method to set the dest override.
2008-08-19  Stefan Dösingerwined3d: Support redirecting the primary context.
2008-08-19  Stefan Dösingerwined3d: Move some swapchain code into a base class.
2008-08-05  Stefan Dösingerwined3d: Update the surface locations in Present.
2008-08-05  Stefan Dösingerwined3d: Implement overlay flipping.
2008-07-02  Stefan Dösingerwined3d: Restore the gamma when destroying the swapchain.
2008-05-07  Francois GougetAssorted spelling fixes.
2008-04-02  Stefan Dösingerwined3d: Update copyright lines.
2007-12-18  Stefan Dösingerwined3d: Disable the SWAPEFFECT_DISCARD clear.
2007-12-11  Stefan Dösingerwined3d: Use the adapter to read the display mode.
2007-12-04  Stefan Dösingerwined3d: Add a method for querying the gl drawable...
2007-11-16  Stefan Dösingerwined3d: Destroy GL contexts before changing the screen...
2007-11-07  Stefan Dösingerwined3d: Free the backbuffer array.
2007-11-01  Stefan Dösingerwined3d: Disconnect allocatedMemory and Heap allocation.
2007-10-26  Stefan Dösingerwined3d: Begin centralizing surface location management.
2007-10-01  Roderick Colenbranderwined3d: CreateContext should not be called between...
2007-09-14  Stefan Dösingerwined3d: Add support for showing a logo.
2007-09-13  Roderick Colenbranderwined3d: Add PBO support for dynamically locked surfaces.
2007-08-13  Roderick Colenbranderwined3d: Use the proper depth stencil format.
2007-08-08  Roderick Colenbranderwined3d: Move over to WGL.
2007-08-07  Roderick Colenbranderwined3d: Don't call ActivateContext between ENTER_GL...
2007-08-06  Stefan Dösingerwined3d: Present requires the swapchain's context.
2007-07-19  H. Verbeetwined3d: glXSwapBuffers needs a GLX context.
2007-07-03  Stefan Dösingerwined3d: Create multiple contexts for onscreen render...
2007-06-14  Stefan Dösingerwined3d: Present does not clear the depth stencil.
2007-06-14  Stefan Dösingerwined3d: Implement vertical refresh sync.
2007-06-14  Stefan Dösingerwined3d: Only swap system memory resources of front...
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.
next