rename st_cb_teximage.h st_format.h
This commit is contained in:
+2
-2
@@ -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 = \
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user