ddraw: Get rid of IDirect3DLightImpl.
[wine] / dlls / ddraw / device.c
2012-03-14  Henri Verbeetddraw: Don't return a pointer to the implementation...
2012-03-12  Henri Verbeetddraw: Get rid of IDirectDrawSurfaceImpl.
2012-03-09  Henri Verbeetddraw: Get rid of IDirectDrawImpl.
2012-01-20  Henri Verbeetwined3d: Get rid of the WINED3DSURFTYPE typedef.
2012-01-18  Henri Verbeetwined3d: Get rid of the WINED3DPOOL typedef.
2012-01-18  Henri Verbeetwined3d: Get rid of the WINED3DRESOURCETYPE typedef.
2012-01-18  Henri Verbeetddraw: Allow querying the surface interface if a device...
2012-01-13  Henri Verbeetwined3d: Get rid of the WINED3DTEXTUREFILTERTYPE typedef.
2012-01-12  Henri Verbeetwined3d: Get rid of the WINED3DTRANSFORMSTATETYPE typedef.
2012-01-11  Henri Verbeetwined3d: Get rid of the WINED3DTEXTUREOP typedef.
2012-01-10  Henri Verbeetwined3d: Get rid of the WINED3DTEXTURESTAGESTATETYPE...
2012-01-09  Henri Verbeetwined3d: Get rid of the WINED3DSAMPLERSTATETYPE typedef.
2011-12-22  Henri Verbeetwined3d: Get rid of the WINED3DZBUFFERTYPE typedef.
2011-12-22  Henri Verbeetddraw: Handle the Direct3D clipspace transformation.
2011-12-20  Henri Verbeetwined3d: Get rid of the WINED3DRENDERSTATETYPE typedef.
2011-12-13  Henri Verbeetwined3d: Get rid of the WINED3DDEVTYPE typedef.
2011-12-08  Henri Verbeetwined3d: Get rid of the WineDirect3DVertexStridedData...
2011-12-07  Henri Verbeetwined3d: Get rid of the WineDirect3DStridedData typedef.
2011-12-05  Stefan Dösingerddraw/tests: Add a IDirect3DDevice7 GetCaps test.
2011-12-05  Stefan Dösingerddraw: Size handling fixes for IDirect3DDevice::GetCaps.
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 Verbeetddraw: Set the render target to the wined3d frontbuffer...
2011-11-23  Matteo Bruniddraw: Reorder formats in EnumTextureFormats.
2011-11-22  Henri Verbeetwined3d: Get rid of the WINED3DVIEWPORT typedef.
2011-11-21  Henri Verbeetwined3d: Get rid of the WINED3DMATERIAL typedef.
2011-11-21  Henri Verbeetwined3d: Get rid of the WINED3DLIGHT typedef.
2011-11-18  Henri Verbeetwined3d: Get rid of the WINED3DMATRIX typedef.
2011-11-17  Henri Verbeetwined3d: Get rid of the WINED3DDISPLAYMODE typedef.
2011-11-16  Henri Verbeetwined3d: Pass a wined3d_color struct to wined3d_device_...
2011-11-14  Henri Verbeetddraw: Use wined3d_mutex_lock() / wined3d_mutex_unlock...
2011-10-31  Henri Verbeetddraw: Implement copy_mipmap_chain() on top of wined3d_...
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: Use unsafe_impl_from_IDirect3DDevice7 for applic...
2011-10-17  Ričardas Barkauskasddraw: COM cleanup for IDirect3DDevice3 interface.
2011-10-17  Ričardas Barkauskasddraw: Rename device_from_device3 to impl_from_IDirect3...
2011-10-17  Ričardas Barkauskasddraw: Use unsafe_impl_from_IDirect3DDevice3 for applic...
2011-10-17  Ričardas Barkauskasddraw: COM cleanup for IDirect3DDevice2 interface.
2011-10-17  Ričardas Barkauskasddraw: Rename device_from_device2 to impl_from_IDirect3...
2011-10-17  Ričardas Barkauskasddraw: Use unsafe_impl_from_IDirect3DDevice2 for applic...
2011-10-17  Ričardas Barkauskasddraw: COM cleanup for IDirect3DDevice interface.
2011-10-17  Ričardas Barkauskasddraw: Rename device_from_device1 to impl_from_IDirect3...
2011-10-17  Ričardas Barkauskasddraw: Use unsafe_impl_from_IDirect3DDevice for applica...
2011-10-04  Ričardas Barkauskasddraw: Use unsafe_impl_from_IDirect3DViewport2 for...
2011-10-04  Ričardas Barkauskasddraw: Use unsafe_impl_from_IDirect3DViewport for appli...
2011-10-04  Ričardas Barkauskasddraw: COM cleanup for IDirect3DViewport3 interface.
2011-10-04  Ričardas Barkauskasddraw: Use unsafe_impl_from_IDirect3DViewport3 for...
2011-07-29  Ričardas Barkauskasddraw: Change IDirect3DTexture2_vtbl to IDirect3DTextur...
2011-07-29  Ričardas Barkauskasddraw: Use unsafe_impl_from_IDirect3DTexture2 for appli...
2011-07-29  Ričardas Barkauskasddraw: Use unsafe_impl_from_IDirect3DTexture() for...
2011-07-29  Ričardas Barkauskasddraw: Do not increase wined3d texture refcount in...
2011-07-08  Michael Stefaniucddraw: Use unsafe_impl_from_IDirect3DExecuteBuffer...
2011-07-08  Michael Stefaniucddraw: COM cleanup for the IDirect3DExecuteBuffer iface.
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-28  Ričardas Barkauskasddraw: Fix SetRenderTarget behaviour on failure.
2011-06-15  Michael Stefaniucddraw: COM cleanup for the IDirect3DVertexBuffer7 iface.
2011-06-15  Michael Stefaniucddraw: Use unsafe_impl_from_IDirect3DVertexBuffer(...
2011-06-10  Ričardas Barkauskasddraw: Separate IDirectDrawSurface vtable.
2011-06-10  Ričardas Barkauskasddraw: Use unsafe_impl_from_IDirectDrawSurface() for...
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: Use unsafe_impl_from_IDirectDrawSurface7() for...
2011-05-31  Ričardas Barkauskasddraw: Change IDirectDrawSurface3_vtbl to IDirectDrawSu...
2011-05-17  Henri Verbeetwined3d: Remove COM from the device implementation.
2011-05-17  Henri Verbeetwined3d: Remove state management methods from the IWine...
2011-05-11  Henri Verbeetwined3d: Remove object creation methods from the IWineD...
2011-05-10  Stefan Dösingerddraw: Map ZBIAS values to a smaller depth range.
2011-05-02  Marcus Meissnerddraw: Added missing break (Coverity).
2011-04-29  Henri Verbeetwined3d: Remove COM from the surface implementation.
2011-04-22  Stefan Dösingerd3d: Map D3DRS_ZBIAS to WINED3DRS_DEPTHBIAS.
2011-04-20  Henri Verbeetddraw: Replace the viewport list with a standard Wine...
2011-04-20  Henri Verbeetddraw: Unset the viewports active device in IDirect3DDe...
2011-04-19  Henri Verbeetddraw: Verify the viewport belongs to the device on...
2011-04-19  Henri Verbeetddraw: Verify the viewport belongs to the device in...
2011-04-04  Henri Verbeetddraw: Fix a typo in a comment.
2011-04-04  Henri Verbeetddraw: Do not unset the index buffer on D3D device...
2011-03-28  Henri Verbeetwined3d: Remove COM from the texture implementation.
2011-03-11  Henri Verbeetwined3d: Get rid of wined3d_buffer_get_desc().
2011-03-10  Henri Verbeetwined3d: Get rid of IWineD3DBaseTexture::GetSubResource...
2011-03-09  Henri Verbeetwined3d: Move the GetLevelDesc() functions to the IWine...
2011-03-09  Henri Verbeetwined3d: Merge the various resource desc structures.
2011-03-04  Henri Verbeetwined3d: Remove COM from the buffer implementation.
2011-03-04  Henri Verbeetddraw: Just pass NULL as index buffer parent.
2011-02-02  Henri Verbeetwined3d: Remove COM from IWineD3D.
2011-01-31  Henri Verbeetwined3d: Remove COM from the stateblock.
2011-01-20  Michael Stefaniucddraw: Drop "Thunk_" from the names of the IDirect3DDev...
2011-01-20  Michael Stefaniucddraw: Drop "Thunk_" from the names of the IDirect3DDev...
2011-01-20  Michael Stefaniucddraw: Drop "Thunk_" from the names of the IDirect3DDev...
2011-01-19  Michael Stefaniucddraw: COM cleanup for the IDirectDraw7 iface.
2011-01-19  Michael Stefaniucddraw: COM cleanup for the IDirectDraw4 iface.
2011-01-19  Michael Stefaniucddraw: COM cleanup for the IDirectDraw2 iface.
2011-01-19  Michael Stefaniucddraw: COM cleanup for the IDirectDraw iface.
2011-01-19  Michael Stefaniucddraw: COM cleanup for the IDirect3D7 iface.
next