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 = \
#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"
#include "pipe/p_defines.h"
#include "st_context.h"
#include "st_cb_fbo.h"
-#include "st_cb_teximage.h"
+#include "st_format.h"
#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"
#include "pipe/p_context.h"
#include "pipe/p_defines.h"
#include "st_context.h"
-#include "st_cb_teximage.h"
+#include "st_format.h"