Thomas Goyne
|
5404b45017
|
Tweak how the OpenGL 1.1 code behaves slightly; distortion with Windows 7's OpenGL emulation is now at most .1% instead of at most 2%.
Originally committed to SVN as r3723.
|
2009-10-19 01:11:02 +00:00 |
|
Thomas Goyne
|
5b9da0c56a
|
Fix some video output bugs related to a small maximum texture size which is not an even divisor of the video size.
Originally committed to SVN as r3717.
|
2009-10-17 03:41:12 +00:00 |
|
Thomas Goyne
|
3d58608230
|
Improve rendering with OpenGL 1.1, removing the visible seams at the cost of slight distortions at high zoom levels.
Originally committed to SVN as r3714.
|
2009-10-14 20:53:36 +00:00 |
|
Thomas Goyne
|
9ff8f42d7f
|
Get the video display closer to working with W7's emulated OpenGL. It can now display video, but there are visible seams between the textures.
Originally committed to SVN as r3711.
|
2009-10-13 22:19:31 +00:00 |
|
Amar Takhar
|
14e2d9ad12
|
Add config.h to 8 files that were missing it, _all_ source files must include config.h at the very top.
Originally committed to SVN as r3666.
|
2009-10-09 16:34:38 +00:00 |
|
Amar Takhar
|
9217476357
|
Bitten by precompiled headers round 2: the OpenGL headers must be included before the local headers.
Originally committed to SVN as r3631.
|
2009-10-06 16:08:39 +00:00 |
|
Amar Takhar
|
ac260ec47b
|
Sigh, bitten by precompiled headers, wxLogDebug requires <wx/log.h>.
Originally committed to SVN as r3630.
|
2009-10-06 15:47:43 +00:00 |
|
Amar Takhar
|
c204c766ec
|
Add two more debug printfs:
* Print the WxH of the frame size.
* Print the size of the texture actually used.
Originally committed to SVN as r3629.
|
2009-10-06 15:28:22 +00:00 |
|
Amar Takhar
|
bb4506354f
|
Add a debug printf to display what texture sizes VideoOutGL::TestTexture is checking.
Originally committed to SVN as r3628.
|
2009-10-06 14:58:32 +00:00 |
|
Amar Takhar
|
21c5e7909c
|
svn:eol-style native and svn:keywords Id to relevent files.
Originally committed to SVN as r3623.
|
2009-10-05 23:04:30 +00:00 |
|
Thomas Goyne
|
404e6cf081
|
Add support for flipped video to new video renderer.
Originally committed to SVN as r3617.
|
2009-10-05 20:50:04 +00:00 |
|
Thomas Goyne
|
cbd76e7010
|
Rewrite the video rendering code to support displaying videos which are larger than the maximum texture size. This does not currently support YV12 (which Aegisub currently never uses), but should be otherwise functional.
Originally committed to SVN as r3615.
|
2009-10-05 04:22:28 +00:00 |
|