@@ -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 ) |
@@ -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" |
@@ -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 | |||
@@ -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); | |||