浏览代码

intel: Remove include of texmem.h, since we haven't used it in ages.

tags/mesa-7.9-rc1
Eric Anholt 15 年前
父节点
当前提交
c374487a54

+ 1
- 1
src/mesa/drivers/dri/i965/brw_wm.c 查看文件

@@ -32,7 +32,7 @@
#include "brw_context.h"
#include "brw_wm.h"
#include "brw_state.h"
#include "main/formats.h"

/** Return number of src args for given instruction */
GLuint brw_wm_nr_args( GLuint opcode )

+ 0
- 1
src/mesa/drivers/dri/intel/intel_context.h 查看文件

@@ -32,7 +32,6 @@

#include "main/mtypes.h"
#include "main/mm.h"
#include "texmem.h"
#include "dri_metaops.h"
#include "drm.h"
#include "intel_bufmgr.h"

+ 1
- 0
src/mesa/drivers/dri/intel/intel_mipmap_tree.c 查看文件

@@ -30,6 +30,7 @@
#include "intel_regions.h"
#include "intel_tex_layout.h"
#include "main/enums.h"
#include "main/formats.h"

#define FILE_DEBUG_FLAG DEBUG_MIPTREE


+ 0
- 2
src/mesa/drivers/dri/intel/intel_tex.h 查看文件

@@ -31,8 +31,6 @@
#include "main/mtypes.h"
#include "main/formats.h"
#include "intel_context.h"
#include "texmem.h"


void intelInitTextureFuncs(struct dd_function_table *functions);


正在加载...
取消
保存