2005-01-26 |
Raphael Junqueira | - VertexDeclaration device APIs |
tree | commitdiff |
2005-01-19 |
Michael Stefaniuc | Hack to fix the compile. |
tree | commitdiff |
2005-01-19 |
Raphael Junqueira | Begin support of VertexDeclaration on wined3d using... |
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-14 |
Eric Pouech | - got rid of include/async.h |
tree | commitdiff |
2005-01-14 |
Robert Shearman | Add a LIST_FOR_EACH_ENTRY list helper. |
tree | commitdiff |
2005-01-12 |
Robert Shearman | Add LIST_FOR_EACH_SAFE - a list iteration macro that... |
tree | commitdiff |
2005-01-11 |
Rémi Assailly | Added missing declarations in some headers. |
tree | commitdiff |
2005-01-09 |
Jason Edmeades | Add render target support, and ensure there is a front... |
tree | commitdiff |
2005-01-03 |
Ivan Leo Puoti | Update copyright info for the new year. |
tree | commitdiff |
2004-12-14 |
Jason Edmeades | Add Clear, Present and EndScene support and fix a bug... |
tree | commitdiff |
2004-12-13 |
Robert Shearman | Implement NtQueryTimer. |
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 |
Alexandre Julliard | Moved update region handling to the server. |
tree | commitdiff |
2004-12-07 |
Jason Edmeades | Add BaseTexture class support, call from d3d9. |
tree | commitdiff |
2004-12-02 |
Eric Pouech | - moved event, semaphore, mutex implementation from... |
tree | commitdiff |
2004-11-30 |
Eric Pouech | Const correctness fixes. |
tree | commitdiff |
2004-11-29 |
Alexandre Julliard | Converted the timer list to use standard list functions. |
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 |
Jason Edmeades | - Implement SetStreamSource |
tree | commitdiff |
2004-11-06 |
Mike Hearn | Document the linked list support code. |
tree | commitdiff |
2004-10-21 |
Jason Edmeades | Implement the beginnings of the stateblock class, and... |
tree | commitdiff |
2004-10-19 |
Hans Leidekker | Add ffs() to porting library, needed by MinGW. |
tree | commitdiff |
2004-10-19 |
Vincent Béron | Use a new DLLDEFS variable in configure/Makefiles to... |
tree | commitdiff |
2004-10-14 |
Jason Edmeades | - Add support (as far as was previously) for the Vertex... |
tree | commitdiff |
2004-10-11 |
Alexandre Julliard | Added forward declaration of struct timeval for futimes. |
tree | commitdiff |
2004-10-08 |
Jason Edmeades | Copy and tidy up the code from dx8 create device into... |
tree | commitdiff |
2004-10-07 |
Alexandre Julliard | Added a fallback implementation of futimes. |
tree | commitdiff |
2004-10-07 |
Jason Edmeades | Add a IWineD3DDevice object type (empty for now), and... |
tree | commitdiff |
2004-10-06 |
Jason Edmeades | Move the GetDeviceCaps into the wined3d library and... |
tree | commitdiff |
2004-10-05 |
Martin Fuchs | Don't use ".previous" for Cygwin build. |
tree | commitdiff |
2004-10-05 |
Alexandre Julliard | Avoid depending on the non-standard IUnknown_METHODS... |
tree | commitdiff |
2004-10-05 |
Jason Edmeades | Move the Check* type functions into wined3d and copy... |
tree | commitdiff |
2004-10-04 |
Francois Gouget | Don't use COBJMACROS on internal interfaces. |
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-21 |
Alexandre Julliard | Get rid of the assembly code, it doesn't really improve... |
tree | commitdiff |
2004-09-16 |
Alexandre Julliard | Avoid using socklen_t. |
tree | commitdiff |
2004-09-14 |
Mike McCormack | Added missing rpc type. |
tree | commitdiff |
2004-09-03 |
Alexandre Julliard | Added configure check for socklen_t. |
tree | commitdiff |
2004-09-01 |
Alexandre Julliard | Get rid of the WINE_UNUSED macro. |
tree | commitdiff |
2004-08-31 |
Alexandre Julliard | Get rid of the non-standard CONV_POINT and CONV_RECT... |
tree | commitdiff |
2004-08-18 |
Alexandre Julliard | Fd type is no longer used, get rid of it. |
tree | commitdiff |
2004-08-17 |
Eric Pouech | - better support for non-blocking COMM and socket read... |
tree | commitdiff |
2004-07-20 |
Alexandre Julliard | Moved the WindowFromPoint functionality to the server... |
tree | commitdiff |
2004-07-16 |
Alexandre Julliard | Pass the environment for a child process through the... |
tree | commitdiff |
2004-06-29 |
Alexandre Julliard | Added support for window regions in the server. |
tree | commitdiff |
2004-06-23 |
Alexandre Julliard | Moved visible region calculation to the server. |
tree | commitdiff |
2004-06-14 |
Alexandre Julliard | Yet another fix for the MacOS X environ brain damage. |
tree | commitdiff |
2004-06-14 |
Eric Pouech | - Added ProcessBasicInformation class to ntdll.NtQueryI... |
tree | commitdiff |
2004-06-14 |
Pierre d'Herbemont | Don't use .previous instruction on Darwin. |
tree | commitdiff |
2004-06-03 |
Hans Leidekker | MinGW portability fix. |
tree | commitdiff |
2004-05-29 |
Alexandre Julliard | Pass the environ variable from main to try to avoid... |
tree | commitdiff |
2004-05-28 |
Alexandre Julliard | Initial version of the Wine preloader, used to reserve... |
tree | commitdiff |
2004-05-28 |
Alexandre Julliard | Make sure __ASM_GLOBAL_FUNC generates code in the text... |
tree | commitdiff |
2004-05-27 |
Ivan Leo Puoti | Changed my name, so update copyright info. |
tree | commitdiff |
2004-05-25 |
Alexandre Julliard | Moved environ definition to port.h. |
tree | commitdiff |
2004-05-25 |
Alexandre Julliard | Added support for managing reserved memory areas in... |
tree | commitdiff |
2004-05-21 |
Alexandre Julliard | Converted the memory views list to use the standard... |
tree | commitdiff |
2004-05-14 |
Alexandre Julliard | Removed the no longer used SMB file I/O support, we... |
tree | commitdiff |
2004-05-07 |
Alexandre Julliard | Moved loading of the home registry files to the server... |
tree | commitdiff |
2004-05-03 |
Ferenc Wagner | Disable buffering of test output to keep more informati... |
tree | commitdiff |
2004-05-01 |
Alexandre Julliard | Use pread/pwrite everywhere to avoid changing the file... |
tree | commitdiff |
2004-04-22 |
Dmitry Timoshkov | Add some compatibility macros. |
tree | commitdiff |
2004-04-08 |
Alexandre Julliard | Removed the get_file_info request. |
tree | commitdiff |
2004-04-07 |
Alexandre Julliard | Handle the set_file_pointer request on the client side. |
tree | commitdiff |
2004-04-07 |
Steven Edwards | Fix compiling under MS_VC 6. |
tree | commitdiff |
2004-04-06 |
Alexandre Julliard | Get rid of the removable media handling in the server. |
tree | commitdiff |
2004-04-06 |
Alexandre Julliard | Added support for fstatvfs. |
tree | commitdiff |
2004-04-05 |
Eric Pouech | - implemented MCI_SOUND command |
tree | commitdiff |
2004-04-02 |
Alexandre Julliard | Added memicmpW. |
tree | commitdiff |
2004-03-30 |
Ivan Leo Murray... | In resource info allow OriginalFilename and InternalNam... |
tree | commitdiff |
2004-03-29 |
Mike McCormack | Move EMR*16 definitions to wingdi.h, as they're part... |
tree | commitdiff |
2004-03-27 |
Alexandre Julliard | Use futimes() instead of utime() to implement SetFileTi... |
tree | commitdiff |
2004-03-18 |
Alexandre Julliard | Make the standard create_file request handle serial... |
tree | commitdiff |
2004-03-12 |
Dmitry Timoshkov | CreateDIBSection takes a const pointer to BITMAPINFO. |
tree | commitdiff |
2004-03-12 |
Alexandre Julliard | Changed the create_file server request to take NtCreate... |
tree | commitdiff |
2004-03-10 |
Alexandre Julliard | Added definitions for S_IXUSR, S_IXGRP and S_IXOTH. |
tree | commitdiff |
2004-03-09 |
Alexandre Julliard | Added statvfs prototype. |
tree | commitdiff |
2004-03-05 |
Alexandre Julliard | Use statvfs instead of statfs, and provide a default... |
tree | commitdiff |
2004-03-04 |
Alexandre Julliard | Open a real file handle for drive devices, and get... |
tree | commitdiff |
2004-03-03 |
Robert Shearman | - Add more RPC format characters. |
tree | commitdiff |
2004-02-24 |
Uwe Bonnes | Pass inherit handle flag properly for CreateNamedPipe. |
tree | commitdiff |
2004-02-12 |
Steven Edwards | Windows porting fix - Define O_NONBLOCK if not defined. |
tree | commitdiff |
2004-02-10 |
Francois Gouget | Remove the winetest_ok() hack that adds a trailing... |
tree | commitdiff |
2004-02-07 |
Alexandre Julliard | Added memchrW and memrchrW to the exported Unicode... |
tree | commitdiff |
2004-02-05 |
Alexandre Julliard | Revert the thread exit race fix for now, it doesn't... |
tree | commitdiff |
2004-02-05 |
Alexandre Julliard | Fixed a couple of race conditions in the wine_pthread... |
tree | commitdiff |
2004-01-28 |
Alexandre Julliard | lpCreateParams should be a SEGPTR in 16-bit code. |
tree | commitdiff |
2004-01-20 |
Rein Klazes | Fix MultiByteToWideChar and WideCharToMultiByte when... |
tree | commitdiff |
2004-01-15 |
Alexandre Julliard | Moved a bunch of definitions from gdi.h into a new... |
tree | commitdiff |
2004-01-14 |
Ivan Leo Murray... | Updated copyright information. |
tree | commitdiff |
2004-01-09 |
Alexandre Julliard | Get rid of no longer needed WINE_PACKED define. |
tree | commitdiff |
2004-01-08 |
Alexandre Julliard | There's no need for DUMMYUNIONNAME in private headers. |
tree | commitdiff |
2004-01-08 |
Alexandre Julliard | Added configure check for readlink. |
tree | commitdiff |
next |