- add a new settings for vbo support
[wine] / dlls / wined3d / drawprim.c
2005-07-24  Raphael Junqueira- add a new settings for vbo support
2005-07-22  Gerald PfeiferRemove unused variable in primitiveConvertToStridedData().
2005-07-21  Oliver StieberCorrect a problem with the way that FVF vertex arrays...
2005-07-21  Oliver StieberFixed regression that occurred because changes to textu...
2005-07-18  Oliver StieberSet mipmap levels correctly (even with ATI's buggy...
2005-07-14  Stefan HuehnerFix some missing-declarations warnings.
2005-07-13  Oliver StieberTidy up some comments and formatting.
2005-07-12  Oliver StieberImplement UpdateTexture and UpdateSurface in wined3d.
2005-07-11  Oliver StieberImplemented basic non-power 2 texture in wined3d.
2005-07-11  Francois GougetAssorted spelling fixes.
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...