d3dx9: Add support for D3DFMT_A32B32G32R32F.
[wine] / dlls / jscript / vbarray.c
2012-10-31  Jacek Cabanjscript: Fixed some leaks (coverity).
2012-09-19  Jacek Cabanjscript: Store exception value in script_ctx_t instead...
2012-09-17  Jacek Cabanjscript: Use jsval instead of VARIANT to pass arguments...
2012-09-17  Jacek Cabanjscript: Added new variable representation and use...
2012-07-16  Jacek Cabanjscript: Properly handle constructor property for most...
2012-06-25  Jacek Cabanjscript: Don't use DISPPARAMS for internal arguments.
2012-03-14  Jacek Cabanjscript: Get rid of no longer needed caller argument...
2012-03-12  Jacek Cabanjscript: Removed no longer needed caller argument from...
2010-12-28  Jacek Cabanjscript: Pass HRESULTs instead of IDSs to throw_* funct...
2010-10-19  Piotr Cabanjscript: Improved error handling in VBArray functions.
2010-10-18  Piotr Cabanjscript: Added VBArray handling to to_object().
2010-10-18  Piotr Cabanjscript: Added VBArray.toArray() implementation.
2010-10-18  Piotr Cabanjscript: Added VBArray.getItem() implementation.
2010-10-18  Piotr Cabanjscript: Added VBArray.dimensions() implementation.
2010-10-18  Piotr Cabanjscript: Added VBArray.ubound() implementation.
2010-10-18  Piotr Cabanjscrpt: Added VBScript.lbound() implementation.
2010-10-18  Piotr Cabanjscript: Implement VBArray constructor.
2010-10-18  Piotr Cabanjscript: Added VBArray stub.