[Scummvm-cvs-logs] SF.net SVN: scummvm:[36025] scummvm/trunk/graphics/scaler

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Fri Jan 23 23:56:14 CET 2009


Revision: 36025
          http://scummvm.svn.sourceforge.net/scummvm/?rev=36025&view=rev
Author:   fingolfin
Date:     2009-01-23 22:56:14 +0000 (Fri, 23 Jan 2009)

Log Message:
-----------
Remark that the HQnx ASM code only works in 565 mode

Modified Paths:
--------------
    scummvm/trunk/graphics/scaler/hq2x_i386.asm
    scummvm/trunk/graphics/scaler/hq3x_i386.asm

Modified: scummvm/trunk/graphics/scaler/hq2x_i386.asm
===================================================================
--- scummvm/trunk/graphics/scaler/hq2x_i386.asm	2009-01-23 22:05:40 UTC (rev 36024)
+++ scummvm/trunk/graphics/scaler/hq2x_i386.asm	2009-01-23 22:56:14 UTC (rev 36025)
@@ -47,6 +47,8 @@
 const6       dd  0x00060006,0x00000006
 const14      dd  0x000E000E,0x0000000E
 threshold    dd  0x00300706,0x00000000
+; FIXME: zerlowbits assumes 565 mode.
+; Also, in the code, the constant 0x0821 is used which also assumes 565 mode
 zerolowbits  dd  0xF7DEF7DE
 moduloSrc    dd  0
 moduloDst    dd  0

Modified: scummvm/trunk/graphics/scaler/hq3x_i386.asm
===================================================================
--- scummvm/trunk/graphics/scaler/hq3x_i386.asm	2009-01-23 22:05:40 UTC (rev 36024)
+++ scummvm/trunk/graphics/scaler/hq3x_i386.asm	2009-01-23 22:56:14 UTC (rev 36025)
@@ -45,6 +45,8 @@
 const7       dd  0x00070007,0x00000007
 threshold    dd  0x00300706,0x00000000
 zerolowbits  dd  0xF7DEF7DE
+; FIXME: zerlowbits assumes 565 mode.
+; Also, in the code, the constant 0x0821 is used which also assumes 565 mode
 moduloSrc    dd  0
 moduloDst    dd  0
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list