ddraw: Properly clear the clip list if ddraw_clipper_SetClipList() is called with...
[wine] / dlls / ddraw / ddraw.c
2012-01-09  Francois Gougetddraw: Make ddraw_reset_enum_callback() and ddraw_surfa...
2012-01-09  Henri Verbeetwined3d: Get rid of the WINED3DMULTISAMPLE_TYPE typedef.
2012-01-06  Henri Verbeetwined3d: Get rid of the WINED3DSWAPEFFECT typedef.
2011-12-23  Henri Verbeetddraw: Fix the title and class name for the auto ddraw...
2011-12-23  Henri Verbeetddraw: Handle the special DDSCL_SETFOCUSWINDOW | DDSCL_...
2011-12-23  Henri Verbeetddraw: Properly handle DDSCL_CREATEDEVICEWINDOW.
2011-12-23  Henri Verbeetddraw: Clear the focus and device windows on DDSCL_NORMAL.
2011-12-23  Henri Verbeetddraw: DDSCL_CREATEDEVICEWINDOW requires DDSCL_EXCLUSIVE.
2011-12-13  Henri Verbeetwined3d: Get rid of the WINED3DDEVTYPE typedef.
2011-12-13  Henri Verbeetwined3d: Get rid of the WINEDDCAPS typedef.
2011-12-13  Henri Verbeetddraw: Move clipper handling to ddraw.
2011-12-06  Henri Verbeetddraw: Don't enumerate surfaces without references.
2011-12-02  Henri Verbeetwined3d: Get rid of the WINED3DPRESENT_PARAMETERS typedef.
2011-11-30  Henri Verbeetwined3d: Add a flags parameter to wined3d_surface_create().
2011-11-30  Henri Verbeetddraw: Resize the swapchain window on mode changes...
2011-11-29  Henri Verbeetddraw: Rename the wineD3D field in IDirectDrawImpl...
2011-11-29  Henri Verbeetddraw: Create the wined3d swapchain when setting the...
2011-11-24  Henri Verbeetwined3d: Get rid of the WINED3DADAPTER_IDENTIFIER typedef.
2011-11-24  Henri Verbeetddraw: Fail surface creation if the cooperative level...
2011-11-23  Henri Verbeetddraw: Move setting ddraw->d3d_target out of ddraw_atta...
2011-11-18  Henri Verbeetddraw: We can't render to the desktop window either.
2011-11-17  Henri Verbeetwined3d: Get rid of the WINED3DDISPLAYMODE typedef.
2011-11-15  Stefan Dösingerddraw: Set correct HEL and HAL color models.
2011-11-14  Henri Verbeetddraw: Use wined3d_mutex_lock() / wined3d_mutex_unlock...
2011-10-25  Henri Verbeetddraw: Read/draw from/to the actual screen when there...
2011-10-18  Henri Verbeetddraw: Destroy the swapchain in ddraw_destroy() if...
2011-10-17  Ričardas Barkauskasddraw: COM cleanup for IDirect3DDevice7 interface.
2011-10-17  Ričardas Barkauskasddraw: Use impl_from_IDirect3DDevice7 for application...
2011-10-17  Ričardas Barkauskasddraw: COM cleanup for IDirect3DDevice3 interface.
2011-10-17  Ričardas Barkauskasddraw: COM cleanup for IDirect3DDevice2 interface.
2011-10-11  Stefan Dösingerwined3d: Remove d3d8/9 palette support.
2011-10-04  Ričardas Barkauskasddraw: COM cleanup for IDirect3DViewport3 interface.
2011-10-04  Ričardas Barkauskasddraw: COM cleanup for the IDirectDrawPalette interface.
2011-10-03  Akihiro Sagawaddraw: Use the same device name as Windows for the...
2011-09-20  Henri Verbeetddraw: Store the wined3d swapchain reference in the...
2011-09-20  Henri Verbeetddraw: Setup swapchain dimensions and format using...
2011-09-19  Henri Verbeetddraw: Implement ddraw7_Initialize().
2011-09-19  Henri Verbeetddraw: Get rid of IDirectDraw3.
2011-09-16  Henri Verbeetddraw: Use real flips.
2011-09-16  Henri Verbeetddraw: Use offscreen backbuffers.
2011-09-16  Henri Verbeetddraw: Store the primary surface.
2011-09-15  Henri Verbeetddraw: Get rid of the surfaces field in IDirectDrawImpl.
2011-09-14  Henri Verbeetddraw: Get rid of the unused "initialized" field in...
2011-09-14  Henri Verbeetddraw: Just use a static variable for vblank emulation.
2011-09-14  Henri Verbeetddraw: Just use a static variable for scanline emulation.
2011-09-13  Francois GougetAssorted spelling fixes.
2011-09-12  Henri Verbeetddraw: Get the total amount of video memory from wined3d.
2011-09-12  Henri Verbeetddraw: Initialize the swapchain presentation parameters...
2011-09-08  Henri Verbeetddraw: Introduce a function for creating the swapchain.
2011-09-08  Henri Verbeetddraw: Also check errors returned by ddraw_create_gdi_s...
2011-09-07  Stefan Dösingerddraw: Add some NULL pointer tests.
2011-09-07  Henri Verbeetddraw: Set the swap effect to WINED3DSWAPEFFECT_COPY...
2011-09-07  Henri Verbeetddraw: Only explicitly initialize non-zero fields in...
2011-08-31  Stefan Dösingerddraw: Convert dwZBufferBitDepth into a DDPIXELFORMAT.
2011-08-31  Stefan Dösingerddraw: Introduce a function to convert a DDSURFACEDESC2...
2011-08-31  Stefan Dösingerddraw: Introduce a function to convert a DDSURFACEDESC...
2011-08-31  Henri Verbeetddraw: Get rid of the ImplType fields in IDirectDrawImp...
2011-08-31  Henri Verbeetddraw: Get rid of the surface implementation switching...
2011-08-29  Henri Verbeetddraw: Introduce a separate function for setting the...
2011-08-29  Henri Verbeetddraw: Remove a redundant check from ddraw7_SetCooperat...
2011-08-29  Henri Verbeetddraw: Trace which surfaces we enumerate in ddraw7_Enum...
2011-08-29  Stefan Dösingerddraw: Emulate a 24 bit depth format without stencil...
2011-08-25  Ričardas Barkauskasddraw: Do not create implicit depth buffer.
2011-08-22  Ričardas Barkauskasddraw: Do not AddRef IDirectDraw7 iface in CreateSurfac...
2011-08-01  Frédéric Delanoydlls: Assorted spelling fixes.
2011-07-29  Henri Verbeetwined3d: wined3d_device_evict_managed_resources() doesn...
2011-07-22  Henri Verbeetddraw: Resize the window after setting the new display...
2011-07-19  Henri Verbeetddraw: Just use SetWindowPos() in ddraw_set_display_mode().
2011-07-05  Henri Verbeetwined3d: Make D3DRS_ZBIAS work.
2011-06-28  Ričardas Barkauskasddraw: Separate IDirectDrawSurface and IDirectDrawSurfa...
2011-06-28  Ričardas Barkauskasddraw: Separate IDirectDrawSurface4 reference count.
2011-06-24  Henri Verbeetwined3d: Request per-surface palettes in the client...
2011-06-24  Henri Verbeetwined3d: Explicitly set surface alignment in the client...
2011-06-21  Ričardas Barkauskasddraw: Remove ddraw_set_surface_version and set surface...
2011-06-20  Ričardas Barkauskasddraw: Fix ddraw4_EnumSurfaces to pass correct iface...
2011-06-20  Michael Stefaniucddraw: COM cleanup for the IDirectDrawClipper iface.
2011-06-17  Stefan Dösingerddraw: Implement IDirect3D7::EvictManagedTextures.
2011-06-15  Michael Stefaniucddraw: COM cleanup for the IDirect3DVertexBuffer7 iface.
2011-06-15  Michael Stefaniucddraw: COM cleanup for the IDirect3DVertexBuffer iface.
2011-06-15  Michael Stefaniucddraw: Avoid unsafe IDirect3DVertexBuffer to object...
2011-06-15  Michael Stefaniucddraw: Rename d3d_vertex_buffer_init() and have it...
2011-06-10  Ričardas Barkauskasddraw: Separate IDirectDrawSurface vtable.
2011-06-10  Ričardas Barkauskasddraw: Use unsafe_impl_from_IDirectDrawSurface() for...
2011-06-09  Michael Stefaniucddraw: COM cleanup for the IDirect3DLight iface.
2011-06-08  Michael Stefaniucddraw: COM cleanup for the IDirect3DMaterial3 iface.
2011-06-08  Michael Stefaniucddraw: Avoid "unsafe" IDirect3DMaterial3 to object...
2011-06-08  Michael Stefaniucddraw: Rename d3d_material_init() and have it allocate...
2011-06-07  Michael Stefaniucddraw: COM cleanup for the IDirect3DMaterial iface.
2011-06-07  Michael Stefaniucddraw: COM cleanup for the IDirect3DMaterial2 iface.
2011-06-06  Ričardas Barkauskasddraw: Separate IDirectDrawSurface4 vtable.
2011-06-06  Ričardas Barkauskasddraw: Use unsafe_impl_from_IDirectDrawSurface4.
2011-06-06  Ričardas Barkauskasddraw: Change lpVtbl to IDirectDrawSurface7_iface.
2011-06-06  Ričardas Barkauskasddraw: Avoid IDirectDrawSurfaceX to IDirectDrawSurface7...
2011-06-06  Ričardas Barkauskasddraw: Use impl_from_IDirectDrawSurface7() instead...
2011-06-06  Ričardas Barkauskasddraw: Separate conversion from IDirectDrawSurface7...
2011-06-06  Ričardas Barkauskasddraw: Pass an object instead of iface to helper functi...
2011-06-06  Ričardas Barkauskasddraw: Use unsafe_impl_from_IDirectDrawSurface7() for...
2011-06-01  Andrew Nguyenddraw: Handle a callback cancellation attempt in d3d7_E...
2011-06-01  Andrew Nguyenddraw: Extend the lifetime of the EnumDevices strings...
2011-05-31  Ričardas Barkauskasddraw: Change IDirectDrawSurface3_vtbl to IDirectDrawSu...
next