st/xorg: cleanup and adjust to the changes in the ureg code
authorZack Rusin <zackr@vmware.com>
Thu, 3 Sep 2009 16:44:15 +0000 (12:44 -0400)
committerZack Rusin <zackr@vmware.com>
Thu, 3 Sep 2009 16:44:15 +0000 (12:44 -0400)
src/gallium/state_trackers/xorg/xorg_exa_tgsi.c

index 38b3a3a..f9b10d8 100644 (file)
@@ -165,8 +165,8 @@ create_fs(struct pipe_context *pipe,
                           TGSI_SEMANTIC_COLOR,
                           0);
 
-   src_sampler = ureg_DECL_sampler(ureg);
    if (is_composite) {
+      src_sampler = ureg_DECL_sampler(ureg, 0);
       src_pos = ureg_DECL_fs_input(ureg,
                                    TGSI_SEMANTIC_POSITION,
                                    0,
@@ -180,7 +180,7 @@ create_fs(struct pipe_context *pipe,
    }
 
    if ((fs_traits & FS_MASK)) {
-      mask_sampler = ureg_DECL_sampler(ureg);
+      mask_sampler = ureg_DECL_sampler(ureg, 1);
       mask_pos = ureg_DECL_fs_input(ureg,
                                     TGSI_SEMANTIC_POSITION,
                                     1,
@@ -188,7 +188,7 @@ create_fs(struct pipe_context *pipe,
    }
 
 #if 0  /* unused right now */
-   dst_sampler = ureg_DECL_sampler(ureg);
+   dst_sampler = ureg_DECL_sampler(ureg, 2);
    dst_pos = ureg_DECL_fs_input(ureg,
                                 TGSI_SEMANTIC_POSITION,
                                 2,