Use OBJREF on the wire for generic marshaling functions.
[wine] / dlls / ddraw / helper.c
2004-11-30  Eric PouechConst correctness fixes.
2004-04-12  Lionel UlmerAdd the possibility to save a snapshot of the backbuffer at
2003-10-06  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-15  Lionel Ulmer- add ZBuffer write support
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-30  Lionel UlmerAdded ddraw_tex to add texture snooping without needing...
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-02  Lionel Ulmer- do not use the alpha coordinates when ALPHABLEND...
2002-12-19  Lionel UlmerAdded surface dumping function for debug.
2002-11-30  Lionel Ulmer- actually use the VertexBuffer stubs
2002-11-30  Lionel Ulmer - start of support for device locking / unlocking...
2002-11-25  Lionel Ulmer- Prevent the backbuffer to also have the frontbuffer...
2002-11-11  Lionel UlmerProper logging of DDSCAPS / DDSCAPS2 structures.
2002-11-04  Lionel UlmerAugment the DDSCAPS2 dumping routine with new caps.
2002-07-16  Lionel Ulmer- DDRAW_SYSTEMMEMORY is handled like OFFSCREENPLAIN...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-08-10  Jörg MayerFixed a few signed/unsigned and "unsigned < 0 always...
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-23  Alexandre JulliardRemoved some unnecessary includes.
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-01-04  Alexandre JulliardAuthors: Andrew Lewycky <andrew@transgaming.com>, Gavri...
2000-09-26  Lionel UlmerAdded support for DirectDraw overlays using the XVideo...
2000-08-25  Lionel UlmerFixed the displaying of the FOURCC codes in _dump_pixel...
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-09  Alexandre JulliardMoved a few non-standard headers into their respective...
2000-07-31  Alexandre JulliardCleaned up some more USER dependencies.
2000-06-25  Gerald PfeiferProperly cast arguments to printf to match the intended...
2000-06-23  Marcus MeissnerDump FourCC correctly, print conversion messages, add...
2000-06-13  Marcus MeissnerAdded 24->32 packed pixel mapping support to convert.
2000-04-09  Marcus MeissnerRestructured DirectDraw. Split into X11 and DGA driver...