2005-12-20 |
H. Verbeet | wined3d: Cleanup shader constants code a little bit. |
blob | commitdiff | raw |
2005-12-09 |
Oliver Stieber | wined3d: Vertex shader 8 support. |
blob | commitdiff | raw | diff to current |
2005-11-29 |
Oliver Stieber | Added support for vertex and pixel shader constants... |
blob | commitdiff | raw | diff to current |
2005-11-21 |
Oliver Stieber | Implement a pixel shader parser and cross compiler... |
blob | commitdiff | raw | diff to current |
2005-11-02 |
Oliver Stieber | Implement D3DFMT_UNKNOWN surfaces, this seems to be... |
blob | commitdiff | raw | diff to current |
2005-08-17 |
Oliver Stieber | Copy the parser and cross compiler from d3d8 and update... |
blob | commitdiff | raw | diff to current |
2005-08-03 |
Oliver Stieber | Move the setting of states from device to basetexture... |
blob | commitdiff | raw | diff to current |
2005-07-27 |
Oliver Stieber | Changed swapchains held by the device from an array... |
blob | commitdiff | raw | diff to current |
2005-07-26 |
Oliver Stieber | Makes sure any internal reference counting is passed... |
blob | commitdiff | raw | diff to current |
2005-07-26 |
Alexandre Julliard | Uncomment the typedef in the DECLARE_INTERFACE macro... |
blob | commitdiff | raw | diff to current |
2005-07-26 |
Oliver Stieber | Implement resource tracking, require for reset and... |
blob | commitdiff | raw | diff to current |
2005-07-11 |
Oliver Stieber | Move parameters relating to opengl on the surface struc... |
blob | commitdiff | raw | diff to current |
2005-07-07 |
Oliver Stieber | Added support for vertex declarations to wined3d, it... |
blob | commitdiff | raw | diff to current |
2005-07-05 |
Oliver Stieber | Implemented stateblocks in wined3d. |
blob | commitdiff | raw | diff to current |
2005-06-24 |
Oliver Stieber | Add support for samplers. |
blob | commitdiff | raw | diff to current |
2005-06-23 |
Oliver Stieber | Implement swapchains. |
blob | commitdiff | raw | diff to current |
2005-06-17 |
Oliver Stieber | Change the way caps are sent between d3d9/d3d8 and... |
blob | commitdiff | raw | diff to current |
2005-03-29 |
Oliver Stieber | - Volume now inherits Resource. This isn't the way... |
blob | commitdiff | raw | diff to current |
2005-03-14 |
Oliver Stieber | Encapsulate texture, surface encapsulated. |
blob | commitdiff | raw | diff to current |
2005-03-03 |
Oliver Stieber | Added a stubbed out version of query to d3d9 and wined3d. |
blob | commitdiff | raw | diff to current |
2005-03-02 |
Oliver Stieber | Implemented guids for wined3d. |
blob | commitdiff | raw | diff to current |
2005-03-02 |
Oliver Stieber | Put all the stubs in wined3d in place, with some functi... |
blob | commitdiff | raw | diff to current |
2005-01-27 |
Raphael Junqueira | - fix typo in wined3d_interface.h |
blob | commitdiff | raw | diff to current |
2005-01-26 |
Raphael Junqueira | - VertexDeclaration device APIs |
blob | commitdiff | raw | diff to current |
2005-01-19 |
Michael Stefaniuc | Hack to fix the compile. |
blob | commitdiff | raw | diff to current |
2005-01-19 |
Raphael Junqueira | Begin support of VertexDeclaration on wined3d using... |
blob | commitdiff | raw | diff to current |
2005-01-18 |
Jason Edmeades | - Handle failures to allocate storage more gracefully. |
blob | commitdiff | raw | diff to current |
2005-01-17 |
Jason Edmeades | - Add texture support for all the texture types for... |
blob | commitdiff | raw | diff to current |
2005-01-09 |
Jason Edmeades | Add render target support, and ensure there is a front... |
blob | commitdiff | raw | diff to current |
2004-12-14 |
Jason Edmeades | Add Clear, Present and EndScene support and fix a bug... |
blob | commitdiff | raw | diff to current |
2004-12-13 |
Jason Edmeades | Add {G,S}etRenderState and {G,S}etTextureStageState... |
blob | commitdiff | raw | diff to current |
2004-12-09 |
Jason Edmeades | Add {G,S}etIndices, {G,S}Viewport and enable the basic... |
blob | commitdiff | raw | diff to current |
2004-12-07 |
Jason Edmeades | Add BaseTexture class support, call from d3d9. |
blob | commitdiff | raw | diff to current |
2004-11-29 |
Jason Edmeades | Implement Material, Clip plane and Light support plus |
blob | commitdiff | raw | diff to current |
2004-11-28 |
Jason Edmeades | Add Get/Set Transform support, plus BeginScene (does... |
blob | commitdiff | raw | diff to current |
2004-11-24 |
Jason Edmeades | Add indexbuffer support into wined3d. |
blob | commitdiff | raw | diff to current |
2004-11-23 |
Jason Edmeades | - Implement SetStreamSource |
blob | commitdiff | raw | diff to current |
2004-10-21 |
Jason Edmeades | Implement the beginnings of the stateblock class, and... |
blob | commitdiff | raw | diff to current |
2004-10-14 |
Jason Edmeades | - Add support (as far as was previously) for the Vertex... |
blob | commitdiff | raw | diff to current |
2004-10-08 |
Jason Edmeades | Copy and tidy up the code from dx8 create device into... |
blob | commitdiff | raw | diff to current |
2004-10-07 |
Jason Edmeades | Add a IWineD3DDevice object type (empty for now), and... |
blob | commitdiff | raw | diff to current |
2004-10-06 |
Jason Edmeades | Move the GetDeviceCaps into the wined3d library and... |
blob | commitdiff | raw | diff to current |
2004-10-05 |
Alexandre Julliard | Avoid depending on the non-standard IUnknown_METHODS... |
blob | commitdiff | raw | diff to current |
2004-10-05 |
Jason Edmeades | Move the Check* type functions into wined3d and copy... |
blob | commitdiff | raw | diff to current |
2004-10-04 |
Francois Gouget | Don't use COBJMACROS on internal interfaces. |
blob | commitdiff | raw | diff to current |
2004-09-29 |
Jason Edmeades | Move into wined3d and call from d3d9 the GetAdapterId... |
blob | commitdiff | raw | diff to current |
2004-09-28 |
Jason Edmeades | - Make d3d8 know about the wined3d device and start... |
blob | commitdiff | raw | diff to current |
2004-09-23 |
Jason Edmeades | Create a wined3d interface, and generate a wined3d... |
blob | commitdiff | raw | diff to current |
2003-11-14 |
Raphael Junqueira | Add the wined3d dll for beginning a cleaner d3d archite... |
blob | commitdiff | raw | diff to current |
|