summaryrefslogtreecommitdiffstats
path: root/libvo/vo_direct3d.c
Commit message (Expand)AuthorAgeFilesLines
* Extend calc_src_dst_rects to also calculate the border values needed forreimar2009-02-171-2/+8
* Add a calc_src_dst_rects that calculates from window size, panscan etc.reimar2009-02-121-41/+12
* Avoid message spam during video adapter uncooperative state.gogothebee2009-02-051-1/+1
* Unify info/error messages to a common style:gogothebee2009-02-051-43/+43
* Add checks that a D3D device is available before attempting rendering.reimar2009-02-031-1/+16
* Remove the Present call after adapter reinitialization, it can not work anywayreimar2009-02-031-4/+0
* Cosmetics: remove empty line, improve some messages.reimar2009-02-031-5/+3
* Whitespace/comment typo cosmetics.reimar2009-02-031-5/+5
* Check for change_d3d_backbuffer failure.reimar2009-02-031-1/+2
* Fix several return valuesreimar2009-02-031-3/+3
* Allocate a larger backbuffer to allow resizing without reinit.reimar2009-01-271-43/+113
* Set d3d_handle to NULL after release.reimar2008-12-091-0/+1
* Forgotten part of previous cosmetics commitreimar2008-12-091-3/+2
* Slightly simplify the conditional release/free codereimar2008-12-091-21/+14
* First version of OSD support for vo_direct3dreimar2008-12-091-7/+282
* cosmetics: indentationdiego2008-12-081-1/+2
* Remove pointless or even wrong N/A return values doxy commentsreimar2008-12-081-5/+0
* Fix indentation.reimar2008-12-031-1/+1
* Remove resize_d3d call from render_d3d_frame that was made uselessreimar2008-12-021-2/+0
* 100l, do not call check_events from resize_d3d since there should bereimar2008-12-021-3/+0
* Cosmetics: Remove unnecessary ()reimar2008-12-021-1/+1
* Consistency cosmetics: do not compare against NULL in ifsreimar2008-12-021-6/+6
* Cosmetics: remove spaces before argument (reimar2008-12-021-3/+3
* Reorganize Direct3D initialization code.reimar2008-12-021-51/+150
* whitespace cosmetics: prettyprinting and indentationdiego2008-11-281-77/+81
* Use D3DFMT_ constants where possible instead of MAKEFOURCCreimar2008-11-261-2/+2
* Add support for RGB formats to vo_direct3dreimar2008-11-261-0/+6
* 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