remove #includes of tgsi_attribs.h
authorBrian <brian.paul@tungstengraphics.com>
Thu, 20 Sep 2007 19:58:12 +0000 (13:58 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Thu, 20 Sep 2007 19:58:12 +0000 (13:58 -0600)
src/mesa/pipe/draw/draw_vertex.h
src/mesa/pipe/softpipe/sp_quad_fs.c
src/mesa/pipe/softpipe/sp_state_derived.c
src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.c
src/mesa/state_tracker/st_cb_feedback.c
src/mesa/state_tracker/st_cb_rasterpos.c
src/mesa/state_tracker/st_draw.c

index 5874c554b1b5881e8c04eb42a412a4f28e15d283..5aa0df4e927a2dfd48ac3a1d2e73877485fafac8 100644 (file)
 #ifndef DRAW_VERTEX_H
 #define DRAW_VERTEX_H
 
-#include "pipe/tgsi/exec/tgsi_attribs.h"
 
 
+#if 0
 #define MAX_VERT_ATTRIBS 12  /* OK? */
-
+#endif
 
 struct draw_context;
 
index 7d2712a53724d06eb39757573c312a372bb02e2c..13d7eac4f2c74d3618cf71cba2726fd825d9430c 100755 (executable)
@@ -34,7 +34,6 @@
 
 #include "pipe/p_util.h"
 #include "pipe/p_defines.h"
-#include "pipe/tgsi/exec/tgsi_attribs.h"
 
 #include "sp_context.h"
 #include "sp_headers.h"
index 3ae207910dc435f02976587bf710d2047d0862e2..b51ab66cf31674090b15c29db73c960249391a92 100644 (file)
@@ -33,7 +33,6 @@
 #include "sp_context.h"
 #include "sp_state.h"
 
-#include "pipe/tgsi/exec/tgsi_attribs.h"
 #include "pipe/tgsi/exec/tgsi_token.h"
 
 
index fb8365aab5c4edf7ee100a478d7ac354ee41f9ae..2d5114a720c0727576158f42c9f6a2e92fb60635 100644 (file)
@@ -1,6 +1,5 @@
 #include "tgsi_platform.h"\r
 #include "tgsi_mesa.h"\r
-#include "pipe/tgsi/exec/tgsi_attribs.h"\r
 #include "pipe/tgsi/mesa/mesa_to_tgsi.h"\r
 \r
 #define TGSI_DEBUG 0\r
index e846463c4c30d7ad6690a941fe92cbc27af69a74..78cf4c2b4d3ce497db7b404bf97da4eedf58edf9 100644 (file)
@@ -54,7 +54,6 @@
 #include "pipe/p_context.h"
 #include "pipe/p_defines.h"
 #include "pipe/p_winsys.h"
-#include "pipe/tgsi/exec/tgsi_attribs.h"
 #include "vf/vf.h"
 
 #include "pipe/draw/draw_context.h"
index 04b2016ffcc9be76163ac9cdef579af3dcd4c24e..56c98916edb40ec28af41442fa9147795f4f7e73 100644 (file)
@@ -44,7 +44,6 @@
 #include "pipe/p_context.h"
 #include "pipe/p_defines.h"
 #include "pipe/p_winsys.h"
-#include "pipe/tgsi/exec/tgsi_attribs.h"
 #include "shader/prog_instruction.h"
 #include "vf/vf.h"
 
index e6f4175bf898c7fe3fedae61ae61e97240606100..0f45bf579afc4cafc1268ca1fc64d30808a981a2 100644 (file)
@@ -47,7 +47,6 @@
 #include "pipe/p_context.h"
 #include "pipe/p_defines.h"
 #include "pipe/p_winsys.h"
-#include "pipe/tgsi/exec/tgsi_attribs.h"
 
 #include "pipe/draw/draw_private.h"
 #include "pipe/draw/draw_context.h"