diff options
author | Kendall Bennett <KendallB@scitechsoft.com> | 1999-11-12 04:56:54 +0000 |
---|---|---|
committer | Kendall Bennett <KendallB@scitechsoft.com> | 1999-11-12 04:56:54 +0000 |
commit | e312cf26ea1ae0445926df20c43e80363d453cb5 (patch) | |
tree | 6e13b3e4f76081cc0edc61e5941b1b140c771e3a /src/mesa/drivers/d3d/D3DCAPS.CPP | |
parent | b95d252c347e14825cd61b28223040cfc5d0e7de (diff) |
. Updates to get X86, MXX and 3DNow assembler code working with Watcom
C++ and NASM. This includes lots of _ASMAPI macros to ensure that
assembler functions are prototyped as __cdecl, as Watcom C++ uses
register calling conventions by default.
. Misc fixes to files to remove warnings generated by Watcom C++.
Diffstat (limited to 'src/mesa/drivers/d3d/D3DCAPS.CPP')
-rw-r--r-- | src/mesa/drivers/d3d/D3DCAPS.CPP | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/d3d/D3DCAPS.CPP b/src/mesa/drivers/d3d/D3DCAPS.CPP index 53595f0c34..cd95ef0f1e 100644 --- a/src/mesa/drivers/d3d/D3DCAPS.CPP +++ b/src/mesa/drivers/d3d/D3DCAPS.CPP @@ -248,4 +248,3 @@ void AlphaBlendTableHAL( PMESAD3DHAL pHAL ) }
}
-
\ No newline at end of file |