diff options
author | Daniel Borca <[email protected]> | 2004-04-26 14:23:33 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2004-04-26 14:23:33 +0000 |
commit | 5be4c27b28e141506578008a176f41bc1a15fa75 (patch) | |
tree | 1119ae4d966fe5e3918167869167bdd24863b390 /src/mesa/main/texutil.c | |
parent | 18514500c47ce8f30bb9cc93ab48bf55ccdb9873 (diff) |
accomodate newtexstore
fixed wgl interface for fxMesa
Diffstat (limited to 'src/mesa/main/texutil.c')
-rw-r--r-- | src/mesa/main/texutil.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |