Check to see if the vertex declaration is null before trying to
[wine] / dlls / wined3d / surface.c
2005-07-07  Oliver StieberImplement render targets using either textures, swapcha...
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-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-14  Oliver StieberEncapsulate texture, surface encapsulated.
2005-03-03  Oliver StieberAdded a stubbed out version of query to d3d9 and wined3d.
2005-03-02  Oliver StieberPut all the stubs in wined3d in place, with some functi...
2005-01-19  Joris HuizerGet rid of some TRACE(..., This->resource.ref).
2005-01-18  Jason Edmeades- Handle failures to allocate storage more gracefully.
2005-01-17  Jason Edmeades- Add texture support for all the texture types for...
2005-01-09  Jason EdmeadesAdd render target support, and ensure there is a front...