Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/gui/painting/qdrawhelper_mmx3dnow.cpp

    r651 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation (qt-info@nokia.com)
     
    8686    comp_func_Clear<QMMX3DNOWIntrinsics>,
    8787    comp_func_Source<QMMX3DNOWIntrinsics>,
    88     0,
     88    comp_func_Destination,
    8989    comp_func_SourceIn<QMMX3DNOWIntrinsics>,
    9090    comp_func_DestinationIn<QMMX3DNOWIntrinsics>,
     
    9393    comp_func_SourceAtop<QMMX3DNOWIntrinsics>,
    9494    comp_func_DestinationAtop<QMMX3DNOWIntrinsics>,
    95     comp_func_XOR<QMMX3DNOWIntrinsics>
     95    comp_func_XOR<QMMX3DNOWIntrinsics>,
     96    comp_func_Plus,
     97    comp_func_Multiply,
     98    comp_func_Screen,
     99    comp_func_Overlay,
     100    comp_func_Darken,
     101    comp_func_Lighten,
     102    comp_func_ColorDodge,
     103    comp_func_ColorBurn,
     104    comp_func_HardLight,
     105    comp_func_SoftLight,
     106    comp_func_Difference,
     107    comp_func_Exclusion,
     108    rasterop_SourceOrDestination,
     109    rasterop_SourceAndDestination,
     110    rasterop_SourceXorDestination,
     111    rasterop_NotSourceAndNotDestination,
     112    rasterop_NotSourceOrNotDestination,
     113    rasterop_NotSourceXorDestination,
     114    rasterop_NotSource,
     115    rasterop_NotSourceAndDestination,
     116    rasterop_SourceAndNotDestination
    96117};
    97118
Note: See TracChangeset for help on using the changeset viewer.