[Scummvm-cvs-logs] SF.net SVN: scummvm:[38496] scummvm/trunk/engines/sci

aquadran at users.sourceforge.net aquadran at users.sourceforge.net
Wed Feb 18 20:12:13 CET 2009


Revision: 38496
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38496&view=rev
Author:   aquadran
Date:     2009-02-18 19:12:13 +0000 (Wed, 18 Feb 2009)

Log Message:
-----------
missed to remove code from latest removal

Modified Paths:
--------------
    scummvm/trunk/engines/sci/gfx/gfx_support.cpp
    scummvm/trunk/engines/sci/include/gfx_tools.h

Modified: scummvm/trunk/engines/sci/gfx/gfx_support.cpp
===================================================================
--- scummvm/trunk/engines/sci/gfx/gfx_support.cpp	2009-02-18 19:10:17 UTC (rev 38495)
+++ scummvm/trunk/engines/sci/gfx/gfx_support.cpp	2009-02-18 19:12:13 UTC (rev 38496)
@@ -30,10 +30,6 @@
 #include "sci/include/gfx_system.h"
 #include "sci/include/gfx_tools.h"
 
-#ifdef HAVE_ALPHA_EV6_SUPPORT
-int axp_have_mvi = 0;
-#endif
-
 int gfx_crossblit_alpha_threshold = 128;
 
 #define DRAWLINE_FUNC _gfx_draw_line_buffer_1

Modified: scummvm/trunk/engines/sci/include/gfx_tools.h
===================================================================
--- scummvm/trunk/engines/sci/include/gfx_tools.h	2009-02-18 19:10:17 UTC (rev 38495)
+++ scummvm/trunk/engines/sci/include/gfx_tools.h	2009-02-18 19:12:13 UTC (rev 38496)
@@ -271,23 +271,4 @@
 */
 
 
-#ifdef HAVE_ALPHA_EV6_SUPPORT
-
-extern int axp_have_mvi; /* set to 1 iff the local system has the MVI instruction set extension */
-
-void
-alpha_mvi_crossblit_32(byte *dest, byte *src, int bytes_per_dest_line, int bytes_per_src_line,
-                       int xl, int yl, byte *alpha, int bytes_per_alpha_line, int bytes_per_alpha_pixel,
-                       unsigned int alpha_test_mask, int alpha_shift);
-/* Internal function for accellerated 32 bit cross-blitting on Alpha hardware */
-
-void
-alpha_mvi_crossblit_32_P(byte *dest, byte *src, int bytes_per_dest_line, int bytes_per_src_line,
-                         int xl, int yl, byte *alpha, int bytes_per_alpha_line, int bytes_per_alpha_pixel,
-                         unsigned int alpha_test_mask, int alpha_shift,
-                         byte *priority_pos, int bytes_per_priority_line, int bytes_per_priority_pixel, int priority);
-/* Internal function for accellerated 32 bit cross-blitting on Alpha hardware (with priority) */
-#endif /* __alpha__ */
-
-
 #endif /* !_GFX_TOOLS_H_ */


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list