summaryrefslogtreecommitdiff
path: root/src/mesa/main/texfetch.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-09-30 21:08:06 -0600
committerBrian Paul <brianp@vmware.com>2009-09-30 21:08:06 -0600
commit3d6a20e5b6c7567ed64fceed7744cf39eea34400 (patch)
treea15ebc6c17c892c6c5b858db0c613d4b9ae18667 /src/mesa/main/texfetch.c
parent60843e3ee59b00cee4ec1048823d1dd24756d849 (diff)
mesa: rename texformat_tmp.h to texfetch_tmp.h
Diffstat (limited to 'src/mesa/main/texfetch.c')
-rw-r--r--src/mesa/main/texfetch.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/main/texfetch.c b/src/mesa/main/texfetch.c
index 3cc424fdc8..62a8b53409 100644
--- a/src/mesa/main/texfetch.c
+++ b/src/mesa/main/texfetch.c
@@ -77,13 +77,13 @@ nonlinear_to_linear(GLubyte cs8)
/* Texel fetch routines for all supported formats
*/
#define DIM 1
-#include "texformat_tmp.h"
+#include "texfetch_tmp.h"
#define DIM 2
-#include "texformat_tmp.h"
+#include "texfetch_tmp.h"
#define DIM 3
-#include "texformat_tmp.h"
+#include "texfetch_tmp.h"
/**
* Null texel fetch function.