ntdll: Move the LDT section to ntdll and make it an uninterruptible section.
[wine] / dlls / wined3d / pixelshader.c
2006-03-29  H. Verbeetwined3d: Move the SHADER_OPCODE definition to wined3d_p...
2006-03-29  H. Verbeetwined3d: Pass the correct number of parameters for...
2006-03-24  H. Verbeetwined3d: Move the D3DSIO_DCL dumping code into its...
2006-03-22  H. Verbeetwined3d: Store the pixelshader version in the pixelshad...
2006-03-13  Vitaliy Margolenwined3d: Don't override variable that still has somethi...
2006-03-13  Vitaliy Margolenwined3d: Add D3DSIO_TEXM3x3PAD to opcode list. We alrea...
2006-03-07  H. Verbeetwined3d: Fix a few FIXME's.
2006-02-06  H. Verbeetwined3d: Update the QueryInterface functions of IWineD3...
2006-01-20  H. Verbeetwined3d: Fix a few TRACEs in pixelshader.c.
2005-12-16  Ragnvald "Despair... wined3d: Fix matrix copy/paste bug.
2005-12-03  H. Verbeetwined3d: Set pixel shader version correctly in IWineD3D...
2005-12-03  H. Verbeetwined3d: Return the correct parent in IWineD3DPixelShad...
2005-11-28  Oliver StieberCorrect the matrix sizes in software shaders and remove...
2005-11-23  Francois GougetAssorted spelling fixes.
2005-11-22  Oliver StieberCorrects an error in the _m3xm3 shader function in...
2005-11-21  Oliver StieberImplement a pixel shader parser and cross compiler...
2005-08-25  Oliver StieberImplemented stubbed out pixel shaders and their states...