Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
[mesa.git] / src / gallium / auxiliary / tgsi / tgsi_util.h
index 7877f34558716959eeb06d84fc120fde3ee9ea20..21eb656327ecebfc75d4ee1ee428980ac2c9d1a8 100644 (file)
 extern "C" {
 #endif
 
+struct tgsi_src_register;
+struct tgsi_src_register_ext_swz;
+struct tgsi_full_src_register;
+
 void *
 tgsi_align_128bit(
    void *unaligned );