aboutsummaryrefslogtreecommitdiff
path: root/common/scaler.h
AgeCommit message (Collapse)Author
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