gamma: Add missing headers.
authorVinson Lee <vlee@vmware.com>
Sat, 20 Feb 2010 10:25:29 +0000 (02:25 -0800)
committerVinson Lee <vlee@vmware.com>
Sat, 20 Feb 2010 10:25:29 +0000 (02:25 -0800)
src/mesa/drivers/dri/gamma/gamma_context.c
src/mesa/drivers/dri/gamma/gamma_dd.c
src/mesa/drivers/dri/gamma/gamma_inithw.c
src/mesa/drivers/dri/gamma/gamma_render.c
src/mesa/drivers/dri/gamma/gamma_span.c
src/mesa/drivers/dri/gamma/gamma_state.c
src/mesa/drivers/dri/gamma/gamma_texmem.c
src/mesa/drivers/dri/gamma/gamma_tris.c
src/mesa/drivers/dri/gamma/gamma_vb.c
src/mesa/drivers/dri/gamma/gamma_xmesa.c

index 004139d4f7f0cc24c195c8b7dea2180a1d3b3531..5e666c5c8c622d961fd00425b844b2056b749de1 100644 (file)
@@ -49,6 +49,7 @@
 
 #include "gamma_vb.h"
 #include "gamma_tris.h"
+#include "gamma_macros.h"
 
 extern const struct tnl_pipeline_stage _gamma_render_stage;
 
index c1c371fa7ce8f3c503dc86ffda4fe6a8fb875774..389d2231e7605010e02772aa0ea65464ec54e310 100644 (file)
@@ -26,6 +26,7 @@
 #include "gamma_context.h"
 #include "gamma_vb.h"
 #include "gamma_lock.h"
+#include "gamma_macros.h"
 #if defined(USE_X86_ASM)
 #include "x86/common_x86_asm.h"
 #endif
index 79b54aacb5f79149cb8ac25b783bfe86052171a9..735acb7a57679b676d9ad37bfbf89504660f58c4 100644 (file)
@@ -25,6 +25,7 @@
  */
 
 #include "gamma_context.h"
+#include "gamma_macros.h"
 #include "glint_dri.h"
 
 void gammaInitHW( gammaContextPtr gmesa )
index 0138ec3004b5262cb37e0d0c04780b10fe662fb6..3c2fa507a976a65cdbf46961e0bd01b2d87ebb3d 100644 (file)
 #include "main/imports.h"
 #include "main/mtypes.h"
 
-#include "tnl/tcontext.h"
+#include "tnl/t_context.h"
 
 #include "gamma_context.h"
+#include "gamma_macros.h"
 #include "gamma_tris.h"
 #include "gamma_vb.h"
 
index b96e49eadcf4c14ef78107fd6ec2f2244b9707c1..00160f760b2dd259a852164a943ba937f80a599a 100644 (file)
@@ -1,6 +1,7 @@
 
 #include "gamma_context.h"
 #include "gamma_lock.h"
+#include "gamma_macros.h"
 #include "main/colormac.h"
 
 #include "swrast/swrast.h"
index 45ba521d70000c07037297701b963520d13e084e..c628457fbacd5bba934abc9da93707adc9faed37 100644 (file)
@@ -25,8 +25,7 @@
  */
 
 #include "gamma_context.h"
-#include "gamma_main/macros.h"
-#include "buffers.h"
+#include "gamma_macros.h"
 #include "main/macros.h"
 #include "glint_dri.h"
 #include "main/colormac.h"
index 7df001ff6de0191371fbe8c36a1ab7ea4d3253eb..45a0c0148e3f32ab88f53d19d0ba9c9f6a398eb5 100644 (file)
@@ -13,6 +13,7 @@
 #include "glint_dri.h"
 #include "gamma_context.h"
 #include "gamma_lock.h"
+#include "gamma_macros.h"
 
 void gammaDestroyTexObj(gammaContextPtr gmesa, gammaTextureObjectPtr t)
 {
index 7899afd6736ec8d1a2aff0768c4aa099b05f17bf..b7eab34d52515ba19bbb4c405856d843479f0fd5 100644 (file)
@@ -26,6 +26,7 @@
  */
 
 #include "gamma_context.h"
+#include "gamma_macros.h"
 #include "gamma_vb.h"
 #include "gamma_tris.h"
 
@@ -37,7 +38,7 @@
 #include "swrast/swrast.h"
 #include "swrast_setup/swrast_setup.h"
 #include "tnl/tnl.h"
-#include "tnl/tcontext.h"
+#include "tnl/t_context.h"
 #include "tnl/t_pipeline.h"
 
 
index 013f856dcde0bbc08679cade6856841d4756174f..c9c1ebf62a61f78797776462e38db685d97afcb3 100644 (file)
@@ -32,7 +32,7 @@
 #include "main/colormac.h"
 
 #include "swrast_setup/swrast_setup.h"
-#include "tnl/tcontext.h"
+#include "tnl/t_context.h"
 #include "tnl/tnl.h"
 
 #include "gamma_context.h"
index 430511e3539fed1f76e04ec40c3c41ca4ab2f0d7..622121eed468db75bd14a61d5f035d3264239ad5 100644 (file)
@@ -25,6 +25,7 @@
  */
 
 #include "gamma_context.h"
+#include "gamma_macros.h"
 #include "gamma_vb.h"
 #include "main/context.h"
 #include "main/matrix.h"