Relay all the pixel shader calls from d3d9 to wined3d.
[wine] / dlls / wined3d / drawprim.c
2005-07-07  Oliver StieberAdded support for vertex declarations to wined3d, it...
2005-07-06  Oliver StieberChange all references to updateStateBlock to references...
2005-07-05  Oliver StieberImplemented stateblocks in wined3d.
2005-03-29  Oliver Stieber- Volume now inherits Resource. This isn't the way...
2005-03-03  Oliver StieberAdded a stubbed out version of query to d3d9 and wined3d.
2005-01-26  Raphael Junqueira- a very basic blending support on fast drawing path...
2005-01-17  Jason Edmeades- Add texture support for all the texture types for...
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...