2005-09-29 |
Vincent Béron | Don't define some functions/variables if they won't... |
blob | commitdiff | raw |
2005-09-28 |
Oliver Stieber | Implement state tracking for pixel shader constants. |
blob | commitdiff | raw | diff to current |
2005-09-26 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Oliver Stieber | Optionally repack nonpower 2 textures to the expected... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Oliver Stieber | Enable dxt2 and dxt4 compressed textures to be created via |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Oliver Stieber | Clean up all the objects bound to the device when the... |
blob | commitdiff | raw | diff to current |
2005-09-22 |
Alexandre Julliard | Removed unused debug channels. |
blob | commitdiff | raw | diff to current |
2005-09-21 |
Oliver Stieber | Start to implement TestCooperativeLevel. |
blob | commitdiff | raw | diff to current |
2005-09-21 |
Oliver Stieber | Added support for state management of vertex shader... |
blob | commitdiff | raw | diff to current |
2005-09-21 |
Oliver Stieber | Implemented occlusion queries using either GL_ARB_occlu... |
blob | commitdiff | raw | diff to current |
2005-09-19 |
Oliver Stieber | Stop vertex shader constants from being set at the... |
blob | commitdiff | raw | diff to current |
2005-09-03 |
Oliver Stieber | Implemented point sprites using ARB_POINT_SPRITE extension. |
blob | commitdiff | raw | diff to current |
2005-09-02 |
Oliver Stieber | Added the tracking of stream frequency and flags. Strea... |
blob | commitdiff | raw | diff to current |
2005-08-29 |
Oliver Stieber | Added support for DXT2 and DXT4. |
blob | commitdiff | raw | diff to current |
2005-08-29 |
Oliver Stieber | Implemented IWineD3DDevice_GetRenderTargetData. |
blob | commitdiff | raw | diff to current |
2005-08-27 |
Oliver Stieber | Moved GetRasterStatus from device to swapchain. |
blob | commitdiff | raw | diff to current |
2005-08-25 |
Oliver Stieber | Implemented stubbed out pixel shaders and their states... |
blob | commitdiff | raw | diff to current |
2005-08-22 |
Oliver Stieber | Fix quite a few texturing problems and cases where... |
blob | commitdiff | raw | diff to current |
2005-08-22 |
Oliver Stieber | Tidy up some formatting, improve error handling and... |
blob | commitdiff | raw | diff to current |
2005-08-19 |
Oliver Stieber | Integrate hardware vertex shaders into the drawing... |
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-17 |
Oliver Stieber | Add support for vertex shader constants to the stateblock. |
blob | commitdiff | raw | diff to current |
2005-08-12 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2005-08-11 |
Oliver Stieber | Allow the palette to be set and retrieved. |
blob | commitdiff | raw | diff to current |
2005-08-11 |
Oliver Stieber | Track the state of softwareVertexProcessing. |
blob | commitdiff | raw | diff to current |
2005-08-03 |
Oliver Stieber | Moved support for non power 2 texture to hardware. |
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-08-01 |
Oliver Stieber | Separate the setting of the DirectX texture and sampler... |
blob | commitdiff | raw | diff to current |
2005-08-01 |
Oliver Stieber | Separate the management of DirectX states and openGL... |
blob | commitdiff | raw | diff to current |
2005-07-30 |
Oliver Stieber | Validate that the texture is no larger than the graphic... |
blob | commitdiff | raw | diff to current |
2005-07-28 |
Mike McCormack | Signed warning fixes. |
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 | DirectX uses a R/Z transform to translate a texture... |
blob | commitdiff | raw | diff to current |
2005-07-26 |
Oliver Stieber | Remove a load of IWineD3DSurface * casts that are no... |
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 |
Oliver Stieber | Implement resource tracking, require for reset and... |
blob | commitdiff | raw | diff to current |
2005-07-22 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2005-07-19 |
Oliver Stieber | Implement the use of PBuffers for offscreen textures. |
blob | commitdiff | raw | diff to current |
2005-07-18 |
Oliver Stieber | Implemented a tidied up IWineD3Device_ColorFill. |
blob | commitdiff | raw | diff to current |
2005-07-18 |
Oliver Stieber | Dirty the surface (instead of the texture) when a rende... |
blob | commitdiff | raw | diff to current |
2005-07-15 |
Oliver Stieber | Fixed a division by 0 in setup_light that occurs with... |
blob | commitdiff | raw | diff to current |
2005-07-15 |
Oliver Stieber | Correct a missplaced #if in IWineD3DDeviceImpl_CleanRender. |
blob | commitdiff | raw | diff to current |
2005-07-14 |
Stefan Huehner | Fix some missing-declarations warnings. |
blob | commitdiff | raw | diff to current |
2005-07-13 |
Oliver Stieber | Tidy up some comments and formatting. |
blob | commitdiff | raw | diff to current |
2005-07-13 |
Oliver Stieber | Added basic memory management and tracking to wined3d. |
blob | commitdiff | raw | diff to current |
2005-07-12 |
Oliver Stieber | Implement UpdateTexture and UpdateSurface in wined3d. |
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-11 |
Oliver Stieber | Implemented basic non-power 2 texture in wined3d. |
blob | commitdiff | raw | diff to current |
2005-07-11 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2005-07-10 |
Oliver Stieber | Check to see if the vertex declaration is null before... |
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-07 |
Oliver Stieber | Implement render targets using either textures, swapcha... |
blob | commitdiff | raw | diff to current |
2005-07-05 |
Oliver Stieber | Implemented stateblocks in wined3d. |
blob | commitdiff | raw | diff to current |
2005-06-30 |
Francois Gouget | Assorted spelling fixes. |
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 | Make all newly created surfces dirty, so that they... |
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-06-08 |
Felix Nawothnig | - Output a FIXME when a surface with dimensions not... |
blob | commitdiff | raw | diff to current |
2005-06-06 |
Dmitry Timoshkov | Make remaining OLE interface vtables const. |
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-23 |
Francois Gouget | Assorted spelling fixes. |
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-02-24 |
Jason Edmeades | Correct handling of unusual vendor strings in d3d8... |
blob | commitdiff | raw | diff to current |
2005-02-08 |
Carlos Lozano | Check that pstream is not null. |
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-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-12 |
James Hawkins | Use only stored result of Interlocked* in AddRef/Release. |
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-22 |
Francois Gouget | Spelling fixes. |
blob | commitdiff | raw | diff to current |
2004-12-20 |
Francois Gouget | Assorted spelling fixes. |
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 |
Alexandre Julliard | Janitorial: C booleans must not be compared against... |
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-11-30 |
Adam D. Moss | Fix compilation. |
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-22 |
Francois Gouget | Assorted spelling fixes. |
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-07 |
Jason Edmeades | Add a IWineD3DDevice object type (empty for now), and... |
blob | commitdiff | raw | diff to current |
|