Update the address of the Free Software Foundation.
[wine] / dlls / wined3d / stateblock.c
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-15  Ivan Gyurdievwined3d: Fix incorrect sizeof.
2006-05-05  Ivan Gyurdievwined3d: QueryInterface corrections.
2006-04-07  Stefan Dösingerwined3d: Rename return values from D3D* to WINED3D*.
2006-04-06  Stefan Dösingerwined3d: Add WINED3DTEXTUREFILTERTYPE to wined3d_types.h.
2006-02-10  H. Verbeetwined3d: Release the vertex declaration during stateblo...
2006-02-06  H. Verbeetwined3d: Update the QueryInterface functions of IWineD3...
2006-02-06  H. Verbeetwined3d: Update refcounts when storing references in...
2006-01-03  Francois GougetAdd trailing '\n's to ok() calls.
2005-12-15  Oliver Stieberwined3d: Internal reference counting.
2005-11-29  Oliver StieberAdded support for vertex and pixel shader constants...
2005-11-23  Francois GougetAssorted spelling fixes.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-10-29  Oliver StieberMove the softwareVertexProcessing flag from the statebl...
2005-09-28  Oliver StieberImplement state tracking for pixel shader constants.
2005-09-21  Oliver StieberAdded support for state management of vertex shader...
2005-09-19  Oliver StieberStop vertex shader constants from being set at the...
2005-08-22  Oliver StieberFix quite a few texturing problems and cases where...
2005-08-17  Oliver StieberAdd support for vertex shader constants to the stateblock.
2005-08-11  Oliver StieberTrack the state of softwareVertexProcessing.
2005-08-08  Oliver StieberFix stateblock loop errors.
2005-08-08  Oliver StieberAllow the WINED3DSBT_IMPL to be applied so that states...
2005-08-01  Oliver StieberSeparate the setting of the DirectX texture and sampler...
2005-08-01  Oliver StieberSeparate the management of DirectX states and openGL...
2005-07-26  Oliver StieberMakes sure any internal reference counting is passed...
2005-07-13  Oliver StieberTidy up some comments and formatting.
2005-07-11  Francois GougetAssorted spelling fixes.
2005-07-05  Oliver StieberImplemented stateblocks in wined3d.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-03-03  Oliver StieberAdded a stubbed out version of query to d3d9 and wined3d.
2005-03-02  Oliver StieberImplemented guids for wined3d.
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-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-11-28  Jason EdmeadesAdd Get/Set Transform support, plus BeginScene (does...
2004-11-23  Jason Edmeades- Implement SetStreamSource
2004-10-21  Jason EdmeadesImplement the beginnings of the stateblock class, and...