summaryrefslogtreecommitdiffstats
path: root/libvo/vo_direct3d.c
Commit message (Expand)AuthorAgeFilesLines
* Remove a ColorFill that is not necessary since the surface it is usedreimar2008-11-241-4/+0
* Make sure the backbuffer is cleared when the border size might have changed.reimar2008-11-241-1/+14
* Patch to improve/consistify coding style.reimar2008-11-231-20/+20
* Fix indentationreimar2008-11-231-12/+12
* Lock/unlock surface only once even when drawing many slices.reimar2008-11-231-7/+14
* Move locked_rect from stack to priv struct in preparation for following patch.reimar2008-11-231-17/+13
* Move the StretchRect call from draw_slices to render_d3d_frame.reimar2008-11-231-28/+8
* Remove pointless is_cfG_finished variable.reimar2008-11-231-17/+3
* Fix and enable panscan handling for vo_direct3dreimar2008-11-211-77/+43
* Cosmetics: rename variables etc. in vo_direct3d.creimar2008-11-201-253/+225
* Simplify conditions in direct3d vo: remove == 1, change == 0 to ! etc.reimar2008-11-191-12/+13
* Add missing "static" qualifiers to vo_direct3dreimar2008-11-181-18/+18
* Direct3D based video_out module.reimar2008-11-181-0/+751