Assorted spelling fixes.
[wine] / dlls / wined3d / device.c
2005-03-23  Francois GougetAssorted spelling fixes.
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 StieberImplemented guids for wined3d.
2005-03-02  Oliver StieberPut all the stubs in wined3d in place, with some functi...
2005-02-24  Jason EdmeadesCorrect handling of unusual vendor strings in d3d8...
2005-02-08  Carlos LozanoCheck that pstream is not null.
2005-01-27  Raphael Junqueira- fix typo in wined3d_interface.h
2005-01-26  Raphael Junqueira- VertexDeclaration device APIs
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-12  James HawkinsUse only stored result of Interlocked* in AddRef/Release.
2005-01-09  Jason EdmeadesAdd render target support, and ensure there is a front...
2004-12-22  Francois GougetSpelling fixes.
2004-12-20  Francois GougetAssorted spelling fixes.
2004-12-14  Jason EdmeadesAdd Clear, Present and EndScene support and fix a bug...
2004-12-13  Jason EdmeadesAdd {G,S}etRenderState and {G,S}etTextureStageState...
2004-12-09  Alexandre JulliardJanitorial: C booleans must not be compared against...
2004-12-09  Jason EdmeadesAdd {G,S}etIndices, {G,S}Viewport and enable the basic...
2004-11-30  Adam D. MossFix compilation.
2004-11-29  Jason EdmeadesImplement Material, Clip plane and Light support plus
2004-11-28  Jason EdmeadesAdd Get/Set Transform support, plus BeginScene (does...
2004-11-24  Jason EdmeadesAdd indexbuffer support into wined3d.
2004-11-23  Jason Edmeades- Implement SetStreamSource
2004-10-22  Francois GougetAssorted spelling fixes.
2004-10-21  Jason EdmeadesImplement the beginnings of the stateblock class, and...
2004-10-14  Jason Edmeades- Add support (as far as was previously) for the Vertex...
2004-10-07  Jason EdmeadesAdd a IWineD3DDevice object type (empty for now), and...