ddraw: Store the fvf in the ddraw buffer.
[wine] / dlls / ddraw / texture.c
2009-01-22  Henri Verbeetddraw: Get rid of ddcomimpl.h.
2009-01-22  Henri Verbeetddraw: Get rid of ICOM_OBJECT.
2009-01-22  Henri Verbeetddraw: Get rid of ICOM_THIS_FROM.
2009-01-21  Henri Verbeetddraw: Get rid of ICOM_INTERFACE.
2008-10-18  Alexandre Julliardddraw: Convert source files to utf-8.
2008-07-17  Alexander Dorofeyevddraw: Force surfaces without memory flags to video...
2008-05-30  Francois Gougetddraw: Remove trailing spaces in Wine traces.
2008-05-28  Jens Albretsenddraw: IDirect3DTextureImpl_Load failed when texture...
2008-03-17  Cihan Altinayddraw: Fix refcounting of palettes.
2008-02-21  Alexander Dorofeyevddraw: Release interfaces when exiting with error.
2008-02-19  Michael Stefaniucddraw: Add missing unlock on error path. Found by Smatch.
2008-02-19  Alexander Dorofeyevddraw: Fix palette handling in IDirect3DTexture_Load.
2007-12-31  Alexander Dorofeyevddraw: Remove redundant iface<->impl casts in IDirect3D...
2007-12-31  Alexander Dorofeyevddraw: Release palette interfaces.
2007-06-05  Stefan Dösingerddraw: Hold the lock in IDirect3DTexture methods.
2007-05-01  Andrew Talbotddraw: Exclude unused headers.
2006-10-11  H. Verbeetddraw: Win64 printf format warning fixes.
2006-09-10  Andrew Talbotddraw: Cast-qual warning fix.
2006-06-19  Stefan Dösingerddraw: Implement proper handle management.
2006-06-15  Stefan Dösingerddraw: Rewrite most of ddraw using WineD3D.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-10-12  Christian CostaDisable depth test when there is no Z buffer attached.
2005-08-03  Alexandre JulliardRemoved the broken mmap64 configure check, and moved the
2005-08-01  Mike McCormackWarning fixes.
2005-07-26  Alexandre JulliardMake CONST_VTABLE the default in the Wine source.
2005-06-06  Christian CostaMoved d3ddevice and direct3d objects files to ddraw...