Move mipmap generation functions, texture scaling functions into new

mipmap.c file.
This commit is contained in:
Brian Paul
2006-09-29 01:24:26 +00:00
parent bb4b378c60
commit 24edd90159
13 changed files with 1222 additions and 1135 deletions

View File

@@ -33,6 +33,7 @@
#include "fbobject.h"
#include "framebuffer.h"
#include "hash.h"
#include "mipmap.h"
#include "renderbuffer.h"
#include "state.h"
#include "teximage.h"