[Scummvm-cvs-logs] CVS: scummvm/doc 09.tex,1.6,1.7
Eugene Sandulenko
sev at users.sourceforge.net
Thu May 20 19:09:04 CEST 2004
- Previous message: [Scummvm-cvs-logs] CVS: scummvm Makefile.common,1.89,1.90 NEWS,1.64,1.65 README,1.267,1.268 configure,1.96,1.97
- Next message: [Scummvm-cvs-logs] CVS: scummvm/common/scaler hq2x_i386.asm,NONE,1.1 hq3x_i386.asm,NONE,1.1 hq2x.cpp,1.10,1.11 hq3x.cpp,1.8,1.9 intern.h,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1090/doc
Modified Files:
09.tex
Log Message:
Added assembly versions of HQ2x and HQ3x scalers.
Index: 09.tex
===================================================================
RCS file: /cvsroot/scummvm/scummvm/doc/09.tex,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 09.tex 21 Mar 2004 01:21:41 -0000 1.6
+++ 09.tex 21 May 2004 02:08:48 -0000 1.7
@@ -13,6 +13,11 @@
USE\_MAD. Tools for compressing .SOU files to .SO3 files can be
found in the 'tools' CVS module, or in the 'scummvm-tools' package.
+Some parts of ScummVM, particularly scalers, have highly optimized versions
+written in assembler. If you wish to use this option, you will need to install
+nasm assembler (see \url{http://nasm.sf.net}). Note, that currently we have only x86
+MMX optimized versions, and they will not compile on other processors.
+
On Win9x/NT/XP you can define USE\_WINDBG and attach WinDbg to browse debug
messages (see \url{http://www.sysinternals.com/ntw2k/freeware/debugview.shtml}).
- Previous message: [Scummvm-cvs-logs] CVS: scummvm Makefile.common,1.89,1.90 NEWS,1.64,1.65 README,1.267,1.268 configure,1.96,1.97
- Next message: [Scummvm-cvs-logs] CVS: scummvm/common/scaler hq2x_i386.asm,NONE,1.1 hq3x_i386.asm,NONE,1.1 hq2x.cpp,1.10,1.11 hq3x.cpp,1.8,1.9 intern.h,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list