wined3d: Add Filtering to IWineD3DSurface::Blt and handle it.
[wine] / dlls / wined3d / volume.c
2007-04-02  Stefan Dösingerwined3d: Use GL_APPLE_client_storage if available.
2007-02-21  Stefan Dösingerwined3d: Make sure volumes have memory allocated.
2006-12-18  Markus Amslerwined3d: Remove IWineD3DVolume_GetContainerParent.
2006-10-02  Ivan Gyurdievwined3d: Win64 printf fixes.
2006-09-27  H. Verbeetwined3d: Comparing BOOLs against FALSE is redundant.
2006-08-05  Roderick Colenbranderwined3d: Volume textures fix.
2006-06-21  Stefan Dösingerwined3d: Pixel format cleanup.
2006-06-10  Alexandre Julliardwined3d: Make the virtual table functions static where...
2006-06-07  H. Verbeetwined3d: Return the result of QueryInterface in GetCont...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-11  Ivan Gyurdievwined3d: Initialize volume format.
2006-05-05  Ivan Gyurdievwined3d: QueryInterface corrections.
2006-04-07  Stefan Dösingerwined3d: Add WINED3DBOX to wined3d_types.h.
2006-04-07  Stefan Dösingerwined3d: Rename return values from D3D* to WINED3D*.
2006-04-07  Stefan Dösingerwined3d: Add WINED3DLOCKED_BOX to wined3d_types.h.
2006-03-10  Stefan Dösingerwined3d: Consistently use WINED3DRESOURCETYPE.
2006-03-08  Stefan Dösingerwined3d: Add D3DLOCK_* types to wined3d_types.h.
2006-03-06  H. Verbeetwined3d: Fix the relation between volumes and their...
2006-02-13  H. Verbeetwined3d: Don't keep a reference to the container, as...
2006-02-10  H. Verbeetwined3d: Release the container during surface / volume...
2006-02-07  H. Verbeetwined3d/d3d9: Cleanup GetContainer for volumes.
2006-02-06  H. Verbeetwined3d: Update the QueryInterface functions of IWineD3...
2006-02-06  H. Verbeetwined3d: Fix SetContainer.
2005-07-13  Oliver StieberTidy up some comments and formatting.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-03-29  Oliver Stieber- Volume now inherits Resource. This isn't the way...
2005-03-14  Oliver StieberEncapsulate texture, surface encapsulated.
2005-03-02  Oliver StieberImplemented guids for wined3d.
2005-01-17  Jason Edmeades- Add texture support for all the texture types for...