m9710797 eab61a6987 Fix boundary check in Scale_8on9 3 years ago
..
ld 80f67933cb [5/6] Generalize SDL_PixelFormat 4 years ago
scalers eab61a6987 Fix boundary check in Scale_8on9 3 years ago
v9990 e285c528c1 fix (harmless) compiler warnings in non-assert build 3 years ago
ADVram.cc 5d915cd38d Re-apply serialization improvements. 4 years ago
ADVram.hh c78bd93d2c [4/5] Mark virtual method overrides with new c++11 'override' keyword 9 years ago
AviRecorder.cc 0c6c272e85 [2/2] use constexpr to define constants 4 years ago
AviRecorder.hh fe7fe40a1e Experiment: use float32 (instead of int16) audio sample format 4 years ago
AviWriter.cc 631005eea7 AviWriter: replace macros with lambda functions 4 years ago
AviWriter.hh fcc2ca6773 Ran include-what-you-use (iwyu) and remove some unnecessary #include's 5 years ago
BaseImage.cc 9ee721e0f5 Implement structured bindings support gl::vec 4 years ago
BaseImage.hh 8f6c34a3bd Merge branch 'master' into sdl2 5 years ago
BitmapConverter.cc 7798365712 removed ARM assembly code (fix crash on Android) 5 years ago
BitmapConverter.hh f3e567c5f5 Replace 'typedef' with 'using' 9 years ago
CharacterConverter.cc 7798365712 removed ARM assembly code (fix crash on Android) 5 years ago
CharacterConverter.hh 6f30980c10 Implement that V99x8 does not support mixed modes 9 years ago
Deflicker.cc 6c95a7d057 Use 'one_of()' to simplify code 4 years ago
Deflicker.hh 80f67933cb [5/6] Generalize SDL_PixelFormat 4 years ago
DeinterlacedFrame.cc 80f67933cb [5/6] Generalize SDL_PixelFormat 4 years ago
DeinterlacedFrame.hh 80f67933cb [5/6] Generalize SDL_PixelFormat 4 years ago
Display.cc b6fd832980 [6/6] Repaint via VideoSystem 4 years ago
Display.hh b6fd832980 [6/6] Repaint via VideoSystem 4 years ago
DisplayMode.hh 6c95a7d057 Use 'one_of()' to simplify code 4 years ago
DoubledFrame.cc 80f67933cb [5/6] Generalize SDL_PixelFormat 4 years ago
DoubledFrame.hh 80f67933cb [5/6] Generalize SDL_PixelFormat 4 years ago
DummyRenderer.cc d089095d55 Various text-processing stuff 11 years ago
DummyRenderer.hh c78bd93d2c [4/5] Mark virtual method overrides with new c++11 'override' keyword 9 years ago
DummyVideoSystem.cc b6fd832980 [6/6] Repaint via VideoSystem 4 years ago
DummyVideoSystem.hh b6fd832980 [6/6] Repaint via VideoSystem 4 years ago
FBPostProcessor.cc e2aaec0583 Simplify the SDLOutputSurface interface 4 years ago
FBPostProcessor.hh 1c389ce22b [1/6] apply fixes suggested by clang-tidy modernize-* 5 years ago
FrameSource.cc 80f67933cb [5/6] Generalize SDL_PixelFormat 4 years ago
FrameSource.hh 80f67933cb [5/6] Generalize SDL_PixelFormat 4 years ago
GLContext.cc 39f5361836 use std::make_unique instead of our own version 5 years ago
GLContext.hh 5d51ce37b1 Fix 4635b13 more cleanly 10 years ago
GLImage.cc f0717eb30a [5/9] Add vertex buffers in GLImage 4 years ago
GLImage.hh f0717eb30a [5/9] Add vertex buffers in GLImage 4 years ago
GLPostProcessor.cc ed2b15685b [9/9] Use core FBO/PBO and remove fallback functions 4 years ago
GLPostProcessor.hh b3c07306d5 [8/9] Add vertex buffers for noise and Snow 4 years ago
GLSnow.cc b3c07306d5 [8/9] Add vertex buffers for noise and Snow 4 years ago
GLSnow.hh b3c07306d5 [8/9] Add vertex buffers for noise and Snow 4 years ago
GLUtil.cc a3f8aa14f7 apply fixes suggested by clang-tidy-10 -check=readability-make-member-function-const 4 years ago
GLUtil.hh a3f8aa14f7 apply fixes suggested by clang-tidy-10 -check=readability-make-member-function-const 4 years ago
Icon.cc d089095d55 Various text-processing stuff 11 years ago
Icon.hh d089095d55 Various text-processing stuff 11 years ago
Layer.cc 1c389ce22b [1/6] apply fixes suggested by clang-tidy modernize-* 5 years ago
Layer.hh 1c389ce22b [1/6] apply fixes suggested by clang-tidy modernize-* 5 years ago
LayerListener.hh 1c389ce22b [1/6] apply fixes suggested by clang-tidy modernize-* 5 years ago
OutputSurface.cc 148c80cc0c Made SDLGLOffscreenSurface (more) SDL-independant 4 years ago
OutputSurface.hh 148c80cc0c Made SDLGLOffscreenSurface (more) SDL-independant 4 years ago
PNG.cc 6c95a7d057 Use 'one_of()' to simplify code 4 years ago
PNG.hh 80f67933cb [5/6] Generalize SDL_PixelFormat 4 years ago
PixelFormat.hh 80f67933cb [5/6] Generalize SDL_PixelFormat 4 years ago
PixelOperations.hh 80f67933cb [5/6] Generalize SDL_PixelFormat 4 years ago
PixelRenderer.cc 506f7d684d When throttle is off, repaint at 10 fps 3 years ago
PixelRenderer.hh 506f7d684d When throttle is off, repaint at 10 fps 3 years ago
PostProcessor.cc 80f67933cb [5/6] Generalize SDL_PixelFormat 4 years ago
PostProcessor.hh fcc2ca6773 Ran include-what-you-use (iwyu) and remove some unnecessary #include's 5 years ago
Rasterizer.hh 1c389ce22b [1/6] apply fixes suggested by clang-tidy modernize-* 5 years ago
RawFrame.cc 80f67933cb [5/6] Generalize SDL_PixelFormat 4 years ago
RawFrame.hh 80f67933cb [5/6] Generalize SDL_PixelFormat 4 years ago
RenderSettings.cc 501dca4fe2 Enable vsync by default 3 years ago
RenderSettings.hh 016f8f3aa1 Change sync_to_vblank_mode setting to vsync (boolean) 3 years ago
Renderer.cc f85d68865c Fix all "clang-tidy -check=modernize-use-default" warnings 7 years ago
Renderer.hh f85d68865c Fix all "clang-tidy -check=modernize-use-default" warnings 7 years ago
RendererFactory.cc 49d519b26d Remove SDLGL-FB16/32 renderers 4 years ago
RendererFactory.hh fcc2ca6773 Ran include-what-you-use (iwyu) and remove some unnecessary #include's 5 years ago
SDLGLOffScreenSurface.cc 148c80cc0c Made SDLGLOffscreenSurface (more) SDL-independant 4 years ago
SDLGLOffScreenSurface.hh 148c80cc0c Made SDLGLOffscreenSurface (more) SDL-independant 4 years ago
SDLGLVisibleSurface.cc 016f8f3aa1 Change sync_to_vblank_mode setting to vsync (boolean) 3 years ago
SDLGLVisibleSurface.hh 016f8f3aa1 Change sync_to_vblank_mode setting to vsync (boolean) 3 years ago
SDLImage.cc 091a8a31c3 [4/6] Move SDL-specific functionality out of OutputSurface 4 years ago
SDLImage.hh 56c2bed6f9 Move {GL,SDL}Image::getSize() to the base class 7 years ago
SDLOffScreenSurface.cc e2aaec0583 Simplify the SDLOutputSurface interface 4 years ago
SDLOffScreenSurface.hh 091a8a31c3 [4/6] Move SDL-specific functionality out of OutputSurface 4 years ago
SDLOutputSurface.cc e2aaec0583 Simplify the SDLOutputSurface interface 4 years ago
SDLOutputSurface.hh e2aaec0583 Simplify the SDLOutputSurface interface 4 years ago
SDLRasterizer.cc 6c95a7d057 Use 'one_of()' to simplify code 4 years ago
SDLRasterizer.hh ce8b869987 [3/6] Inherit OutputSurface in VisibleSurface derivations 4 years ago
SDLSnow.cc e2aaec0583 Simplify the SDLOutputSurface interface 4 years ago
SDLSnow.hh bc48c7d9b9 Replace our 'noncopyable' helper with c++11 '=delete' 8 years ago
SDLSurfacePtr.hh c8c6a00bac Fix inconsistent #include guards 4 years ago
SDLVideoSystem.cc b6fd832980 [6/6] Repaint via VideoSystem 4 years ago
SDLVideoSystem.hh b6fd832980 [6/6] Repaint via VideoSystem 4 years ago
SDLVisibleSurface.cc e2aaec0583 Simplify the SDLOutputSurface interface 4 years ago
SDLVisibleSurface.hh 706793b5e2 SDLGL does not need renderer, surface and texture 4 years ago
SDLVisibleSurfaceBase.cc bfe94456fb Only save window position if we're not full screen 3 years ago
SDLVisibleSurfaceBase.hh 510738e406 Remember window position and restore it at recreation 3 years ago
SpriteChecker.cc f929997eab Implemented difference between TMS99x8/V99x8 wrt color 0 sprite collision 4 years ago
SpriteChecker.hh 169b320019 Fix issue#1198 'Labirint game: sprite collision falsely detected' 4 years ago
SpriteConverter.hh 14d1fcf4e6 Fix behavior of TP bit in sprite mode 1 (thus only V99x8) 4 years ago
SuperImposedFrame.cc 80f67933cb [5/6] Generalize SDL_PixelFormat 4 years ago
SuperImposedFrame.hh 80f67933cb [5/6] Generalize SDL_PixelFormat 4 years ago
SuperImposedVideoFrame.cc 80f67933cb [5/6] Generalize SDL_PixelFormat 4 years ago
SuperImposedVideoFrame.hh c78bd93d2c [4/5] Mark virtual method overrides with new c++11 'override' keyword 9 years ago
VDP.cc 3718ed7df4 Use 'one_of()' to simplify code 4 years ago
VDP.hh fe4c1c1267 Add Yamaha/Sakhr AX-150 4 years ago
VDPAccessSlots.cc 0c6c272e85 [2/2] use constexpr to define constants 4 years ago
VDPAccessSlots.hh 0c6c272e85 [2/2] use constexpr to define constants 4 years ago
VDPCmdEngine.cc a3f8aa14f7 apply fixes suggested by clang-tidy-10 -check=readability-make-member-function-const 4 years ago
VDPCmdEngine.hh a3f8aa14f7 apply fixes suggested by clang-tidy-10 -check=readability-make-member-function-const 4 years ago
VDPVRAM.cc 9ed69b6516 [1/2] Use c++17 inline variables 4 years ago
VDPVRAM.hh 9ed69b6516 [1/2] Use c++17 inline variables 4 years ago
VRAMObserver.hh 1c389ce22b [1/6] apply fixes suggested by clang-tidy modernize-* 5 years ago
VideoLayer.cc 6c95a7d057 Use 'one_of()' to simplify code 4 years ago
VideoLayer.hh 8c0e73a411 Renamed signalEvent() to signalMSXEvent() 5 years ago
VideoSystem.cc 8ec5ba729e Changed setWindowTitle() into updateWindowTitle() 7 years ago
VideoSystem.hh b6fd832980 [6/6] Repaint via VideoSystem 4 years ago
VideoSystemChangeListener.hh 1c389ce22b [1/6] apply fixes suggested by clang-tidy modernize-* 5 years ago
VisibleSurface.cc e285c528c1 fix (harmless) compiler warnings in non-assert build 3 years ago
VisibleSurface.hh 07f7ab684d fix(?) mistake in ba537d2def6 4 years ago
ZMBVEncoder.cc a3f8aa14f7 apply fixes suggested by clang-tidy-10 -check=readability-make-member-function-const 4 years ago
ZMBVEncoder.hh a3f8aa14f7 apply fixes suggested by clang-tidy-10 -check=readability-make-member-function-const 4 years ago
gl_mat.hh 396bf3721f Turn the adhoc gl_{vec,mat,transform} tests into actual unittests 5 years ago
gl_transform.hh 8e3113dd1a Cleanup of whitespace and typos 4 years ago
gl_vec.hh a447c905db Hide Clang pragmas from other compilers 4 years ago