mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
mach64: Remove unnecessary headers.
This commit is contained in:
parent
7c66211b7d
commit
e19b3c01f4
10 changed files with 0 additions and 23 deletions
|
|
@ -33,8 +33,6 @@
|
|||
#include "main/context.h"
|
||||
#include "main/simple_list.h"
|
||||
#include "main/imports.h"
|
||||
#include "main/matrix.h"
|
||||
#include "main/extensions.h"
|
||||
|
||||
#include "swrast/swrast.h"
|
||||
#include "swrast_setup/swrast_setup.h"
|
||||
|
|
|
|||
|
|
@ -31,12 +31,9 @@
|
|||
|
||||
#include "mach64_context.h"
|
||||
#include "mach64_ioctl.h"
|
||||
#include "mach64_state.h"
|
||||
#include "mach64_vb.h"
|
||||
#include "mach64_dd.h"
|
||||
|
||||
#include "main/context.h"
|
||||
#include "main/framebuffer.h"
|
||||
|
||||
#include "utils.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@
|
|||
#include "mach64_context.h"
|
||||
#include "mach64_state.h"
|
||||
#include "mach64_lock.h"
|
||||
#include "mach64_tex.h"
|
||||
#include "drirenderbuffer.h"
|
||||
|
||||
#if DEBUG_LOCKING
|
||||
|
|
|
|||
|
|
@ -31,8 +31,6 @@
|
|||
|
||||
#include "mach64_context.h"
|
||||
#include "mach64_ioctl.h"
|
||||
#include "mach64_tris.h"
|
||||
#include "mach64_vb.h"
|
||||
#include "mach64_span.h"
|
||||
|
||||
#include "main/context.h"
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@
|
|||
|
||||
#include "mach64_context.h"
|
||||
#include "mach64_ioctl.h"
|
||||
#include "mach64_state.h"
|
||||
#include "mach64_span.h"
|
||||
|
||||
#include "swrast/swrast.h"
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@
|
|||
#include "mach64_vb.h"
|
||||
#include "mach64_tex.h"
|
||||
|
||||
#include "main/context.h"
|
||||
#include "main/enums.h"
|
||||
#include "main/colormac.h"
|
||||
#include "swrast/swrast.h"
|
||||
|
|
@ -44,8 +43,6 @@
|
|||
#include "tnl/tnl.h"
|
||||
#include "swrast_setup/swrast_setup.h"
|
||||
|
||||
#include "tnl/t_pipeline.h"
|
||||
|
||||
|
||||
/* =============================================================
|
||||
* Alpha blending
|
||||
|
|
|
|||
|
|
@ -31,13 +31,8 @@
|
|||
|
||||
#include "mach64_context.h"
|
||||
#include "mach64_ioctl.h"
|
||||
#include "mach64_state.h"
|
||||
#include "mach64_vb.h"
|
||||
#include "mach64_tris.h"
|
||||
#include "mach64_tex.h"
|
||||
|
||||
#include "main/context.h"
|
||||
#include "main/macros.h"
|
||||
#include "main/simple_list.h"
|
||||
#include "main/enums.h"
|
||||
#include "main/texstore.h"
|
||||
|
|
|
|||
|
|
@ -37,10 +37,7 @@
|
|||
#include "main/imports.h"
|
||||
|
||||
#include "mach64_context.h"
|
||||
#include "mach64_state.h"
|
||||
#include "mach64_ioctl.h"
|
||||
#include "mach64_vb.h"
|
||||
#include "mach64_tris.h"
|
||||
#include "mach64_tex.h"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -36,8 +36,6 @@
|
|||
|
||||
#include "mach64_context.h"
|
||||
#include "mach64_ioctl.h"
|
||||
#include "mach64_state.h"
|
||||
#include "mach64_vb.h"
|
||||
#include "mach64_tris.h"
|
||||
#include "mach64_tex.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,6 @@
|
|||
#include "mach64_vb.h"
|
||||
#include "mach64_ioctl.h"
|
||||
#include "mach64_tris.h"
|
||||
#include "mach64_state.h"
|
||||
|
||||
|
||||
#define MACH64_TEX1_BIT 0x1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue