OSDN Git Service

rename st_cb_teximage.h st_format.h
authorBrian <brian.paul@tungstengraphics.com>
Fri, 10 Aug 2007 07:37:15 +0000 (08:37 +0100)
committerBrian <brian.paul@tungstengraphics.com>
Fri, 10 Aug 2007 07:37:15 +0000 (08:37 +0100)
src/mesa/sources
src/mesa/state_tracker/st_cb_drawpixels.c
src/mesa/state_tracker/st_cb_fbo.c
src/mesa/state_tracker/st_cb_texture.c
src/mesa/state_tracker/st_format.c

index 9bcb07c..be81e10 100644 (file)
@@ -196,11 +196,11 @@ STATETRACKER_SOURCES = \
        state_tracker/st_cb_drawpixels.c \
        state_tracker/st_cb_fbo.c \
        state_tracker/st_cb_program.c \
-       state_tracker/st_cb_teximage.c \
        state_tracker/st_cb_texture.c \
        state_tracker/st_cb_bufferobjects.c \
-       state_tracker/st_draw.c \
        state_tracker/st_context.c \
+       state_tracker/st_draw.c \
+       state_tracker/st_format.c \
        state_tracker/st_mipmap_tree.c
 
 SHADER_SOURCES = \
index 6b7cef2..20990fe 100644 (file)
@@ -38,7 +38,7 @@
 #include "st_program.h"
 #include "st_cb_drawpixels.h"
 #include "st_cb_texture.h"
-#include "st_cb_teximage.h"
+#include "st_format.h"
 #include "pipe/p_context.h"
 #include "pipe/p_defines.h"
 #include "pipe/tgsi/mesa/mesa_to_tgsi.h"
index 8443c9e..bee7474 100644 (file)
@@ -43,7 +43,7 @@
 #include "pipe/p_defines.h"
 #include "st_context.h"
 #include "st_cb_fbo.h"
-#include "st_cb_teximage.h"
+#include "st_format.h"
 
 
 
index 6850d60..22c1b4b 100644 (file)
@@ -38,7 +38,7 @@
 
 #include "state_tracker/st_context.h"
 #include "state_tracker/st_cb_texture.h"
-#include "state_tracker/st_cb_teximage.h"
+#include "state_tracker/st_format.h"
 #include "state_tracker/st_mipmap_tree.h"
 
 #include "pipe/p_context.h"
index c54602d..4f36c84 100644 (file)
@@ -40,7 +40,7 @@
 #include "pipe/p_context.h"
 #include "pipe/p_defines.h"
 #include "st_context.h"
-#include "st_cb_teximage.h"
+#include "st_format.h"