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/phonglightsse.inc

    r452 r472  
    11    {$asmmode intel}
    22    asm
     3      {$ifdef cpux86_64}
     4      mov rax, Context
     5      movaps xmm0,[rax+160] //Context^.vL
     6      movaps xmm2,[rax+192] //Context^.vH
     7      movaps xmm1,[rax+16] //Context^.Normal
     8      {$else}
    39      mov eax, Context
    410      movaps xmm0,[eax+160] //Context^.vL
    511      movaps xmm2,[eax+192] //Context^.vH
    612      movaps xmm1,[eax+16] //Context^.Normal
     13      {$endif}
    714
    815      {$IFDEF PARAM_POINTLIGHT}
     16        {$ifdef cpux86_64}
     17        movaps xmm6,[rax+0]  //Context^.Position
     18        {$else}
    919        movaps xmm6,[eax+0]  //Context^.Position
     20        {$endif}
    1021        subps xmm0,xmm6      //xmm0 = vL
    1122        movaps xmm6, xmm0
Note: See TracChangeset for help on using the changeset viewer.