From 6f6d740c851aa8bedc7c51dbd5db14de338787f1 Mon Sep 17 00:00:00 2001 From: Michal Krol Date: Wed, 3 Feb 2010 15:28:03 +0100 Subject: gallium: Add cylindrical wrap info to TGSI declaration. --- src/gallium/auxiliary/tgsi/tgsi_build.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/auxiliary/tgsi/tgsi_build.h') diff --git a/src/gallium/auxiliary/tgsi/tgsi_build.h b/src/gallium/auxiliary/tgsi/tgsi_build.h index ebee4ce5f6..13d7f5272d 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_build.h +++ b/src/gallium/auxiliary/tgsi/tgsi_build.h @@ -68,6 +68,7 @@ tgsi_build_declaration( unsigned semantic, unsigned centroid, unsigned invariant, + unsigned cylindrical_wrap, struct tgsi_header *header ); struct tgsi_full_declaration -- cgit v1.2.3