From 5be4c27b28e141506578008a176f41bc1a15fa75 Mon Sep 17 00:00:00 2001 From: Daniel Borca Date: Mon, 26 Apr 2004 14:23:33 +0000 Subject: accomodate newtexstore fixed wgl interface for fxMesa --- src/mesa/main/texutil.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/main/texutil.c') diff --git a/src/mesa/main/texutil.c b/src/mesa/main/texutil.c index 7bb46481e05..0871c9ec243 100644 --- a/src/mesa/main/texutil.c +++ b/src/mesa/main/texutil.c @@ -968,6 +968,8 @@ _mesa_convert_texsubimage3d( GLint mesaFormat, /* dest */ return convert_texsubimage3d_tab[mesaFormat]( &convert ); } +#endif + /* Nearest filtering only (for broken hardware that can't support @@ -1036,5 +1038,3 @@ do { \ _mesa_problem(NULL,"unexpected bytes/pixel in _mesa_rescale_teximage2d"); } } - -#endif -- cgit v1.2.3