1
0
Fork 0
dosbox-staging/src/gui
Patryk Obara f5bf769522 Unifdef unused scaler implementations
A number of "templated" scaler implementations are unused in the
implementation.  If any single one of them needs to be brought back
(unlikely), then it's a simple matter of removing an ifdef.

These templates turn off compilation of following scaler
implementations:

void Normal1x_9_8_L(const void*)
void Normal1x_9_8_R(const void*)
void Normal2x_9_8_L(const void*)
void Normal2x_9_8_R(const void*)
void Normal3x_9_8_L(const void*)
void Normal3x_9_8_R(const void*)
void NormalDw_9_8_L(const void*)
void NormalDw_9_8_R(const void*)
void NormalDh_9_8_L(const void*)
void NormalDh_9_8_R(const void*)
void HQ2x_15_L()
void HQ2x_15_R()
void HQ3x_15_L()
void HQ3x_15_R()
void Super2xSaI_15_L()
void Super2xSaI_15_R()
void SuperEagle_15_L()
void SuperEagle_15_R()
void _2xSaI_15_L()
void _2xSaI_15_R()
void AdvMame2x_15_L()
void AdvMame2x_15_R()
void AdvMame3x_15_L()
void AdvMame3x_15_R()
void Cache_9_8(const void*)
2020-02-06 09:23:18 +01:00
..
.gitignore Import svn:ignore props to .gitignore files 2019-09-15 20:34:57 +02:00
dosbox_logo.h Update year and address of FSF 2019-01-25 14:09:58 +00:00
dosbox_splash.h Add splash and various new configuration file functionality 2009-05-20 18:26:35 +00:00
dosbox_staging_splash.c Use dosbox-staging splash screen 2020-01-16 06:42:19 +01:00
Makefile.am Some year and version numbers 2009-05-27 09:15:42 +00:00
midi.cpp Indicate system includes for relevant SDL headers 2019-12-26 03:23:19 +01:00
midi_alsa.h Update year and address of FSF 2019-01-25 14:09:58 +00:00
midi_coreaudio.h Update year and address of FSF 2019-01-25 14:09:58 +00:00
midi_coremidi.h Update year and address of FSF 2019-01-25 14:09:58 +00:00
midi_oss.h Update year and address of FSF 2019-01-25 14:09:58 +00:00
midi_win32.h Update year and address of FSF 2019-01-25 14:09:58 +00:00
render.cpp Remove GFX_SetPalette 2019-12-26 03:23:19 +01:00
render_loops.h Update year and address of FSF 2019-01-25 14:09:58 +00:00
render_scalers.cpp Fix unintentional change of union to struct. 2020-01-29 07:38:18 +00:00
render_scalers.h Make scalerwritecache sizes depend on the maximum scaler size. 2020-01-28 12:25:15 +00:00
render_simple.h Make scalerwritecache sizes depend on the maximum scaler size. 2020-01-28 12:25:15 +00:00
render_templates.h Unifdef unused scaler implementations 2020-02-06 09:23:18 +01:00
render_templates_hq.h Fix NULL issues in render_templates_hq.h 2020-01-22 09:40:00 +01:00
render_templates_hq2x.h Update year and address of FSF 2019-01-25 14:09:58 +00:00
render_templates_hq3x.h Update year and address of FSF 2019-01-25 14:09:58 +00:00
render_templates_sai.h Remove usage of register storage specifier 2020-02-02 15:16:29 +01:00
sdl_gui.cpp Indicate system includes for relevant SDL headers 2019-12-26 03:23:19 +01:00
sdl_mapper.cpp Fix six Coverity and PVS analysis bugs 2020-02-02 16:37:09 +01:00
sdlmain.cpp Fix six Coverity and PVS analysis bugs 2020-02-02 16:37:09 +01:00