i965/gen7+: Fix build error introduced by renaming upload_3dstate_so_decl_list.
authorPaul Berry <stereotype441@gmail.com>
Wed, 14 Aug 2013 02:29:59 +0000 (19:29 -0700)
committerPaul Berry <stereotype441@gmail.com>
Wed, 14 Aug 2013 02:36:27 +0000 (19:36 -0700)
Commit 9f9ccf707c54156b4559a4b1206022c2ca2d45cd renamed
upload_3dstate_so_decl_list to gen7_upload_3dstate_so_decl_list but
forgot to update the caller.

src/mesa/drivers/dri/i965/gen7_sol_state.c

index 185e422208ff045c35fb9dd170293a1571ee05fc..fc69bfc261eecdee3f8b91e44d415d14ec043ee9 100644 (file)
@@ -227,7 +227,7 @@ upload_sol_state(struct brw_context *brw)
    if (active) {
       upload_3dstate_so_buffers(brw);
       /* BRW_NEW_VUE_MAP_GEOM_OUT */
-      upload_3dstate_so_decl_list(brw, &brw->vue_map_geom_out);
+      gen7_upload_3dstate_so_decl_list(brw, &brw->vue_map_geom_out);
    }
 
    /* Finally, set up the SOL stage.  This command must always follow updates to