Ignore:
Timestamp:
Apr 9, 2015, 9:58:36 PM (9 years ago)
Author:
chronos
Message:
  • Fixed: Use csOpaque control style also to Image, PaintBox and OpenGLControl.
  • Modified: Change size of test frame with SpinEdits as delayed using timer.
  • Updated: BRGABitmap package to version 8.1.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest/Packages/bgrabitmap/phongdrawsse.inc

    r452 r472  
    22        //vL := vLS- vP*LightDestFactor;
    33        movups xmm4, vP
    4         movss xmm6,LightDestFactor4
    5         mulps xmm6, xmm4
     4        movups xmm6,LightDestFactor4
     5        mulps xmm6, xmm4   //keep xmm4 = vP
    66        movaps xmm0, xmm1
    77        subps xmm0, xmm6
Note: See TracChangeset for help on using the changeset viewer.