aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_direct3d.c
Commit message (Expand)AuthorAge
* 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
* Simplify conditions in direct3d vo: remove == 1, change == 0 to ! etc.Gravatar reimar2008-11-19
* Add missing "static" qualifiers to vo_direct3dGravatar reimar2008-11-18
* Direct3D based video_out module.Gravatar reimar2008-11-18