2005-11-14 |
Oliver Stieber | Remove the setting of the result pointer to NULL in... |
tree | commitdiff |
2005-11-10 |
Francois Gouget | Remove spaces before '\n' in traces. |
tree | commitdiff |
2005-11-10 |
Francois Gouget | Add trailing '\n's to ok() and TRACE() calls. |
tree | commitdiff |
2005-11-08 |
Oliver Stieber | Allow NULL ppQuery to be passed to CreateQuery. |
tree | commitdiff |
2005-10-31 |
Roderick Colenbrander | In case of D3D9 the CreateQuery call can be used to... |
tree | commitdiff |
2005-09-29 |
Alexandre Julliard | We are no longer generating .dbg.c files. |
tree | commitdiff |
2005-09-26 |
Francois Gouget | Documentation tweaks to make winapi_check happy. |
tree | commitdiff |
2005-08-23 |
Oliver Stieber | Tidy up d3d9 and finalize passing d3d9 calls to wined3d... |
tree | commitdiff |
2005-08-18 |
Mike McCormack | Fix pointer type warnings. |
tree | commitdiff |
2005-08-18 |
Oliver Stieber | Pass all the d3d9 calls onto their wined3d equivalents. |
tree | commitdiff |
2005-07-28 |
Mike McCormack | gcc 4.0 -Wpointer-sign fixes. |
tree | commitdiff |
2005-07-26 |
Oliver Stieber | Makes sure any internal reference counting is passed... |
tree | commitdiff |
2005-07-11 |
Oliver Stieber | Move parameters relating to opengl on the surface struc... |
tree | commitdiff |
2005-07-11 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-07-08 |
Oliver Stieber | Relay all the pixel shader calls from d3d9 to wined3d. |
tree | commitdiff |
2005-07-07 |
Oliver Stieber | Added support for vertex declarations to wined3d, it... |
tree | commitdiff |
2005-07-07 |
Oliver Stieber | Implement render targets using either textures, swapcha... |
tree | commitdiff |
2005-07-05 |
Oliver Stieber | Strip out stateblocks from d3d9 and relay all statebloc... |
tree | commitdiff |
2005-07-01 |
Oliver Stieber | Check for a null surface returned from CreateSurface. |
tree | commitdiff |
2005-06-27 |
Eric Pouech | Const correctness fixes. |
tree | commitdiff |
2005-06-23 |
Oliver Stieber | Implement swapchains. |
tree | commitdiff |
2005-06-21 |
Oliver Stieber | Call wined3d for GetDirect3D instead of using the ... |
tree | commitdiff |
2005-06-17 |
Oliver Stieber | Change the way caps are sent between d3d9/d3d8 and... |
tree | commitdiff |
2005-06-16 |
Oliver Stieber | Disable the creation of invalid vertex declarations... |
tree | commitdiff |
2005-06-16 |
Oliver Stieber | Added relay tracing to texture. |
tree | commitdiff |
2005-05-27 |
Dmitry Timoshkov | Make some of the OLE interface vtables const. |
tree | commitdiff |
2005-05-09 |
Alexandre Julliard | Added rules for building import libraries in the indivi... |
tree | commitdiff |
2005-05-07 |
Alexandre Julliard | Added rules to build import libraries in the individual... |
tree | commitdiff |
2005-05-06 |
Alexandre Julliard | Renamed ttydrv and x11drv to winetty.drv and winex11... |
tree | commitdiff |
2005-03-29 |
Oliver Stieber | - Volume now inherits Resource. This isn't the way... |
tree | commitdiff |
2005-03-23 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-03-11 |
Oliver Stieber | Change AddRef in queryInterface to IUnknown_AddRef. |
tree | commitdiff |
2005-03-03 |
Oliver Stieber | Added a stubbed out version of query to d3d9 and wined3d. |
tree | commitdiff |
2005-03-02 |
Oliver Stieber | Implemented guids for wined3d. |
tree | commitdiff |
2005-03-02 |
Oliver Stieber | Put all the stubs in wined3d in place, with some functi... |
tree | commitdiff |
2005-02-10 |
Paul Vriens | Check that ppZStencilSurface is not null. |
tree | commitdiff |
2005-01-28 |
Raphael Junqueira | - add vertex Declaration support (using wined3d) |
tree | commitdiff |
2005-01-24 |
Paul Vriens | - use Interlocked* functions in AddRef and Release. |
tree | commitdiff |
2005-01-18 |
Jason Edmeades | - Handle failures to allocate storage more gracefully. |
tree | commitdiff |
2005-01-17 |
Jason Edmeades | - Add texture support for all the texture types for... |
tree | commitdiff |
2005-01-09 |
Jason Edmeades | Add render target support, and ensure there is a front... |
tree | commitdiff |
2005-01-09 |
Eric Pouech | Removed excessive statement (break after return or... |
tree | commitdiff |
2004-12-14 |
Jason Edmeades | Add Clear, Present and EndScene support and fix a bug... |
tree | commitdiff |
2004-12-13 |
Jason Edmeades | Add {G,S}etRenderState and {G,S}etTextureStageState... |
tree | commitdiff |
2004-12-09 |
Jason Edmeades | Add {G,S}etIndices, {G,S}Viewport and enable the basic... |
tree | commitdiff |
2004-12-07 |
Jason Edmeades | Add BaseTexture class support, call from d3d9. |
tree | commitdiff |
2004-12-06 |
Eric Pouech | Another round of const correctness fixes. |
tree | commitdiff |
2004-11-30 |
Eric Pouech | Const correctness fixes. |
tree | commitdiff |
2004-11-29 |
Jason Edmeades | Implement Material, Clip plane and Light support plus |
tree | commitdiff |
2004-11-28 |
Jason Edmeades | Add Get/Set Transform support, plus BeginScene (does... |
tree | commitdiff |
2004-11-24 |
Jason Edmeades | Add indexbuffer support into wined3d. |
tree | commitdiff |
2004-11-23 |
Tom Wickline | Version resources cleanup. |
tree | commitdiff |
2004-11-23 |
Jason Edmeades | - Implement SetStreamSource |
tree | commitdiff |
2004-10-21 |
Jason Edmeades | Implement the beginnings of the stateblock class, and... |
tree | commitdiff |
2004-10-14 |
Jason Edmeades | - Add support (as far as was previously) for the Vertex... |
tree | commitdiff |
2004-10-08 |
Jason Edmeades | Copy and tidy up the code from dx8 create device into... |
tree | commitdiff |
2004-10-07 |
Jason Edmeades | Add a IWineD3DDevice object type (empty for now), and... |
tree | commitdiff |
2004-10-07 |
Francois Gouget | Don't define COBJMACROS in objbase.h. |
tree | commitdiff |
2004-10-06 |
Jason Edmeades | Move the GetDeviceCaps into the wined3d library and... |
tree | commitdiff |
2004-10-05 |
Jason Edmeades | Move the Check* type functions into wined3d and copy... |
tree | commitdiff |
2004-09-29 |
Jason Edmeades | Move into wined3d and call from d3d9 the GetAdapterId... |
tree | commitdiff |
2004-09-28 |
Jason Edmeades | - Make d3d8 know about the wined3d device and start... |
tree | commitdiff |
2004-09-23 |
Jason Edmeades | Create a wined3d interface, and generate a wined3d... |
tree | commitdiff |
2004-09-08 |
Alexandre Julliard | Removed some more uses of the non-standard ICOM_THIS... |
tree | commitdiff |
2004-09-08 |
Hans Leidekker | Fix signed/unsigned comparison warnings. |
tree | commitdiff |
2004-08-23 |
Alexandre Julliard | Get rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm... |
tree | commitdiff |
2004-08-12 |
Alexandre Julliard | Get rid of the non-standard ICOM_VTABLE macro. |
tree | commitdiff |
2004-08-12 |
Alexandre Julliard | Get rid of the non-standard ICOM_VFIELD macro. |
tree | commitdiff |
2004-07-30 |
Jeroen Janssen | Updated some MSDN links in the code. |
tree | commitdiff |
2004-05-14 |
Ivan Leo Murray... | Updated the version info of all DirectX dlls to the... |
tree | commitdiff |
2004-03-24 |
Alexandre Julliard | .spec.c files are no longer used for 32-bit dlls. |
tree | commitdiff |
2004-01-27 |
Alexandre Julliard | Only link against libdxguid where necessary. |
tree | commitdiff |
2003-10-11 |
Dimitrie O. Paun | Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. |
tree | commitdiff |
2003-09-29 |
Tom Wickline | Set version to 9. |
tree | commitdiff |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
tree | commitdiff |
2003-08-08 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2003-07-01 |
Raphael Junqueira | - some cleanups and fixes on d3d8 and d3d9 headers |
tree | commitdiff |
|