Changeset 9420 for trunk/src


Ignore:
Timestamp:
Nov 21, 2002, 12:39:37 PM (23 years ago)
Author:
sandervl
Message:

Fixed bugs in MMX RGB 555<->565 conversion (leftovers)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/rgbcvt.asm

    r6268 r9420  
    1 ; $Id: rgbcvt.asm,v 1.5 2001-07-09 18:07:39 sandervl Exp $
     1; $Id: rgbcvt.asm,v 1.6 2002-11-21 11:39:37 sandervl Exp $
    22; Copyright 2000 Daniela Engert (dani@ngrt.de)
    33
     
    176176lastpixels:
    177177        pop     ecx
    178         and     ecx, 3
     178        and     ecx, 7
    179179        jz      short done
    180180
     
    264264lastpixels:
    265265        pop     ecx
    266         and     ecx, 3
     266        and     ecx, 7
    267267        jz      short done
    268268
Note: See TracChangeset for help on using the changeset viewer.