[Scummvm-cvs-logs] CVS: scummvm/common scaler.cpp,1.49,1.50
Max Horn
fingolfin at users.sourceforge.net
Thu Oct 2 16:31:02 CEST 2003
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/common/scaler intern.h,1.6,1.7
- Next message: [Scummvm-cvs-logs] CVS: scummvm/common/scaler 2xsai.cpp,1.3,1.4 hq2x.cpp,1.6,1.7 hq3x.cpp,1.5,1.6 intern.h,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv25255
Modified Files:
scaler.cpp
Log Message:
fix scaler compilation for MSVC6. However, the produced code stll seems to be incorrect... Jamieson, maybe the MSVC6_COMPAT should be re-added then after all?
Index: scaler.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/scaler.cpp,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- scaler.cpp 29 Sep 2003 23:34:42 -0000 1.49
+++ scaler.cpp 2 Oct 2003 23:29:58 -0000 1.50
@@ -233,7 +233,7 @@
}
template<int bitFormat>
-void TV2x(const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch,
+void TV2xTemplate(const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch,
int width, int height) {
const uint32 nextlineSrc = srcPitch / sizeof(uint16);
const uint16 *p = (const uint16 *)srcPtr;
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/common/scaler intern.h,1.6,1.7
- Next message: [Scummvm-cvs-logs] CVS: scummvm/common/scaler 2xsai.cpp,1.3,1.4 hq2x.cpp,1.6,1.7 hq3x.cpp,1.5,1.6 intern.h,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list