wined3d: Just return the surface from wined3d_device_get_render_target().
[wine] / dlls / qmgr / job.c
2012-08-24  Nikolay Sivovqmgr: Use proper method macros.
2011-11-14  Francois Gougetqmgr: Give a name to the critical sections.
2009-05-20  Tim Wrightqmgr: Change BITS_IBackgroundCopyJob_SetPriority to...
2009-01-15  Andrey Turkinqmgr: Make credentials stubs return success code.
2009-01-07  Hans Leidekkerqmgr: Improve a couple of stubs.
2008-10-08  Michael Stefaniucqmgr: Use FAILED instead of !SUCCEEDED.
2008-09-09  Rob Shearmaninclude: Fix level of indirection of parameters in...
2008-03-20  Dan Hipschmanqmgr: Add a stub implementation of IBackgroundCopyJob2.
2008-03-15  Dan Hipschmanqmgr: Implement IBackgroundCopyJob_AddFileSet.
2008-03-14  Dan Hipschmanqmgr: Implement BackgroundCopyJob_Complete.
2008-03-14  Dan Hipschmanqmgr: Implement local file background "downloads."
2008-03-14  Dan Hipschmanqmgr: Add infrastructure for background file transferring.
2008-03-13  Dan Hipschmanqmgr: Add critical sections for jobs and files.
2008-03-10  Andrew Talbotqmgr: Assign to structs instead of using memcpy.
2008-03-05  Dan Hipschmanqmgr: Implement IBackgroundCopyJob_Resume.
2008-03-04  Roy Sheaqmgr: Implement IBackgroundCopyJob_GetProgress.
2008-02-28  Roy Sheaqmgr: Implement IBackgroundCopyJob_EnumFiles.
2008-02-27  Roy Sheaqmgr: Implement IBackgroundCopyJob_AddFile.
2008-02-26  Roy Sheaqmgr: Implement IBackgroundCopyJob_GetDisplayName with...
2008-02-26  Roy Sheaqmgr: Implement IBackgroundCopyJob_GetType with test.
2008-02-25  Roy Sheaqmgr: Implement IBackgroundCopyJob_GetId with test.
2008-02-25  Roy Sheaqmgr: Implement IBackgroundCopyManager_CreateJob with...
2008-02-25  Roy Sheaqmgr: Implement the IUnknown interface for IBackgroundC...