m9710797
|
148c80cc0c
Made SDLGLOffscreenSurface (more) SDL-independant
|
vor 4 Jahren |
D15C0DE
|
80f67933cb
[5/6] Generalize SDL_PixelFormat
|
vor 5 Jahren |
D15C0DE
|
091a8a31c3
[4/6] Move SDL-specific functionality out of OutputSurface
|
vor 5 Jahren |
D15C0DE
|
ce8b869987
[3/6] Inherit OutputSurface in VisibleSurface derivations
|
vor 5 Jahren |
m9710797
|
9ee721e0f5
Implement structured bindings support gl::vec
|
vor 4 Jahren |
D15C0DE
|
5208cd776d
Dissolve SDLGLOutputSurface
|
vor 5 Jahren |
D15C0DE
|
49d519b26d
Remove SDLGL-FB16/32 renderers
|
vor 5 Jahren |
m9710797
|
8c5acbbea4
Fix screenshot with SDLGL-PP/fullscreen
|
vor 5 Jahren |
m9710797
|
662babe3fb
Fix OSD menu in SDLGL-PP/fullscreen
|
vor 5 Jahren |
m9710797
|
3f390b4044
Use SDL_WINDOW_FULLSCREEN_DESKTOP instead of SDL_WINDOW_FULLSCREEN
|
vor 5 Jahren |
m9710797
|
d68ddb7cf1
clang-tidy-8: applied (some of the) suggestion made by 'modernize-*'
|
vor 5 Jahren |
m9710797
|
da553d661c
Merge branch 'master' into sdl2
|
vor 7 Jahren |
m9710797
|
f85d68865c
Fix all "clang-tidy -check=modernize-use-default" warnings
|
vor 7 Jahren |
m9710797
|
91b8ef93e9
Remove {Dummy,}OutputRectangle classes
|
vor 8 Jahren |
m9710797
|
cce9ce32ce
Remove Display::{get,set}OutputScreenResolution()
|
vor 8 Jahren |
m9710797
|
3134dae450
Give OutputSurface a getSDLRenderer() method (not yet used)
|
vor 8 Jahren |
m9710797
|
213c4d58e6
Eliminate some SDL_GetVideoSurface() calls
|
vor 8 Jahren |
Wouter Vermaelen
|
bc48c7d9b9
Replace our 'noncopyable' helper with c++11 '=delete'
|
vor 10 Jahren |
Wouter Vermaelen
|
469f335d59
[8/10] Use vector instead of scalar calculations in video/
|
vor 9 Jahren |
Wouter Vermaelen
|
a5f18652ef
[2/10] Use float instead of double for color calculations
|
vor 9 Jahren |
m9710797
|
c78bd93d2c
[4/5] Mark virtual method overrides with new c++11 'override' keyword
|
vor 10 Jahren |
wouter
|
9be5b10aa4
Added 'interleave_black_frame'
|
vor 11 Jahren |
wouter
|
3625f42a30
Remove GP2X port
|
vor 11 Jahren |
wouter
|
d089095d55
Various text-processing stuff
|
vor 11 Jahren |
Maarten ter Huurne
|
f41ade81b1
Declare more methods const. Suggested by cppcheck.
|
vor 12 Jahren |
Wouter Vermaelen
|
71f58ae8d7
Added -query-size property on osd text widgets
|
vor 14 Jahren |
Maarten ter Huurne
|
d89d9c6d9e
Under OpenGL on some platforms (such as Mac OS X) it is possible that SDL_SetVideoMode() returns a larger surface than was requested. If that happens, we should only use a rectangle of the size we requested and that area should be centered. The actual patch was written by Wouter, I only cleaned it up a bit.
|
vor 14 Jahren |
Wouter Vermaelen
|
3bdfc41a35
removed unused member variable
|
vor 15 Jahren |
Maarten ter Huurne
|
64bdbfd7f3
When taking a screenshot fails, throw MSXException instead of CommandException. Inside ScreenShotCmd, take the message from MSXException and throw a CommandException. Motivation: Even though the color PNG saving code is currently only used for creating screenshots, that knowledge should not be spread all over the video system, since it may not be true forever. Also, this is a preparation to allow the use of our File class for writing the PNG file, since FileException is an MSXException but not a CommandException.
|
vor 15 Jahren |
Maarten ter Huurne
|
fdbf91ca67
Moved code to avoid color key clashes from SDLRasterizer to OutputSurface.
|
vor 15 Jahren |