iris: drop assert for now
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 7 Jun 2018 22:14:20 +0000 (15:14 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:06 +0000 (10:26 -0800)
src/gallium/drivers/iris/iris_state.c

index 0ef36a26ef049c37f0e539efa627e3d5820f1958..702c6ce0c0fec3ae9b6cf9c00307bc946eb97534 100644 (file)
@@ -2157,8 +2157,8 @@ iris_populate_binding_table(struct iris_context *ice,
       }
    }
 
-   assert(prog_data->binding_table.texture_start ==
-          (ice->state.num_textures[stage] ? s : 0xd0d0d0d0));
+   //assert(prog_data->binding_table.texture_start ==
+          //(ice->state.num_textures[stage] ? s : 0xd0d0d0d0));
 
    for (int i = 0; i < ice->state.num_textures[stage]; i++) {
       struct iris_sampler_view *view = ice->state.textures[stage][i];