wined3d: Remove a redundant check in handleStreams().
[wine] / dlls / wined3d / state.c
2006-12-11  Stefan Dösingerwined3d: Move SRGBWRITEENABLE to the state table.
2006-12-11  Stefan Dösingerwined3d: Move tesselation to the state table.
2006-12-11  Stefan Dösingerwined3d: Move WINED3DRS_NORMALDEGREE to the state table.
2006-12-11  Stefan Dösingerwined3d: Move WINED3DRS_POSITIONDEGREE to the state...
2006-12-11  Stefan Dösingerwined3d: Make WINED3DRS_DEBUGMONITORTOKEN a nogl state.
2006-12-11  Stefan Dösingerwined3d: Move WINED3DRS_PATCHSEGMENTS to the state...
2006-12-11  Stefan Dösingerwined3d: Move WINED3DRS_PATCHEDGESTYLE to the state...
2006-12-11  Stefan Dösingerwined3d: Move WINED3DRS_MULTISAMPLEMASK to the state...
2006-12-11  Stefan Dösingerwined3d: Move WINED3DRS_ANTIALIAS to the state table.
2006-12-11  Stefan Dösingerwined3d: Move WINED3DRS_STIPPLEDALPHA to the state...
2006-12-11  Stefan Dösingerwined3d: Move WINED3DRS_TEXTUREPERSPECTIVE to the state...
2006-12-11  Stefan Dösingerwined3d: Move WINED3DRS_DEPTHBIAS to the state table.
2006-12-11  Stefan Dösingerwined3d: Move WINED3DRS_SCISSORTESTENABLE to the state...
2006-12-11  Stefan Dösingerwined3d: Move WINED3DRS_MULTISAMPLEANTIALIAS to the...
2006-12-11  Stefan Dösingerwined3d: Move WINED3DRS_WRAPx to the state table.
2006-12-11  Stefan Dösingerwined3d: Move WINED3DRS_POINTSPRITEENABLE to the state...
2006-12-11  Stefan Dösingerwined3d: Move WINED3DRS_LASTPIXEL to the state table.
2006-12-11  Stefan Dösingerwined3d: Move WINED3DRS_LOCALVIEWER to the state table.
2006-12-11  Stefan Dösingerwined3d: Move WINED3DRS_COLORWRITEENABLEx to the state...
2006-12-11  Stefan Dösingerwined3d: Move point scale render states to the state...
2006-12-11  Stefan Dösingerwined3d: Move WINED3DRS_POINTSIZE_MAX to the state...
2006-12-11  Stefan Dösingerwined3d: Move WINED3DRS_POINTSIZE_MIN to the state...
2006-12-11  Stefan Dösingerwined3d: Move WINED3DRS_POINTSIZE to the state table.
2006-12-11  Stefan Dösingerwined3d: Move WINED3DRS_NORMALIZENORMALS to the state...
2006-12-11  Stefan Dösingerwined3d: Move WINED3DRS_ZBIAS to the state table.
2006-12-11  Stefan Dösingerwined3d: Move WINED3DRS_LINEPATTERN to the state table.
2006-12-11  Stefan Dösingerwined3d: Move WINED3DRS_COLORVERTEX to the state table.
2006-12-11  Stefan Dösingerwined3d: Set WINED3DRS_INDEXEDVERTEXBLENDENABLE to...
2006-12-11  Stefan Dösingerwined3d: Move wined3drs_fogdensity to the state table.
2006-12-11  Stefan Dösingerwined3d: Move WINED3DRS_FOGCOLOR to the state table.
2006-12-11  Stefan Dösingerwined3d: Make WINED3DRS_RANGEFOGENABLE a nogl state.
2006-12-11  Stefan Dösingerwined3d: Move fog states to the state table.
2006-12-11  Stefan Dösingerwined3d: Move WINED3DRS_STENCILWRITEMASK to the state...
2006-12-11  Stefan Dösingerwined3d: Move stencil states to the state table.
2006-12-11  Stefan Dösingerwined3d: Move WINED3DRS_SPECULARENABLE to the state...
2006-12-11  Stefan Dösingerwined3d: Move WINED3DRS_TEXTUREFACTOR to the state...
2006-12-11  Stefan Dösingerwined3d: Move WINED3DRS_BLENDOP to the state table.
2006-12-11  Stefan Dösingerwined3d: Move clipping states to the state table.
2006-12-11  Stefan Dösingerwined3d: Move alpha states to the state table.
2006-12-08  Stefan Dösingerwined3d: Move blending related states to the state...
2006-12-08  Stefan Dösingerwined3d: Move WINED3DRS_AMBIENT to the state table.
2006-12-08  Stefan Dösingerwined3d: Move WINED3DRS_ZFUNCENABLE to the state table.
2006-12-08  Stefan Dösingerwined3d: Move WINED3DRS_ZWRITEENABLE to the state table.
2006-12-08  Stefan Dösingerwined3d: Move WINED3DRS_DITHERENABLE to the state table.
2006-12-08  Stefan Dösingerwined3d: Move WINED3DRS_SHADEMODE to the state table.
2006-12-08  Stefan Dösingerwined3d: Move WINED3DRS_CULLMODE to the state table.
2006-12-08  Stefan Dösingerwined3d: Move WINED3DRS_ZENABLE to the state table.
2006-12-08  Stefan Dösingerwined3d: Move WINED3DRS_LIGHTNING to the state table.
2006-12-07  Stefan Dösingerwined3d: Move WINED3DRS_FILLMODE to the state table.
2006-12-07  Stefan Dösingerwined3d: Add render states to the state table.
2006-12-07  Stefan Dösingerwined3d: Create the state table.