mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-21 17:20:21 +01:00
tdfx: Remove unnecessary headers.
This commit is contained in:
parent
283d9565bf
commit
4bad0aef40
8 changed files with 0 additions and 22 deletions
|
|
@ -35,17 +35,10 @@
|
|||
#include "tdfx_context.h"
|
||||
#include "tdfx_dd.h"
|
||||
#include "tdfx_lock.h"
|
||||
#include "tdfx_vb.h"
|
||||
#include "tdfx_pixels.h"
|
||||
|
||||
#include "utils.h"
|
||||
#include "main/context.h"
|
||||
#include "main/enums.h"
|
||||
#include "main/framebuffer.h"
|
||||
#include "swrast/swrast.h"
|
||||
#if defined(USE_X86_ASM)
|
||||
#include "x86/common_x86_asm.h"
|
||||
#endif
|
||||
|
||||
|
||||
#define DRIVER_DATE "20061113"
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@
|
|||
#include "tdfx_state.h"
|
||||
#include "tdfx_render.h"
|
||||
#include "tdfx_texman.h"
|
||||
#include "tdfx_tris.h"
|
||||
|
||||
#include "drirenderbuffer.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@
|
|||
#include "tdfx_context.h"
|
||||
#include "tdfx_dd.h"
|
||||
#include "tdfx_lock.h"
|
||||
#include "tdfx_vb.h"
|
||||
#include "tdfx_pixels.h"
|
||||
#include "tdfx_render.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -36,9 +36,7 @@
|
|||
#include "tdfx_dri.h"
|
||||
#include "tdfx_context.h"
|
||||
#include "tdfx_lock.h"
|
||||
#include "tdfx_vb.h"
|
||||
#include "tdfx_span.h"
|
||||
#include "tdfx_tris.h"
|
||||
|
||||
#include "main/framebuffer.h"
|
||||
#include "main/renderbuffer.h"
|
||||
|
|
|
|||
|
|
@ -40,8 +40,6 @@
|
|||
|
||||
#include "main/mtypes.h"
|
||||
#include "main/colormac.h"
|
||||
#include "main/texstore.h"
|
||||
#include "main/teximage.h"
|
||||
|
||||
#include "swrast/swrast.h"
|
||||
#include "vbo/vbo.h"
|
||||
|
|
@ -51,11 +49,9 @@
|
|||
|
||||
#include "tdfx_context.h"
|
||||
#include "tdfx_state.h"
|
||||
#include "tdfx_vb.h"
|
||||
#include "tdfx_tex.h"
|
||||
#include "tdfx_texman.h"
|
||||
#include "tdfx_texstate.h"
|
||||
#include "tdfx_tris.h"
|
||||
#include "tdfx_render.h"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@
|
|||
*/
|
||||
|
||||
#include "tdfx_context.h"
|
||||
#include "tdfx_tex.h"
|
||||
#include "tdfx_texman.h"
|
||||
#include "main/texobj.h"
|
||||
#include "main/hash.h"
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@
|
|||
*/
|
||||
|
||||
#include "tdfx_state.h"
|
||||
#include "tdfx_tex.h"
|
||||
#include "tdfx_texman.h"
|
||||
#include "tdfx_texstate.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -29,13 +29,8 @@
|
|||
#include "main/macros.h"
|
||||
#include "main/colormac.h"
|
||||
|
||||
#include "math/m_translate.h"
|
||||
#include "swrast_setup/swrast_setup.h"
|
||||
|
||||
#include "tdfx_context.h"
|
||||
#include "tdfx_vb.h"
|
||||
#include "tdfx_tris.h"
|
||||
#include "tdfx_state.h"
|
||||
#include "tdfx_render.h"
|
||||
|
||||
static void copy_pv( GLcontext *ctx, GLuint edst, GLuint esrc )
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue