diff options
author | Brian Paul <[email protected]> | 2009-10-01 16:42:37 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-10-01 16:42:37 -0600 |
commit | 4ca9ba254462b9be55b78df1d50519e10b2f4d73 (patch) | |
tree | b18d8602dbc03a0753c19289e21a1e9dd441ae8e /src/mesa/state_tracker/st_texture.c | |
parent | 073d55f5849c6338a6381e8bc51c074524b5687b (diff) |
mesa: move mesa_set_fetch_functions()
Diffstat (limited to 'src/mesa/state_tracker/st_texture.c')
-rw-r--r-- | src/mesa/state_tracker/st_texture.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_texture.c b/src/mesa/state_tracker/st_texture.c index 1790e1b28d8..4a883f9f0a4 100644 --- a/src/mesa/state_tracker/st_texture.c +++ b/src/mesa/state_tracker/st_texture.c @@ -32,8 +32,9 @@ #include "st_cb_fbo.h" #include "st_inlines.h" #include "main/enums.h" -#include "main/texobj.h" +#include "main/texfetch.h" #include "main/teximage.h" +#include "main/texobj.h" #include "main/texstore.h" #undef Elements /* fix re-defined macro warning */ |