wined3d: Set correct default for DMAPOFFSET sampler state.
[wine] / dlls / wined3d / stateblock.c
2006-10-30  Ivan Gyurdievwined3d: Set correct default for DMAPOFFSET sampler...
2006-10-24  Ivan Gyurdievwined3d: Add D3DZBUFFERTYPE to the WINED3D namespace.
2006-10-24  Ivan Gyurdievwined3d: Add D3DBLEND to the WINED3D namespace.
2006-10-24  Ivan Gyurdievwined3d: Add D3DTA masks to the WINED3D namespace.
2006-10-24  Ivan Gyurdievwined3d: Add D3DTADDRESS to the WINED3D namespace.
2006-10-13  Ivan Gyurdievwined3d: Add D3DTEXTURETRANSFORMTYPE to the WINED3D...
2006-10-13  Ivan Gyurdievwined3d: Add D3DVERTEXBLENDFLAGS to the WINED3D namespace.
2006-10-13  Ivan Gyurdievwined3d: Add D3DTEXTUREOP to the WINED3D namespace.
2006-10-12  Ivan Gyurdievwined3d: Merge D3DMATRIX types into one type in WINED3D...
2006-10-11  Ivan Gyurdievwined3d: Merge VIEWPORT types into one type in WINED3D...
2006-10-11  Ivan Gyurdievwined3d: Merge MATERIAL types into one type in WINED3D...
2006-10-11  Ivan Gyurdievwined3d: D3DTEXTURESTAGESTATETYPE: Consistently use...
2006-10-02  Ivan Gyurdievwined3d: Win64 printf fixes.
2006-08-21  H. Verbeetwined3d: Improve float constant loading a bit.
2006-08-21  H. Verbeetwined3d: Lookup GLSL float uniform locations only once...
2006-08-21  H. Verbeetwined3d: Free the float constant map arrays for all...
2006-07-24  Jason Greenwined3d: Improve traces for D3DTRANSFORMSTATETYPE.
2006-07-24  Jason Greenwined3d: Replace memset/memcpy routines on stateblock...
2006-07-21  Ivan Gyurdievwined3d: Correct initial render states.
2006-07-19  Jason Greenwined3d: Make the number of floating point shader const...
2006-06-28  H. Verbeetwined3d: Use register combiners for texture stage opera...
2006-06-28  H. Verbeetwined3d: Texture limits fixes.
2006-06-26  Francois GougetAssorted spelling, case and grammar fixes.
2006-06-10  Alexandre Julliardwined3d: Make the virtual table functions static where...
2006-06-09  Jason Greenwined3d: Move constant loading out of DrawPrimDrawStrid...
2006-06-07  Ivan Gyurdievwined3d: Fix missing light recording.
2006-06-06  Ivan Gyurdievwined3d: Remove constant type field in stateblock.
2006-05-25  Roderick Colenbranderwined3d: Dynamicly load GL_ARB_multitexture functions.
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...