mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 22:58:31 +02:00
i915: Remove unnecessary headers.
This commit is contained in:
parent
5e78903952
commit
329c1b5910
5 changed files with 0 additions and 13 deletions
|
|
@ -28,14 +28,11 @@
|
|||
#include "i830_context.h"
|
||||
#include "main/imports.h"
|
||||
#include "texmem.h"
|
||||
#include "intel_tex.h"
|
||||
#include "tnl/tnl.h"
|
||||
#include "tnl/t_vertex.h"
|
||||
#include "tnl/t_context.h"
|
||||
#include "tnl/t_pipeline.h"
|
||||
#include "utils.h"
|
||||
#include "intel_span.h"
|
||||
#include "intel_pixel.h"
|
||||
#include "intel_tris.h"
|
||||
|
||||
/***************************************
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@
|
|||
#include "i915_context.h"
|
||||
#include "main/imports.h"
|
||||
#include "main/macros.h"
|
||||
#include "intel_tex.h"
|
||||
#include "intel_tris.h"
|
||||
#include "tnl/t_context.h"
|
||||
#include "tnl/t_pipeline.h"
|
||||
|
|
@ -38,15 +37,11 @@
|
|||
#include "swrast_setup/swrast_setup.h"
|
||||
#include "tnl/tnl.h"
|
||||
|
||||
#include "utils.h"
|
||||
#include "i915_reg.h"
|
||||
#include "i915_program.h"
|
||||
|
||||
#include "intel_regions.h"
|
||||
#include "intel_batchbuffer.h"
|
||||
#include "intel_tris.h"
|
||||
#include "intel_span.h"
|
||||
#include "intel_pixel.h"
|
||||
|
||||
/***************************************
|
||||
* Mesa's Driver Functions
|
||||
|
|
|
|||
|
|
@ -30,9 +30,6 @@
|
|||
#include "i915_reg.h"
|
||||
#include "i915_debug.h"
|
||||
#include "main/imports.h"
|
||||
#include "shader/program.h"
|
||||
#include "shader/prog_instruction.h"
|
||||
#include "shader/prog_print.h"
|
||||
|
||||
#define PRINTF( ... ) _mesa_printf( __VA_ARGS__ )
|
||||
|
||||
|
|
|
|||
|
|
@ -37,7 +37,6 @@
|
|||
#include "tnl/t_vertex.h"
|
||||
|
||||
#include "intel_batchbuffer.h"
|
||||
#include "intel_tex.h"
|
||||
#include "intel_regions.h"
|
||||
#include "intel_tris.h"
|
||||
#include "intel_fbo.h"
|
||||
|
|
|
|||
|
|
@ -52,7 +52,6 @@
|
|||
#include "intel_buffers.h"
|
||||
#include "intel_reg.h"
|
||||
#include "intel_span.h"
|
||||
#include "intel_tex.h"
|
||||
#include "intel_chipset.h"
|
||||
#include "i830_context.h"
|
||||
#include "i830_reg.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue