rename st_cb_teximage.h st_format.h

This commit is contained in:
Brian
2007-08-10 08:37:15 +01:00
parent 1463c00d4e
commit f8ab24760d
5 changed files with 6 additions and 6 deletions
+2 -2
View 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 = \
+1 -1
View 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"
+1 -1
View 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"
+1 -1
View 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"
+1 -1
View 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"