diff options
| author | Paweł Kołodziejski | 2009-02-18 19:12:13 +0000 |
|---|---|---|
| committer | Paweł Kołodziejski | 2009-02-18 19:12:13 +0000 |
| commit | c01b069b91c519b191f809d595e03967a04c118d (patch) | |
| tree | 77103bf7dd6b45ca8aee6131a76d12131829149f /engines/sci/include | |
| parent | c13afb4fe63804a9764b3d2a15ba12c0d0897288 (diff) | |
| download | scummvm-rg350-c01b069b91c519b191f809d595e03967a04c118d.tar.gz scummvm-rg350-c01b069b91c519b191f809d595e03967a04c118d.tar.bz2 scummvm-rg350-c01b069b91c519b191f809d595e03967a04c118d.zip | |
missed to remove code from latest removal
svn-id: r38496
Diffstat (limited to 'engines/sci/include')
| -rw-r--r-- | engines/sci/include/gfx_tools.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/engines/sci/include/gfx_tools.h b/engines/sci/include/gfx_tools.h index 8a36b4d9e9..575a52dc0d 100644 --- a/engines/sci/include/gfx_tools.h +++ b/engines/sci/include/gfx_tools.h @@ -271,23 +271,4 @@ gfx_pixmap_scale_index_data(gfx_pixmap_t *pixmap, gfx_mode_t *mode); */ -#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_ */ |
