aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_direct3d.c
Commit message (Expand)AuthorAge
* sub/OSD: move some related files to sub/Gravatar Uoti Urpala2011-01-26
* Merge svn changes up to r30195Gravatar Uoti Urpala2010-01-08
|\
| * Avoid memleaks when vo_direct3d initialization fails.Gravatar reimar2010-01-03
| * Modify -vo direct3d so we do not have to link against d3d9.dll, it mightGravatar reimar2010-01-03
* | Remove the internal GUIGravatar Anton Khirnov2009-07-07
* | Merge svn changes up to r28641Gravatar Uoti Urpala2009-02-18
|\|
| * Extend calc_src_dst_rects to also calculate the border values needed forGravatar reimar2009-02-17
* | Merge svn changes up to r28549Gravatar Uoti Urpala2009-02-13
|\|
| * Add a calc_src_dst_rects that calculates from window size, panscan etc.Gravatar reimar2009-02-12
* | Merge svn changes up to r28537Gravatar Uoti Urpala2009-02-12
|\|
| * Avoid message spam during video adapter uncooperative state.Gravatar gogothebee2009-02-05
| * Unify info/error messages to a common style:Gravatar gogothebee2009-02-05
* | Merge svn changes up to r28461Gravatar Uoti Urpala2009-02-04
|\|
| * Add checks that a D3D device is available before attempting rendering.Gravatar reimar2009-02-03
| * Remove the Present call after adapter reinitialization, it can not work anywayGravatar reimar2009-02-03
| * Cosmetics: remove empty line, improve some messages.Gravatar reimar2009-02-03
| * Whitespace/comment typo cosmetics.Gravatar reimar2009-02-03
| * Check for change_d3d_backbuffer failure.Gravatar reimar2009-02-03
| * Fix several return valuesGravatar reimar2009-02-03
* | Merge svn changes up to r28403Gravatar Uoti Urpala2009-01-31
|\|
| * Allocate a larger backbuffer to allow resizing without reinit.Gravatar reimar2009-01-27
* | Merge svn changes up to r28149Gravatar Uoti Urpala2008-12-14
|\|
| * Set d3d_handle to NULL after release.Gravatar reimar2008-12-09
| * Forgotten part of previous cosmetics commitGravatar reimar2008-12-09
| * Slightly simplify the conditional release/free codeGravatar reimar2008-12-09
| * First version of OSD support for vo_direct3dGravatar reimar2008-12-09
| * cosmetics: indentationGravatar diego2008-12-08
| * Remove pointless or even wrong N/A return values doxy commentsGravatar reimar2008-12-08
* | Merge svn changes up to r28087Gravatar Uoti Urpala2008-12-04
|\|
| * Fix indentation.Gravatar reimar2008-12-03
* | w32_common.c, vo_direct3d.c: Fix Windows compilation issuesGravatar Uoti Urpala2008-12-02
|/
* Remove resize_d3d call from render_d3d_frame that was made uselessGravatar reimar2008-12-02
* 100l, do not call check_events from resize_d3d since there should beGravatar reimar2008-12-02
* Cosmetics: Remove unnecessary ()Gravatar reimar2008-12-02
* Consistency cosmetics: do not compare against NULL in ifsGravatar reimar2008-12-02
* Cosmetics: remove spaces before argument (Gravatar reimar2008-12-02
* Reorganize Direct3D initialization code.Gravatar reimar2008-12-02
* whitespace cosmetics: prettyprinting and indentationGravatar diego2008-11-28
* Use D3DFMT_ constants where possible instead of MAKEFOURCCGravatar reimar2008-11-26
* Add support for RGB formats to vo_direct3dGravatar reimar2008-11-26
* Remove a ColorFill that is not necessary since the surface it is usedGravatar reimar2008-11-24
* Make sure the backbuffer is cleared when the border size might have changed.Gravatar reimar2008-11-24
* Patch to improve/consistify coding style.Gravatar reimar2008-11-23
* Fix indentationGravatar reimar2008-11-23
* Lock/unlock surface only once even when drawing many slices.Gravatar reimar2008-11-23
* Move locked_rect from stack to priv struct in preparation for following patch.Gravatar reimar2008-11-23
* Move the StretchRect call from draw_slices to render_d3d_frame.Gravatar reimar2008-11-23
* Remove pointless is_cfG_finished variable.Gravatar reimar2008-11-23
* Fix and enable panscan handling for vo_direct3dGravatar reimar2008-11-21
* Cosmetics: rename variables etc. in vo_direct3d.cGravatar reimar2008-11-20