mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
intel: Remove include of texmem.h, since we haven't used it in ages.
This commit is contained in:
parent
d19eecef54
commit
c374487a54
4 changed files with 2 additions and 4 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue