Age | Commit message (Collapse) | Author |
|
[webinterface.default] JS bugfix, cleanup and linting.
|
|
3d mode or interlacing could have changed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If music was played after a video, some of the video metadata would
still be present. This also fixes the issue that gui would switch to
a 3d mode on playback of audio.
|
|
Needed since this is using non transformed vertizes during render
|
|
They skip viewport offsets and similar
|
|
|
|
|
|
This allows real 3d resolutions to be provided from windowing layer
|
|
|
|
This kills the posibility of using a set viewport to move the
render output with an offset. It is alwo very questionable, if
we should take width/height of viewport into account here either.
|
|
|
|
This could stall GPU and we can just keep track of it at
top of stack.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Simplifies usage when some options are optional
|
|
|
|
|
|
It will apply to viz and pictures eventually
|
|
|
|
We should not hide this feature, it should have sane defaults and
only display when we find a movie with stereo data or forced stereo info
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- preferred playback mode of stereoscopic movies (ask, stereoscopic/3D, mono/2D)
- preferred stereoscopic mode (use video mode or a fixed mode)
- quit stereoscopic mode when playback stopped
|
|
|
|
via the GUIInfoManager
|
|
|
|
make the flags configurable via advanced settings.
|
|
|
|
GraphicContext instead of having the context constantly checking the setting
|
|
moved interaction with stereoscopic related settings to a central stereoscopics manager
|
|
|
|
|
|
|
|
|