wined3d: Use wined3d_surface_blt() in surface_upload_from_surface().
[wine] / dlls / quartz / nullrenderer.c
2011-03-14  Marcus Meissnerquartz: Removed const from const REFIID (Coverity).
2010-12-06  Maarten Lankhorstquartz: Always update time when Run is called.
2010-11-08  Maarten Lankhorstquartz: Use media time instead of stream time in null...
2010-11-05  Maarten Lankhorstquartz: Add IAMFilterMiscFlags to null renderer.
2010-11-05  Maarten Lankhorstquartz: Fix EC_COMPLETE handling on null renderer.
2010-10-14  Aric Stewartstrmbase: Add GetMediaType and GetMediaTypeVersion...
2010-10-14  Aric Stewartstrmbase: Standardize "class" function into functions...
2010-10-08  Aric Stewartstrmbase: Add an implementation of BaseFilterImpl_EnumPins.
2010-10-08  Aric Stewartstrmbase: Implement BaseFilter in strmbase.
2010-10-06  Aric Stewartstrmbase: Move InputPin implementation to strmbase.
2010-10-06  Aric Stewartstrmbase: Move BasePin implementation to strmbase.
2010-10-06  Aric Stewartstrmbase: Move enumpins from quartz to strmbase.
2010-10-05  Maarten Lankhorstquartz: Add support for MediaSeekingPassThru to null...
2009-12-24  Paul Chitescuquartz: Implement NullRenderer's IBaseFilter::FindPin.
2009-01-29  Michael Stefaniucquartz: Remove superfluous pointer casts.
2008-12-30  Christian Costaquartz: Remove unused IMemInputPin vtables.
2008-07-09  Maarten Lankhorstquartz: Fix deadlock with transform filter.
2008-06-21  Maarten Lankhorstquartz: Only query for event interface when there is...
2008-06-21  Maarten Lankhorstquartz: Add the ability to force a pin to use a certain...
2008-05-22  Maarten Lankhorstquartz: Don't free memory twice in null renderer.
2008-04-28  Maarten Lankhorstquartz: Make the EnumPins interface dynamic.
2008-04-21  Maarten Lankhorstquartz: Add some more tests and fix wine to pass them.
2008-04-14  Maarten Lankhorstquartz: Silence requests for IVideoWindow.
2008-04-07  Maarten Lankhorstquartz: Handle flushing and end of stream notifications...
2008-04-07  Maarten Lankhorstquartz: Get rid of code duplication and add a flush...
2008-04-02  Maarten Lankhorstquartz: Implement seeking on the null renderer.
2008-03-24  Maarten Lankhorstquartz: Silence requests for ipin on filters.
2008-03-14  Maarten Lankhorstquartz: Implement a dummy null renderer for directshow.