aboutsummaryrefslogtreecommitdiff
path: root/common/scaler.h
AgeCommit message (Collapse)Author
2004-05-21Tweaks (Morphos & Palm backends badly need updating :-/)Max Horn
svn-id: r13848
2004-02-27cleanupMax Horn
svn-id: r13069
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2003-12-15Correct nameChris Apers
svn-id: r11655
2003-12-11Drop OpenGL backend, since it has no maintainer and is too buggy.Travis Howell
svn-id: r11569
2003-11-08cleanup whitespacesPaweł Kołodziejski
svn-id: r11219
2003-11-04swap GFX_HQ2X & GFX_ADVMAME3X (purely cosmetic :-)Max Horn
svn-id: r11134
2003-09-28Slightly more sensible hotkeys for the scalers. Hq2x is now number 8, rightTorbjörn Andersson
after AdvMame2x, and 9 and 0 are AdvMame3x and Hq3x respectively. I agree with Fingolfin that we'll need a better way of handling this in the future, though. svn-id: r10461
2003-09-27added hq2x scaler (no, I am not going to add hq4x anytime soon. It would be ↵Max Horn
another 4-5000 lines of code, and scaler.cpp already takes far too long to compile. Maybe we should seperate the scalers into several files in common/scaler/ ?) svn-id: r10438
2003-09-21Made Ctrl-Alt 9 the hotkey for the new hq3x scaler, and moved the scanlinesTorbjörn Andersson
and dotmatrix ones to Ctrl-Alt C and Ctrl-Alt-D. (Does anyone else feel that scanlines and dotmatrix should either be rewritten so that they can be combined with any scaler and aspect ratio correction, or removed? That's why I moved them off the Ctrl-Alt <digit> hotkeys.) svn-id: r10353
2003-09-21added HQ3x filterMax Horn
svn-id: r10346
2003-08-16Fixed aspect ratio scalerJochen Hoenicke
svn-id: r9723
2003-08-01#include cleanup (explicityl specify the location for headers from common/, ↵Max Horn
so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level) svn-id: r9359
2003-06-22Fixed the last (?) glitches around the mouse cursor [*] in aspect-ratioTorbjörn Andersson
correction mode by making sure that dirty rects always start on a line that won't have its colours changed by the stretching function. This was probably only noticeable when using the 1x scaler. [*] Actually, the glitches weren't specific to the mouse cursor, but it was useful for triggering them. svn-id: r8621
2003-06-22Patch #757827: Aspect-ratio correctionMax Horn
svn-id: r8605
2003-06-17Make OpenGL specific scaler use other keys so all normal scaler canbe made ↵Travis Howell
available. svn-id: r8521
2003-05-26Prepare support for wide display on HiRes+ deviceChris Apers
svn-id: r8001
2003-05-25changed scaler proc signature so that srcPtr is const (this can help ↵Max Horn
optimizer by simplifying aliasing detection; thanks to Bertrand Augereau for pointing this out) svn-id: r7939
2003-05-09Patch #735294: AdvMame3x scalerMax Horn
svn-id: r7409
2003-05-02Add PalmOS GFX modesChris Apers
svn-id: r7258
2003-04-25cleanup; added commentMax Horn
svn-id: r7119
2003-03-25cleanupMax Horn
svn-id: r6856
2003-03-06updated copyrights headersPaweł Kołodziejski
svn-id: r6726
2003-03-02Patch #691064: dot matrix scalerMax Horn
svn-id: r6663
2003-01-15add new tv scanlines graphics scaler from Gregory Montoir, use -g tv2x to try itJonathan Gray
svn-id: r6462
2002-08-23Move scaler code from SCUMM-specific area.James Brown
svn-id: r4803