gallium: remove old assertions
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 27 Aug 2008 17:30:14 +0000 (11:30 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 27 Aug 2008 19:22:54 +0000 (13:22 -0600)
src/mesa/state_tracker/st_atom_shader.c

index 6594e59e94b0d051b6538caf350bc95660eb0295..cbd414e2d3b0f4ab8694aabc2f785bdb8edadb65 100644 (file)
@@ -266,17 +266,12 @@ find_translated_vp(struct st_context *st,
                xvp->output_to_semantic_name[outAttr] = TGSI_SEMANTIC_GENERIC;
                xvp->output_to_semantic_index[outAttr] = maxGeneric + 1;
             }
-
-         assert(xvp->output_to_semantic_name[outAttr] != TGSI_SEMANTIC_COUNT);
-         assert(xvp->output_to_semantic_index[outAttr] != 99);
          }
 
-
 #if 0 /*debug*/
          printf("vp output_to_slot[%d] = %d\n", outAttr, 
                 xvp->output_to_slot[outAttr]);
 #endif
-
       }
 
       assert(stvp->Base.Base.NumInstructions > 1);