diff options
Diffstat (limited to 'devel/wftk/files')
| -rw-r--r-- | devel/wftk/files/patch-uta::blitters.cc | 46 | ||||
| -rw-r--r-- | devel/wftk/files/patch-uta::painter.cc | 10 |
2 files changed, 0 insertions, 56 deletions
diff --git a/devel/wftk/files/patch-uta::blitters.cc b/devel/wftk/files/patch-uta::blitters.cc deleted file mode 100644 index 8aed5a1d7927..000000000000 --- a/devel/wftk/files/patch-uta::blitters.cc +++ /dev/null @@ -1,46 +0,0 @@ ---- uta/blitters.cc.orig Sat Oct 12 23:11:07 2002 -+++ uta/blitters.cc Thu Aug 12 20:58:40 2004 -@@ -20,6 +20,7 @@ - - #include "blitters.h" - #include <painter.h> -+#include <cassert> - - namespace uta { - -@@ -28,6 +29,8 @@ - #endif - #if !defined(X86_ASSEMBLER) - -+using namespace std; -+ - /** Apply const gamma value. - Blit just copies alpha value of the source to the destination surface. - */ -@@ -163,7 +166,7 @@ - only using the lower 16bits of result - ... this is somehow dumb, but only executed once - per scanline, so I do not care */ -- movd_r2m(mm1,(unsigned int*)dPtr); -+ movd_r2m(mm1,*(mmx_t*)dPtr); - sPtr += 4; - dPtr += 4; - } -@@ -211,7 +214,7 @@ - only using the lower 16bits of result - ... this is somehow dumb, but only executed once - per scanline, so I do not care */ -- movd_r2m(mm1,(unsigned int*)dPtr); -+ movd_r2m(mm1,*(mmx_t*)dPtr); - sPtr += 4; - dPtr += 4; - } -@@ -960,7 +963,7 @@ - only using the lower 16bits of result - ... this is somehow dumb, but only executed once - per scanline, so I do not care */ -- movd_r2m(mm1,(unsigned int*)dPtr); -+ movd_r2m(mm1,*(mmx_t*)dPtr); - sPtr += 4; - dPtr += 4; - } diff --git a/devel/wftk/files/patch-uta::painter.cc b/devel/wftk/files/patch-uta::painter.cc deleted file mode 100644 index 3f9f2390b022..000000000000 --- a/devel/wftk/files/patch-uta::painter.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- uta/painter.cc.orig Sat Jul 26 01:22:51 2003 -+++ uta/painter.cc Fri Jul 25 23:24:47 2003 -@@ -27,6 +27,7 @@ - #include "debug.h" - - #include <math.h> -+#include <cassert> - - namespace uta { - |
